summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/logout_form.inc.dwt
diff options
context:
space:
mode:
authorTarik Gasmi2007-05-14 09:46:29 +0200
committerTarik Gasmi2007-05-14 09:46:29 +0200
commitb192e30ee65a420e12b71cbc0b410754983c052e (patch)
tree7e1b63e5c932d15d33943e7bab1cba8fe394c7fb /ldap-site-mngmt/webinterface/logout_form.inc.dwt
parent* fixed incorrect execution of chroot with respect to setting up the (diff)
downloadcore-b192e30ee65a420e12b71cbc0b410754983c052e.tar.gz
core-b192e30ee65a420e12b71cbc0b410754983c052e.tar.xz
core-b192e30ee65a420e12b71cbc0b410754983c052e.zip
Some webinterface data.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1076 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'ldap-site-mngmt/webinterface/logout_form.inc.dwt')
-rw-r--r--ldap-site-mngmt/webinterface/logout_form.inc.dwt9
1 files changed, 9 insertions, 0 deletions
diff --git a/ldap-site-mngmt/webinterface/logout_form.inc.dwt b/ldap-site-mngmt/webinterface/logout_form.inc.dwt
new file mode 100644
index 00000000..96d4a552
--- /dev/null
+++ b/ldap-site-mngmt/webinterface/logout_form.inc.dwt
@@ -0,0 +1,9 @@
+<form action="{PFAD}index.php" method="post">
+ <table border="0" cellspacing="0" cellpadding="3">
+ <tr valign='top' align='right'>
+ <td><p class="small_loginform_text">Eingeloggt als: </td>
+ <td><b> {USERCN} </b></td>
+ <td><input type="Submit" name="Logout" value="Logout" class="small_loginform_button"></p></td>
+ </tr>
+ </table>
+</form> \ No newline at end of file