<% # WontoMedia - a wontology web application # Copyright (C) 2010 - Glen E. Ivey # www.wontology.com # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License version # 3 as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program in the file COPYING and/or LICENSE. If not, # see "http://www.gnu.org/licenses/". %>

<%= f.label :title %> <%= popup_help_icon "Help for title", "Help:Popup/ItemTitle" %> <%= image_tag "blank_error_icon.png", :id=>"title_error_icon", :alt=>"", :size=>"16x16" -%>
<%= f.text_field :title, :tabindex => "2", :style => "width: 95%;" %>

Required. One line only (any text). No more than 255 characters. Portions in parentheses will be hidden when Title is displayed in small spaces.

<%= f.label :name %> <%= popup_help_icon "Help for name", "Help:Popup/ItemName" %> <%= image_tag "blank_error_icon.png", :id=>"name_error_icon", :alt=>"", :size=>"16x16" %> <%= image_tag "blank_status_icon.png", :id=>"name_status_icon", :alt=>"", :size=>"32x16" %>
<%= f.text_field :name, :tabindex => "3", :style => "width: 95%;" %>

Required. Start with a letter. Letters, numbers, - and _ are OK. No more than 80 characters. Must be unique for every item. 'Name' is unique!

<%= f.label :description %> <%= popup_help_icon "Help for description", "Help:Popup/ItemDescription" %> <%= image_tag "blank_error_icon.png", :id=>"description_error_icon", :alt=>"", :size=>"16x16" %>
<%= f.text_area :description, :style => "width: 95%; height: 7em", :tabindex => "4" %>

Describe what this item represents. Recommended. Less than 64K characters. No formatting.