<%=l(:label_first_page_made)%>
<%= form_tag(:controller => 'admin', :action => 'first_page_made') do %>
<%= text_field_tag 'web_title', params[:wbe_title],:value => @first_page.web_title, :size => 30,:style => "font-size:small;width:490px;margin-left:10px;" %>
- <%= link_to l(:label_project_first_page), {:action => 'first_page_made'}, :class => 'selected' %>
- <%= link_to l(:label_course_first_page), {:action => 'course_page_made'} %>
- <%= link_to l(:label_contest_first_page), {:action => 'contest_page_made'} %>
<%=l(:label_project_first_page)%>
<%= render :partial=>"avatar/avatar_form",:style => "display:inline",:locals=> {source:@first_page} %>
<%= text_field_tag 'title', params[:label_site_title], :value => @first_page.title,: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;" %>
<%= submit_tag l(:button_save), :class => "small", :name => nil %>
<% end %>