Sha256: 6b8b0a3d758c31dd7f0de0b1569311098c5ef73706f2c01a8a84a44bbc868835

Contents?: true

Size: 739 Bytes

Versions: 2

Compression:

Stored size: 739 Bytes

Contents

<%= upload_form_tag(:action => 'upload') %>
<%= hidden_field 'node', 'parent_id', :value=>@node.parent_zip  %>
<% [:redir, :js].each do |p|; next unless params[p] %>
<input type='hidden' name='<%= p %>' value='<%= h params[p] %>'/>
<% end %>
<p class="btn_validate"><input type="submit" value='<%= _('validate') %>'/></p>

<%= upload_field %>

<label for='title'><%= _('title') %></label>
<input id='node_title' type='text' name='node[title]' onchange="Zena.get_filename(this,'existing_doc');"/> <%= check_exists(:node => @parent, :watch => 'node_title', :kpath => 'ND', :show => 'short_path') %><br/>

<label for='node_summary'><%= _('summary') %></label>
<textarea id='node_summary' rows='3' name='node[summary]'></textarea><br/>
</form>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zena-1.2.1 app/views/templates/document_create_tabs/_file.rhtml
zena-1.2.0 app/views/templates/document_create_tabs/_file.rhtml