Sha256: 4d10141780e9dc0ea0b44245c67ea271421df34436172cce773489059a1e27ab
Contents?: true
Size: 616 Bytes
Versions: 10
Compression:
Stored size: 616 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[content_type]'/><br/> <label for='title'><%= _('name') %></label> <input id='title' type='text' name='node[title]'/><br/> <label for='node_summary'><%= _('summary') %></label> <textarea id='node_summary' rows='3' name='node[summary]'></textarea><br/> </form>
Version data entries
10 entries across 10 versions & 1 rubygems