You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
560 B
24 lines
560 B
![]()
20 years ago
|
<!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>
|