<%= stylesheet_link_tag 'standard','superfish','niftyCorners', 'jquery-ui-1.8.13.custom', :cache => 'tracks-cached' %> <%= stylesheet_link_tag "print", :media => "print" %> <%= javascript_include_tag 'jquery-1.6.1.min', 'jquery-ui-1.8.13.custom.min', 'jquery.truncator','jquery.jeditable.mini', 'jquery.cookie', 'jquery.blockUI', 'jquery.form', :cache => 'jquery-cached' %> <%= javascript_tag_for_i18n_datepicker %> <%= javascript_include_tag 'hoverIntent','superfish','application', 'accesskey-hints','niftycube','swfobject', :cache => 'tracks-cached' %> <%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %> <%= javascript_tag "var SOURCE_VIEW = '#{@source_view}';" %> <%= javascript_tag "var TAG_NAME = '#{@tag_name}';" if @tag_name %> <%= csrf_meta_tag %> <%= auto_discovery_link_tag(:rss, {:controller => "todos", :action => "index", :format => 'rss', :token => "#{current_user.token}"}, {:title => t('layouts.next_actions_rss_feed')}) %> <%= @page_title %>

<% if @count -%> <%= @count %> <% end -%> <%= l(Date.today, :format => current_user.prefs.title_date_format) %>

<%= render_flash %>
<%= yield %>
<%= render :partial => "shared/footer" %>