yacy_search_server/htroot/User.html
karlchenofhell 2beea44465 - fixed typo in IndexControl_p
- migrated some more pages to correct (X)HTML

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3106 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-12-20 22:14:45 +00:00

75 lines
2.6 KiB
HTML

<!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 Page</title>
#%env/templates/metas.template%#
</head>
<body>
#%env/templates/header.template%#
<br />
<br />
<h2>User Page</h2>
#(logged-in)#
<p>
You are not logged in.<br />
<form action="User.html" method="post">
Username: <input type="text" name="username" /><br />
Password: <input type="password" name="password" /><br />
<input type="submit" value="login" />
</form>
</p>
::
<p>
You are currently logged in as #[username]#.<br />
(Identified by #(identified-by)#IP::Username/Password::Cookie#(/identified-by)#)<br />
<form action="User.html">
<input type="submit" name="logout" value="logout">
</form>
#(limit)#::
#{percent}#<img src="/env/grafics/red-block.png" alt="red bar" />#{/percent}##{percent2}#<img src="/env/grafics/green-block.png" alt="green bar" />#{/percent2}#
<br />
You have used <strong>#[timeused]#</strong> minutes of your onlinetime limit of <strong>#[timelimit]#</strong> minutes per day.<br />
#(/limit)#
</p>
<form action="User.html" method="POST">
<table border="1">
<tr>
<td><label for="oldpass">old Password</label></td>
<td><input type="password" name="oldpass" id="oldpass" /></td>
</tr>
<tr>
<td><label for="newpass">new Password</label></td>
<td><input type="password" name="newpass" id="newpass" /></td>
</tr>
<tr>
<td><label for="newpass2">new Password(repetition)</label></td>
<td><input type="password" name="newpass2" id="newpass2" /></td>
</tr>
<tr>
<td colspan="2"><input type="submit" name="changepass" value="Change" /></td>
</tr>
</table>
</form>
::
You are currently logged in as admin.<br />
<form action="User.html">
<input type="submit" name="logout" value="logout">
</form>
<br />
<p>(after logout you will be prompted for your password again. simply click "cancel")</p>
#(/logged-in)#
<b>
#(status)#
::
#(password)#
Password was changed.::
Old Password is wrong.::
New Password and its repetition do not match.::
New Password is empty.
#(/password)#
#(/status)#
</b>
#%env/templates/footer.template%#
</body>
</html>