hiding the current_user field.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1115 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent 90d6c6223b
commit bac22d3f4d

@ -2,10 +2,10 @@
<html>
<head>
<title>YaCy '#[clientname]#': User Administration</title>
#[metas]#
#%env/templates/metas.template%#
</head>
<body>
#[header]#
#%env/templates/header.template%#
<br><br>
<h2>User Administration</h2><br>
<table>
@ -27,7 +27,8 @@
<td width="100%">
<form action="User_p.html" method="POST">
Hidden(text for debugging): <input type="text" name="current_user" value="#[current_user]#" readonly>
<!-- Hidden(text for debugging): <input type="text" name="current_user" value="#[current_user]#" readonly> -->
<input type="hidden" name="current_user" value="#[current_user]#">
Current User: #[username]#
<p />
<table border="1">
@ -101,6 +102,6 @@ If you want to manage more Users, return to the <a href="User_p.html?change_user
#(/page)#
#[footer]#
#%env/templates/footer.template%#
</body>
</html>

Loading…
Cancel
Save