%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %>
<%
@help_link_anchor = HELP_URL_CONFIG['product_info']['scheduling_tools']['home_page']
%>
<% @content_for_layout = capture do %>
Home
<%= link_to("", help_link(@help_link_anchor), :class => "help-link", :popup => true ) unless @help_link_anchor.nil? %>
<%= yield %>
<%= render :file =>'layouts/_footer', :locals => { :page_bottom => true } %>
<% end %>
<%= render :file =>'layouts/standard', 'content_for_layout' => @content_for_layout %>