2014-10-23 11:30:34 +08:00
|
|
|
<h3><%=l(:label_first_page_made)%></h3>
|
|
|
|
|
|
|
|
<%= form_tag(:controller => 'admin', :action => 'web_footer_made') do%>
|
|
|
|
<p style="margin-left:60px;padding-right: 20px;">
|
|
|
|
<label for='web_title'><%= l(:label_web_title) %>:</label>
|
|
|
|
<%= text_field_tag 'web_title', params[:wbe_title],:value => @first_page.web_title, :size => 30,:style => "font-size:small;width:490px;margin-left:10px;" %>
|
|
|
|
</p>
|
|
|
|
<%= render 'tab_partial' %>
|
|
|
|
<div style="float:right"><%= link_to l(:label_cooperation_compnay), web_footer_companies_path %></div>
|
|
|
|
<h4><%=l(:label_web_footer_page)%></h4>
|
|
|
|
|
|
|
|
<p style="margin-left:60px;padding-right: 20px;">
|
|
|
|
<label for='organizer_name'> <%= l(:label_organizer_name) %>:</label>
|
|
|
|
<%= text_field_tag 'organizer_name', params[:label_organizer_name], :value => @organizer.nil? ? "":@organizer.name,:size => 30,:style => "font-size:small;width:497px;margin-left:80px;" %>
|
|
|
|
</p>
|
|
|
|
<p style="margin-left:60px;padding-right: 20px;">
|
|
|
|
<label for='web_footer_oranizer_description' style="vertical-align: top"> <%= l(:label_web_footer_description)%>:</label>
|
|
|
|
<!-- <#%= text_area_tag 'description',@first_page.description,:rows => 8, :size => 30,:style => "font-size:small;width:490px;margin-left:10px;" %> -->
|
|
|
|
<%= text_area 'web_footer_oranizer', 'description', :value => @organizer.nil? ? "" : @organizer.description,:cols => 80, :rows => 15, :class => 'wiki-edit' %>
|
|
|
|
<%= wikitoolbar_for 'web_footer_oranizer_description' %>
|
|
|
|
</p>
|
|
|
|
<%= submit_tag l(:button_save), :class => "small", :name => nil %>
|
|
|
|
<% end %>
|
|
|
|
<div>
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-10-13 17:38:59 +08:00
|
|
|
</div>
|