27 lines
614 B
Plaintext
27 lines
614 B
Plaintext
<%= error_messages_for @contestnotifications %>
|
|
<div class="add_frame_header" >
|
|
<%= l(:bale_news_notice) %>
|
|
</div>
|
|
<div class="box tabular">
|
|
<p>
|
|
<%= f.text_field :title,
|
|
:required => true,
|
|
:size => 60,
|
|
:maxlength => 60,
|
|
:style => "width:488px;"
|
|
%>
|
|
</p>
|
|
<p>
|
|
<%= f.text_area :description,
|
|
:required => true,
|
|
:cols => 60,
|
|
:rows => 11,
|
|
:class => 'wiki-edit',
|
|
:style => "width:490px;"
|
|
%>
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<%= wikitoolbar_for 'news_description' %>
|