summaryrefslogtreecommitdiff
path: root/templates/select.html
diff options
context:
space:
mode:
authorequinox <equinox@diac24.net>2011-09-27 02:09:53 +0200
committerequinox <equinox@diac24.net>2011-09-27 02:09:53 +0200
commit8d2b75d61631e0794d436eefefb25644de1d2de4 (patch)
tree01193f125c25b3f1068ae4638a002aedb5387c01 /templates/select.html
parented927fd7ccafebfa68dc327c7389876131a9a870 (diff)
password change application
Diffstat (limited to 'templates/select.html')
-rw-r--r--templates/select.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/select.html b/templates/select.html
index 8b5e47f..1391431 100644
--- a/templates/select.html
+++ b/templates/select.html
@@ -8,11 +8,14 @@
<head>
<title>login</title>
</head>
+ <sub:infobox py:if="message != None">
+ ${message}
+ </sub:infobox>
<sub:bodyform>
<div class="cont">
Hallo ${user['cn']}!
<p class="app"><a href="https://wiki.sublab.org/auth_subdap.php?${tgts['wiki']}"><img src="${url('static/app_wiki.png')}" alt="wiki"/> sublab.org wiki</a></p>
- <p class="app"><a href=""><img src="${url('static/app_subdap.png')}" alt="wiki"/> Benutzerdaten</a></p>
+ <p class="app"><a href="pwchange?username=${user['cn']}"><img src="${url('static/app_password.png')}" alt="pwchange"/> Passwort ändern</a></p>
</div>
</sub:bodyform>
</html>