aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/userindex.html
blob: 3288c01562d7c40f35ed54dd1ecfb27161e767de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>[% config.sitename %]: u</title>
        [%- INCLUDE head.html -%]
    </head>
    <body>
        [%- INCLUDE body_top.html -%]
        <h1 id='mgnavt'><a href="../index.html">[% config.sitename %]</a> » users</h1>
        <div class='content'>
            <ul>
                [% FOREACH user IN users %]
                <li><a href="[% user.value.uid.0 %].html">[% user.value.cn.0 %] ([% user.value.uid.0 %])</a></li>
                [% END %]
            </ul>
        </div>
    </body>
</html>