aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl/groupindex.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-02-21 23:49:28 +0000
committerNicolas Vigier <boklm@mageia.org>2013-02-21 23:49:28 +0000
commit0c32c5dc4c340621f45e90b28c7b6c7b22947aa0 (patch)
treecaad9171fed24e52bcb29721c9bf80b82e08a197 /tmpl/groupindex.html
downloadmgapeople-0c32c5dc4c340621f45e90b28c7b6c7b22947aa0.tar
mgapeople-0c32c5dc4c340621f45e90b28c7b6c7b22947aa0.tar.gz
mgapeople-0c32c5dc4c340621f45e90b28c7b6c7b22947aa0.tar.bz2
mgapeople-0c32c5dc4c340621f45e90b28c7b6c7b22947aa0.tar.xz
mgapeople-0c32c5dc4c340621f45e90b28c7b6c7b22947aa0.zip
First version of mgapeople
Diffstat (limited to 'tmpl/groupindex.html')
-rw-r--r--tmpl/groupindex.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tmpl/groupindex.html b/tmpl/groupindex.html
new file mode 100644
index 0000000..4489883
--- /dev/null
+++ b/tmpl/groupindex.html
@@ -0,0 +1,14 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>[% config.sitename %]: g</title>
+ </head>
+ <body>
+ <h1>groups</h1>
+ <ul>
+ [% FOREACH group IN groups %]
+ <li><a href="[% group.value.cn.0 %].html">[% group.value.cn.0 %]</a> : [% group.value.description.0 %]</li>
+ [% END %]
+ </ul>
+ </body>
+</html>