Sha256: c249b416ddc0bb128a5d06649f1821ef909e92f23226d06a1dbdddf9ac8b7f96
Contents?: true
Size: 610 Bytes
Versions: 5
Compression:
Stored size: 610 Bytes
Contents
<label for="title"><%= _("title") %></label> <%= text_field 'node', 'title', :size => nil, :class => 'full_width' %> <label for='tag_list'><%= _("tags") %></label> <%= text_field 'node', 'tag_list', :size=>nil, :class => 'full_width' %> <label for='v_lang'><%= _("language") %></label> <%= select 'node', 'v_lang', current_site.lang_list.map {|l| [_(l), l]} %> <label><%= _('publication date') %></label> <%= date_box(@node, 'v_publish_from') %> <label for="summary"><%= _("summary") %></label> <%= text_area 'node', 'summary', :cols => nil, :rows => 6, :value => @node.summary, :class => 'full_width' %>
Version data entries
5 entries across 5 versions & 1 rubygems