aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/user.html
blob: e8476a20298750e891b270d28a28b5f2279e9837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>[% config.sitename %]: u/[% users.$user.uid.0 %]</title>
    </head>
    <body>
        <h1>[% users.$user.uid.0 %]</h1>
        <ul>
            <li>
            <b>Name</b>: [% users.$user.cn.0 %]
            </li>
            <li>
            <b>Login</b>: [% users.$user.uid.0 %]
            </li>
            <li>
            <b>Groups</b>:
            [% FOREACH group IN users.$user.groups %]
              <a href="../g/[% groups.$group.cn.0 %].html">[% groups.$group.cn.0 %]</a>
            [% END %]
            </li>
        </ul>
    </body>
</html>