From 0c32c5dc4c340621f45e90b28c7b6c7b22947aa0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 21 Feb 2013 23:49:28 +0000 Subject: First version of mgapeople --- tmpl/group.html | 18 ++++++++++++++++++ tmpl/groupindex.html | 14 ++++++++++++++ tmpl/user.html | 26 ++++++++++++++++++++++++++ tmpl/userindex.html | 14 ++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 tmpl/group.html create mode 100644 tmpl/groupindex.html create mode 100644 tmpl/user.html create mode 100644 tmpl/userindex.html (limited to 'tmpl') diff --git a/tmpl/group.html b/tmpl/group.html new file mode 100644 index 0000000..1a414a4 --- /dev/null +++ b/tmpl/group.html @@ -0,0 +1,18 @@ + + + + [% config.sitename %]: g/[% groups.$group.cn.0 %] + + +

[% groups.$group.cn.0 %]

+ +

[% groups.$group.description.0 %]

+ + Members: + + + 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 @@ + + + + [% config.sitename %]: g + + +

groups

+ + + diff --git a/tmpl/user.html b/tmpl/user.html new file mode 100644 index 0000000..3130983 --- /dev/null +++ b/tmpl/user.html @@ -0,0 +1,26 @@ + + + + [% config.sitename %]: u/[% users.$user.uid.0 %] + + +

[% users.$user.uid.0 %]

+ + + diff --git a/tmpl/userindex.html b/tmpl/userindex.html new file mode 100644 index 0000000..23c28aa --- /dev/null +++ b/tmpl/userindex.html @@ -0,0 +1,14 @@ + + + + [% config.sitename %]: u + + +

Users

+ + + -- cgit v1.2.1