<%=stylesheet_link_tag current_theme_stylesheet_path('base') %> <%=stylesheet_link_tag current_theme_stylesheet_path('style') %> <%=stylesheet_link_tag current_theme_stylesheet_path('jquery-ui-dialog') %> <%=stylesheet_link_tag current_theme_stylesheet_path('jquery-ui-custom') %> <%=javascript_include_tag current_theme_javascript_path('jquery') %> <%=javascript_include_tag current_theme_javascript_path('jquery-ui') %> <%=javascript_include_tag current_theme_javascript_path('rails') %> <%=javascript_include_tag current_theme_javascript_path('application') %>
<% flash.each do |key, msg| %> <% unless msg.blank? %> <%= content_tag(:div,(content_tag :p, msg), :class => "message #{key.to_s}" )%> <%= flash[key.to_sym]='' %> <% end %> <% end %>
<%= yield %>