aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/userindex.html
blob: 23c28aa7f120b8569f5592ab59ac481de97d1300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>[% config.sitename %]: u</title>
    </head>
    <body>
        <h1>Users</h1>
        <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>
    </body>
</html>