Sha256: 4d2f12b8fae2d72cc6c80a06a02567c78a17f84554bcc43b0d145a8474cf1a99
Contents?: true
Size: 624 Bytes
Versions: 5
Compression:
Stored size: 624 Bytes
Contents
<%= upload_form_tag(:action => 'upload') %> <%= hidden_field 'node', 'parent_id', :value=>@node.parent_zip %> <p class="btn_validate"><input type="submit" value='<%= _('validate') %>'/></p> <%= upload_field %> <label for='node_name'><%= _('title') %></label> <input id='node_v_title' type='text' name='node[v_title]' onchange="Zena.get_filename(this,'existing_doc');"/> <%= check_exists(:node => @parent, :watch => 'node_v_title', :kpath => 'ND', :show => 'short_path') %><br/> <label for='node_v_summary'><%= _('summary') %></label> <textarea id='node_v_summary' rows='3' name='node[v_summary]'></textarea><br/> </form>
Version data entries
5 entries across 5 versions & 1 rubygems