<%= render_flash_messages %>
<%= yield %>
<%= call_hook :view_layouts_base_content %>
-
- <%= render_flash_messages %>
<%= render :partial => 'layouts/base_footer'%>
+
-
+
+
+
+ <%=t(:label_course_file)%> | +<%= l(:label_user_location) %> : | +
+
+ <%= form_tag(:method => :get) do %>
+ <%= text_field_tag 'name', params[:name], :size => 20 %>
+ <%= hidden_field_tag 'project_type', params[:project_type] %>
+ <%= submit_tag l(:label_search), :class => "enterprise", :name => nil %>
+ <% end %>
+
+ |
+
<%= link_to stores_url , stores_url %> | +<%=link_to l(:label_home),home_path %> > <%=link_to l(:label_course_file),:controller => 'projects', :action => 'index', :project_type => 0 %> > <%=link_to @project, '' %> |
+
+ <%= yield :top_field %>
+
+
<%= yield :sidebar %>
<%= view_layouts_base_sidebar_hook_response %>
-
+
-