root/trunk/pylucid_project/media/PyLucid/internal_page/admin_menu/plugin_menu.html

Revision 1535, 229 bytes (checked in by JensDiemer, 23 months ago)
  • autoamtic plugin menu:
  • first updates for show_internals (but only "system_info" updated)
  • Property svn:executable set to *
Line 
1{% for section, data in menu_data.items %}
2<fieldset><legend>{{ section }}</legend>
3<ul>
4  {% for method in data %}
5  <li><a href="{{ method.link }}">{{ method.description }}</a></li>
6  {% endfor %}
7</ul>
8</fieldset>
9{% endfor %}
Note: See TracBrowser for help on using the browser.