diff options
author | equinox <equinox@diac24.net> | 2011-09-27 02:09:53 +0200 |
---|---|---|
committer | equinox <equinox@diac24.net> | 2011-09-27 02:09:53 +0200 |
commit | 8d2b75d61631e0794d436eefefb25644de1d2de4 (patch) | |
tree | 01193f125c25b3f1068ae4638a002aedb5387c01 /templates/select.html | |
parent | ed927fd7ccafebfa68dc327c7389876131a9a870 (diff) |
password change application
Diffstat (limited to 'templates/select.html')
-rw-r--r-- | templates/select.html | 5 |
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> |