File: more.html

package info (click to toggle)
python-ase 3.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,192 kB
  • ctags: 8,112
  • sloc: python: 93,375; sh: 99; makefile: 94
file content (17 lines) | stat: -rw-r--r-- 554 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
    <tr>
        <td colspan=99>
        {% if dct.numbers|length %}
            <a href="/gui/{{ id }}">
                <img class=right src="/image/{{ id }}.png">
            </a>
        {% endif %}
        {% if dct.key_value_pairs %}
        {% for key, value in dct.key_value_pairs.items() %}
            <a href="/?x={{ cid }}&amp;toggle={{ key }}">{{ key }}</a>: {{ value }}
            {%- if not loop.last %},{% endif %}
        {% endfor %}
        <br>
        {% endif %}
        <a href="/id/{{ id }}">more ...</a>
        </td>
    </tr>