<%inherit file="/webapps/reports/base_panels.mako"/> <%namespace file="/message.mako" import="render_msg" /> <%def name="init()"> <% self.has_left_panel=True self.has_right_panel=False self.active_view="reports" %> <%def name="stylesheets()"> ${parent.stylesheets()} ## TODO: Clean up these styles and move into panel_layout.css (they are ## used here and in the editor). <%def name="left_panel()"> <% from datetime import datetime from time import mktime, strftime, localtime %>
Reports
<%def name="center_panel()"> <% center_url = h.url_for( controller='jobs', action='specified_month_all' ) %>