<%=stylesheet_link_tag current_theme_stylesheet_path('olive') %> <%=stylesheet_link_tag current_theme_stylesheet_path('calendar_olive') %> <%=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') %>
<%= render :partial=>'layouts/flash', :object => flash %> <%= calendar_window(:title=>t(:calendar,:scope=>:common)) %> <%= yield %>