|
|
|
@ -1,13 +1,6 @@
|
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head>
|
|
|
|
|
<title>YaCy '#[clientname]#': User Administration</title>
|
|
|
|
|
#%env/templates/metas.template%#
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
#%env/templates/header.template%#
|
|
|
|
|
<br />
|
|
|
|
|
<br />
|
|
|
|
|
<!--HEADER for Lab.html
|
|
|
|
|
<title>#[clientname]#'s User Administration</title>
|
|
|
|
|
end of HEADER-->
|
|
|
|
|
<h2>User Administration</h2>
|
|
|
|
|
#(page)#
|
|
|
|
|
<table>
|
|
|
|
@ -96,7 +89,3 @@
|
|
|
|
|
#(/error)#
|
|
|
|
|
<p>If you want to manage more Users, return to the <a href="User_p.html?change_user=true&user=#[username]#">user</a> page.</p>
|
|
|
|
|
#(/page)#
|
|
|
|
|
|
|
|
|
|
#%env/templates/footer.template%#
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|