yacy_search_server/htroot/User.html

24 lines
560 B
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy '#[clientname]#': User Page</title>
#[metas]#
</head>
<body>
#[header]#
<br><br>
<h2>User Page</h2><br>
#(logged-in)#
You are not logged in.
::
You are currently logged in as #[username]#.<br />
(Identified by #(identified-by)#IP::Username/Password#(/identified-by)#)<br />
<form action="User.html">
<input type="submit" name="logout" value="logout">
</form>
#(/logged-in)#
#[footer]#
</body>
</html>