yacy_search_server/htroot/EditProfile_p.html

77 lines
2.0 KiB
HTML

<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>YaCy '#[clientname]#': Your Personal Profile</title>
#[metas]#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#[header]#
<br><br>
<h2>Your Personal Profile</h2>
<p>
You can create a personal profile here. Other YaCy users can view these information using a link on the network page.<br>
You do not need to provide any personal data here, but if you want to distribute your contact information, you can do that here.
</p>
<form action="EditProfile_p.html">
<table border="1">
<tr>
<td>Name</td>
<td><input type="text" name="name" maxlength="1000" value="#[name]#" style="width:100%"></td>
</tr>
<tr>
<td>Nick Name</td>
<td><input type="text" name="nickname" maxlength="1000" value="#[nickname]#" style="width:100%"></td>
</tr>
<tr>
<td>Homepage</td>
<td><input type="text" name="homepage" maxlength="1000" value="#[homepage]#" style="width:100%"></td>
</tr>
<tr>
<td>eMail</td>
<td><input type="text" name="email" maxlength="1000" value="#[email]#" style="width:100%"></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td>ICQ</td>
<td><input type="text" name="icq" maxlength="9" value="#[icq]#" style="width:100%"></td>
</tr>
<tr>
<td>Jabber</td>
<td><input type="text" name="jabber" maxlength="1000" value="#[jabber]#" style="width:100%"></td>
</tr>
<tr>
<td>Yahoo!</td>
<td><input type="text" name="yahoo" maxlength="1000" value="#[yahoo]#" style="width:100%"></td>
</tr>
<tr>
<td>MSN</td>
<td><input type="text" name="msn" maxlength="1000" value="#[msn]#" style="width:100%"></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td>Comment</td>
<td><textarea name="comment" cols="40" rows="10">#[comment]#</textarea></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" name="set" value="Save">
</td>
</table>
</form>
#[footer]#
</body>
</html>
</td></tr>