Sha256: 95931923302ddec3704ceaa9510d80722c2874134a46ae923f8998bb88f828dc
Contents?: true
Size: 470 Bytes
Versions: 5
Compression:
Stored size: 470 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]'/><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