|
|
|
@ -20,13 +20,15 @@
|
|
|
|
|
<%= render :partial=>"avatar/avatar_form",:style => "display:inline",:locals=> {source:@first_page} %>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<p style="margin-left:60px;padding-right: 20px;">
|
|
|
|
|
<label for='title'> <%= l(:label_site_title) %>:</label>
|
|
|
|
|
<%= text_field_tag 'title', params[:label_site_title], :value => @first_page.title,:size => 30,:style => "font-size:small;width:490px;margin-left:10px;" %>
|
|
|
|
|
</p>
|
|
|
|
|
<!-- <p style="margin-left:60px;padding-right: 20px;">
|
|
|
|
|
<label for='title'> <#%= l(:label_site_title) %>:</label>
|
|
|
|
|
<#%= text_field_tag 'title', params[:label_site_title], :value => @first_page.title,:size => 30,:style => "font-size:small;width:490px;margin-left:10px;" %>
|
|
|
|
|
</p> -->
|
|
|
|
|
<p style="margin-left:60px;padding-right: 20px;">
|
|
|
|
|
<label for='description' style="vertical-align: top"> <%= l(:label_site_description)%>:</label>
|
|
|
|
|
<%= text_area_tag 'description',@first_page.description,:rows => 8, :size => 30,:style => "font-size:small;width:490px;margin-left:10px;" %>
|
|
|
|
|
<!-- <#%= text_area_tag 'description',@first_page.description,:rows => 8, :size => 30,:style => "font-size:small;width:490px;margin-left:10px;" %> -->
|
|
|
|
|
<%= text_area 'first_page', 'description', :value => @first_page.description,:cols => 80, :rows => 15, :class => 'wiki-edit' %>
|
|
|
|
|
<%= wikitoolbar_for 'first_page_description' %>
|
|
|
|
|
</p>
|
|
|
|
|
<p style="margin-left:60px;padding-right: 20px;">
|
|
|
|
|
<label for='sort_type' style="vertical-align: top"> <%= l(:label_sort_type)%>:</label>
|
|
|
|
|