Sha256: c29c478798444eef2dba59512614b76d44cf9a16fc414f3dd129b67647e8c64c
Contents?: true
Size: 631 Bytes
Versions: 13
Compression:
Stored size: 631 Bytes
Contents
<%= form_tag( documents_path ) %> <%= hidden_field 'node', 'parent_id', :value=>@node.parent_zip %> <p class="btn_validate"><input type="submit" onclick="$('loader').style.visibility = 'visible';" value='<%= _('validate') %>'/></p> <label for='node_content_type'><%= _('content type') %></label> <input id='node_content_type' type='text' name='node[c_content_type]'/><br/> <label for='node_name'><%= _('name') %></label> <input id='node_name' type='text' name='node[name]'/><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
13 entries across 13 versions & 1 rubygems