aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/group.html
blob: c61f6203448dfc4983196e9ed099396197627af8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>[% config.sitename %]: g/[% groups.$group.cn.0 %]</title>
        [%- INCLUDE head.html -%]
    </head>
    <body>
        [%- INCLUDE body_top.html -%]
        <h1 id='mgnavt'><a href="../index.html">[% config.sitename %]</a> » <a href="index.html">groups</a> » [% groups.$group.cn.0 %]</h1>

        <div class='content'>
            <h3>[% groups.$group.description.0 %]</h3>

            Members:
            <ul>
                [% FOREACH user IN groups.$group.member %]
                  <li><a href="../u/[% users.$user.uid.0 %].html">[% users.$user.cn.0 %] ([% users.$user.uid.0 %])</a></li>
                [% END %]
            </ul>
        </div>
    </body>
</html>