%= error_messages_for 'article' %>
<%= text_field 'article', 'title' %>
(<%= link_to_function "» edit permalink", "Toggle.display('permalink')" %>)
<%= text_field 'article', 'permalink' %>
<%= text_area 'article', 'body', :rows => 25, :style => 'width: 48%;' %>
<%= markup_help_popup @article.text_filter, "Markup Help" %>
<%= text_field 'article', 'keywords' %>
Add Extended Content
<%= text_area 'article', 'extended', :rows => 30, :style => 'width: 48%;' %>
Toggle Advanced Options (+/-)
<%= check_box 'article', 'allow_comments' %>
<%= check_box 'article', 'allow_pings' %>
<%= check_box 'article', 'published' %>
<%= select 'article', 'text_filter', text_filter_options %>
<%= datetime_select 'article', 'published_at', :include_blank => true %>
Attachments (+/-)
<%= render :partial => 'admin/content/attachment', :locals => { :attachment_num => 1 } -%>