/templates/panels.mako
https://bitbucket.org/cistrome/cistrome-harvard/ · Mako · 18 lines · 16 code · 2 blank · 0 comment · 3 complexity · 6ff54186a044537363e9ff61762c92b7 MD5 · raw file
- <%inherit file="/webapps/galaxy/base_panels.mako"/>
- <%def name="init()">
- <%
- self.has_left_panel=False
- self.has_right_panel=False
- self.active_view=active_view
- self.message_box_visible=False
- %>
- </%def>
- <%def name="center_panel()">
- <div style="overflow: auto; height: 100%;">
- <div style="padding: 10px">
- ${grid}
- </div>
- </div>
- </%def>