yacy_search_server/htroot/ConfigProfile_p.html
low012 c2264962d1 *) Fixed a bug.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2438 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-08-21 21:34:45 +00:00

82 lines
3.1 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>
#%env/templates/metas.template%#
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
<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="ConfigProfile_p.html">
<table border="0" cellpadding="5" cellspacing="1">
<tr>
<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Name</td>
<td valign="top" class="TableCellLight"><input type="text" name="name" maxlength="1000" value="#[name]#" style="width:100%"></td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Nick Name</td>
<td valign="top" class="TableCellLight"><input type="text" name="nickname" maxlength="1000" value="#[nickname]#" style="width:100%"></td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Homepage</td>
<td valign="top" class="TableCellLight"><input type="text" name="homepage" maxlength="1000" value="#[homepage]#" style="width:100%"></td>
</tr>
<tr>
<td valign="top" class="TableCellDark">eMail</td>
<td valign="top" class="TableCellLight"><input type="text" name="email" maxlength="1000" value="#[email]#" style="width:100%"></td>
</tr>
<tr>
<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">ICQ</td>
<td valign="top" class="TableCellLight"><input type="text" name="icq" maxlength="9" value="#[icq]#" style="width:100%"></td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Jabber</td>
<td valign="top" class="TableCellLight"><input type="text" name="jabber" maxlength="1000" value="#[jabber]#" style="width:100%"></td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Yahoo!</td>
<td valign="top" class="TableCellLight"><input type="text" name="yahoo" maxlength="1000" value="#[yahoo]#" style="width:100%"></td>
</tr>
<tr>
<td valign="top" class="TableCellDark">MSN</td>
<td valign="top" class="TableCellLight"><input type="text" name="msn" maxlength="1000" value="#[msn]#" style="width:100%"></td>
</tr>
<tr>
<td colspan="2" valign="top" class="TableHeader">&nbsp;</td>
</tr>
<tr>
<td valign="top" class="TableCellDark">Comment</td>
<td valign="top" class="TableCellLight"><textarea name="comment" cols="40" rows="10">#[comment]#</textarea>
<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" onClick="window.open('WikiHelp.html','WikiHelp','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');return false;">Wiki Code</a> here.</font>
</td>
</tr>
<tr>
<td colspan="2" valign="top" class="TableHeader">
<input type="submit" name="set" value="Save">
</td>
</table>
</form>
#%env/templates/footer.template%#
</body>
</html>