BioTorrents.de’s version of Gazelle
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- <table class="layout" width="100%">
- <tr>
- <td align="left"><strong><a href="#" id="debug-view-perf" class="brackets">View</a>
- Performance Statistics:</strong></td>
- </tr>
- </table>
- <table id="debug_perf" class="debug_table hidden">
- {% for stat, value in list %}
- <tr valign="top">
- <td class="debug_perf_stat">{{ stat }}</td>
- <td class="debug_perf_data">{{ value }}</td>
- </tr>
- {% endfor %}
- </table>
|