yacy_search_server/htroot/ConfigPeerProfile_p.html
orbiter 3c76342619 - added servlet to configure the search page greeting line
- added information output about the current network definition in the network servlet
- better description and usage of profile entries in User Profile servlet regarding FOAF format
- reformatting of menues at status page

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4710 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-04-18 13:58:56 +00:00

33 lines
1.1 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]#': Peer Profile</title>
#%env/templates/metas.template%#
</head>
<body id="ConfigProfile">
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
<h2>Peer Profile</h2>
<p>
This defines visual attributes of the search interfaces.
</p>
<form action="ConfigPeerProfile_p.html" accept-charset="UTF-8">
<fieldset>
<dl>
<dt><label for="name">Greeting Line (<a href="index.html">visible above the search field</a>)</label></dt>
<dd>
<input type="text" name="promoteSearchPageGreeting" id="promoteSearchPageGreeting" size="80" maxlength="120" value="#[promoteSearchPageGreeting]#" />
</dd>
</dl>
<dl>
<dt>&nbsp;</dt>
<dd>
<input type="submit" name="set" value="Save" />
</dd>
</dl>
</fieldset>
</form>
#%env/templates/footer.template%#
</body>
</html>