/templates/panels.mako

https://bitbucket.org/cistrome/cistrome-harvard/ · Mako · 18 lines · 16 code · 2 blank · 0 comment · 3 complexity · 6ff54186a044537363e9ff61762c92b7 MD5 · raw file

  1. <%inherit file="/webapps/galaxy/base_panels.mako"/>
  2. <%def name="init()">
  3. <%
  4. self.has_left_panel=False
  5. self.has_right_panel=False
  6. self.active_view=active_view
  7. self.message_box_visible=False
  8. %>
  9. </%def>
  10. <%def name="center_panel()">
  11. <div style="overflow: auto; height: 100%;">
  12. <div style="padding: 10px">
  13. ${grid}
  14. </div>
  15. </div>
  16. </%def>