yacy_search_server/htroot/ConfigProfile_p.html
michitux 31393312d0 New XHTML-template for a large part of the frontend, for details see http://yacy-websuche.de/wiki/index.php/Dev:XHTML
If you don't use the default skin, the style will be broken or at least not complete.
YaCy now has two css-files: base.css in htroot/env and the skin. In base.css the layout and black/white text-formating-rules are defined. Colors are only defined in the skin.
The skin is now very easy to read and to change. If you want to make more changes than the colors you see in the default-skin, feel free to use the full power of css, but you are warned: The code is still not ready and may change, but we try to avoid changes which affect anything in the default-style.
Translation will be broken too because the language-files contain HTML-Code which has changed.


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2547 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-09-11 18:18:12 +00:00

67 lines
2.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Your Personal Profile</title>
#%env/templates/metas.template%#
</head>
<body id="ConfigProfile">
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
<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.
</p>
<p>
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">
<fieldset>
<dl>
<dt><label for="name">Name</label></dt>
<dd>
<input type="text" name="name" id="name" size="40" maxlength="1000" value="#[name]#" />
</dd>
<dt><label for="nickname">Nick Name</label></dt>
<dd>
<input type="text" name="nickname" id="nickname" size="40" maxlength="1000" value="#[nickname]#" />
</dd>
<dt><label for="homepage">Homepage</label></dt>
<dd>
<input type="text" name="homepage" id="homepage" size="40" maxlength="1000" value="#[homepage]#" />
</dd>
<dt><label for="email">eMail</label></dt>
<dd>
<input type="text" name="email" id="email" size="40" maxlength="1000" value="#[email]#" />
</dd>
</dl>
<dl>
<dt><label for="icq">ICQ</label></dt>
<dd>
<input type="text" name="icq" id="icq" size="20" maxlength="9" value="#[icq]#" />
</dd>
<dt><label for="jabber">Jabber</label></dt>
<dd>
<input type="text" name="jabber" id="jabber" size="40" maxlength="1000" value="#[jabber]#" />
</dd>
<dt><label for="yahoo">Yahoo!</label></dt>
<dd>
<input type="text" name="yahoo" id="yahoo" size="40" maxlength="1000" value="#[yahoo]#" />
</dd>
<dt><label for="msn">MSN</label></dt>
<dd>
<input type="text" name="msn" id="msn" size="40" maxlength="1000" value="#[msn]#" />
</dd>
</dl>
<dl>
<dt><label for="comment">Comment</label></dt>
<dd>
<textarea name="comment" id="comment" cols="40" rows="10">#[comment]#</textarea>
<p class="help">You can use <a href="WikiHelp.html" 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.</p>
</dd>
</dl>
<input type="submit" name="set" value="Save" />
</fieldset>
</form>
#%env/templates/footer.template%#
</body>
</html>