<%= csrf_meta_tag.gsub( /^/, ' ' ) %> <%= apphelp_title %> <%= include_prototype_if_used( ' ' ) -%> <%= include_lightwindow_if_used( ' ' ) -%> <%= include_leightbox_if_used( ' ' ) -%> <% if using_quiet_prototype? -%> <%= javascript_include_tag( 'canvass/redcloth_preview.js' ) %> <% end -%> <%= stylesheet_link_tag( 'default_general', :media => :all ) %> <%= stylesheet_link_tag( 'default_print', :media => :print ) %> <%= render 'shared/fixed_header' %>
<%= hubssolib_flash_tags -%>
<% unless controller.skip_main_heading? -%>

<%= apphelp_heading() %>

<% end -%> <%= yield %>

Search whole site

<%= render 'shared/fixed_sidebar' %>

<%= apphelp_generic( :actions ) %>

    <%= buttons = [] if ( logged_in? && current_user.admin? ) buttons << [ :index, { :controller => PollsController, :method => :user_polls_path, :text => apphelp_view_hint( :your_polls, PollsController ) }, { :user_id => current_user.id } ] end buttons << [ :index, { :controller => PollsController, :method => :polls_path } ] if ( logged_in? ) buttons << [ :index, { :controller => DonationsController, :method => :user_donations_path, :text => apphelp_view_hint( :your_donations, DonationsController ) }, { :user_id => current_user.nil? ? 0 : current_user.id } ] if ( current_user.admin? ) buttons << [ :index, { :controller => DonationsController, :method => :donations_path } ] end end buttons += [ [ :index, { :controller => AuditersController, :method => :auditers_path } ], [ :index, { :controller => UsersController, :method => :users_path } ], [ :index, { :controller => CurrenciesController, :method => :currencies_path } ] ] apphelp_protected_links_to( { :prefix => '
  • ', :suffix => '
  • ' }, *buttons ) %>
<%= render 'shared/fixed_footer' %>