summaryrefslogtreecommitdiff
path: root/htroot/ConfigProfile_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-03-01 22:27:20 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-03-01 22:27:20 +0000
commit1b9b8922d9c377a4690486b175bbafebf7f7cd9a (patch)
tree216c8a5572b111de295ba05aec24e4f6a2be56fc /htroot/ConfigProfile_p.html
parentc2f8318b4fecedd153350362d467bba6dcf65e98 (diff)
* fixed problems with new basic 1-2-3 configuration (now authentication required)
* fixed graphics problem * fixed some other problems with default values * 1-2-3 config now appears automatically on start-up if no password is set * added new config menu * moved profile to new config menu git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1792 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigProfile_p.html')
-rw-r--r--htroot/ConfigProfile_p.html81
1 files changed, 81 insertions, 0 deletions
diff --git a/htroot/ConfigProfile_p.html b/htroot/ConfigProfile_p.html
new file mode 100644
index 000000000..e3af9ca53
--- /dev/null
+++ b/htroot/ConfigProfile_p.html
@@ -0,0 +1,81 @@
+<!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="EditProfile_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></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>
+</td></tr> \ No newline at end of file