One more table in ConfigBasic by Kebron

Nicer blog-newssymbol by Kane

HTML corrections/improvements by /me

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2130 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 19 years ago
parent 61078b3885
commit fd27d55385

@ -3,8 +3,8 @@
<head> <head>
<title>YaCy '#[clientname]#': Bookmarks</title> <title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
<script src="/js/ajax.js"></script> <script src="/js/ajax.js" type="text/javascript"></script>
<script src="/js/Bookmarks.js"></script> <script src="/js/Bookmarks.js" type="text/javascript"></script>
</head> </head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"> <body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%# #%env/templates/header.template%#

@ -29,9 +29,26 @@ Your YaCy Peer needs some basic information to operate properly
<input type="radio" name="language" value="de" #(langDeutsch)#::checked#(/langDeutsch)#>Deutsch&nbsp; <input type="radio" name="language" value="de" #(langDeutsch)#::checked#(/langDeutsch)#>Deutsch&nbsp;
<input type="radio" name="language" value="default" #(langEnglish)#::checked#(/langEnglish)#>English<br><br></li> <input type="radio" name="language" value="default" #(langEnglish)#::checked#(/langEnglish)#>English<br><br></li>
<li>#(statusPassword)#<img src="/env/grafics/warning.png">&nbsp;Please set a password for your peer to protect your settings (> 3 characters); if this is successful you will be asked to log in with these values immediately.::<img src="/env/grafics/ok.png" height="32px" width="32px">&nbsp;Password is set#(/statusPassword)#<br> <li>#(statusPassword)#<img src="/env/grafics/warning.png">&nbsp;Please set a password for your peer to protect your settings (> 3 characters); if this is successful you will be asked to log in with these values immediately.::<img src="/env/grafics/ok.png" height="32px" width="32px">&nbsp;Password is set#(/statusPassword)#<br>
Peer User: <input type="text" name="adminuser" value="#[defaultUser]#" size="16" maxlength="32"><br> <table border="0" cellpadding="0" cellspacing="1">
Peer Password: <input type="password" name="adminpw1" value="" size="16" maxlength="32"><br> <tr>
Peer Password: <input type="password" name="adminpw2" value="" size="16" maxlength="32">(repeat same password)<br><br></li> <td>Peer User:
</td>
<td><input type="text" name="adminuser" value="#[defaultUser]#" size="16" maxlength="32">
</tr>
<tr>
<td>Peer Password:
</td>
<td><input type="password" name="adminpw1" value="" size="16" maxlength="32"><br>
</td>
</tr>
<tr>
<td>Peer Password:
</td>
<td><input type="password" name="adminpw2" value="" size="16" maxlength="32">&nbsp;(repeat same password)
</td>
</tr>
</table>
<br></li>
<li>#(statusName)#<img src="/env/grafics/warning.png">&nbsp;Your peer name has not been customized; please set your own peer name::<img src="/env/grafics/ok.png" height="32px" width="32px">&nbsp;You have a nice peer name#(/statusName)#<br> <li>#(statusName)#<img src="/env/grafics/warning.png">&nbsp;Your peer name has not been customized; please set your own peer name::<img src="/env/grafics/ok.png" height="32px" width="32px">&nbsp;You have a nice peer name#(/statusName)#<br>
Peer Name: <input type="text" name="peername" value="#[defaultName]#" size="20" maxlength="32"><br><br></li> Peer Name: <input type="text" name="peername" value="#[defaultName]#" size="20" maxlength="32"><br><br></li>
<li>#(statusPort)#<img src="/env/grafics/warning.png">&nbsp;Your peer cannot be reached from outside (which is not fatal, but would be good for the YaCy network); please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port.::<img src="/env/grafics/ok.png" height="32px" width="32px">&nbsp;Your peer can be reached by other peers#(/statusPort)#<br> <li>#(statusPort)#<img src="/env/grafics/warning.png">&nbsp;Your peer cannot be reached from outside (which is not fatal, but would be good for the YaCy network); please open your firewall for this port and/or set a virtual server option in your router to allow connections on this port.::<img src="/env/grafics/ok.png" height="32px" width="32px">&nbsp;Your peer can be reached by other peers#(/statusPort)#<br>

@ -55,7 +55,7 @@
<p> <p>
DHT Transmission control:<br> <b>DHT Transmission control:</b><br>
The transmission is necessary for the functionality of global search on other peers. The transmission is necessary for the functionality of global search on other peers.
If you switch off distribution or receipt of RWIs you will be banned from global search. If you switch off distribution or receipt of RWIs you will be banned from global search.
<table border="0" cellpadding="5" cellspacing="0"> <table border="0" cellpadding="5" cellspacing="0">
@ -99,4 +99,4 @@ The DHT-rules do not work without this function.</td>
#%env/templates/footer.template%# #%env/templates/footer.template%#
</body> </body>
</html> </html>

@ -11,7 +11,7 @@
<!-- 0: viewing --> <!-- 0: viewing -->
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr class="TableHeader" width="100%"> <tr class="TableHeader" width="100%">
<td height="10" class="TableHeader" class="black"> <td height="10" class="TableHeader">
<font size="1">&nbsp;<b>yacyWiki page: #[pagename]# &nbsp;&nbsp;&nbsp; <font size="1">&nbsp;<b>yacyWiki page: #[pagename]# &nbsp;&nbsp;&nbsp;
last edited by #[author]# &nbsp;&nbsp;&nbsp;change date #[date]#</b></font> last edited by #[author]# &nbsp;&nbsp;&nbsp;change date #[date]#</b></font>
</td> </td>
@ -102,7 +102,7 @@
<input type="button" name="demo" value="Start Page" onClick="self.location.href='Wiki.html'"> <input type="button" name="demo" value="Start Page" onClick="self.location.href='Wiki.html'">
</form> </form>
#(/mode)# #(/mode)#
</p> <p>
Changes will be published as announcement on YaCyNews</p> Changes will be published as announcement on YaCyNews</p>
#%env/templates/footer.template%# #%env/templates/footer.template%#
</body> </body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 165 B

@ -45,7 +45,7 @@
<tr><td class="MenuItem">&nbsp;<a href="/share/" class="MenuItemLink">File&nbsp;Share</a></td></tr> <tr><td class="MenuItem">&nbsp;<a href="/share/" class="MenuItemLink">File&nbsp;Share</a></td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/Wiki.html" class="MenuItemLink">Wiki</a></td></tr> <tr><td class="MenuItem">&nbsp;<a href="/Wiki.html" class="MenuItemLink">Wiki</a></td></tr>
<tr><td class="MenuItem">&nbsp;<a href="/Blog.html" class="MenuItemLink">Blog</a></td></tr> <tr><td class="MenuItem">&nbsp;<a href="/Blog.html" class="MenuItemLink">Blog</a></td></tr>
<tr><td class="MenuItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top" alt="Password protected">&nbsp;<a href="/Messages_p.html" class="MenuItemLink">Messages</a>&nbsp;<img border="0" src="notifier.gif" align="center"></td></tr> <tr><td class="MenuItem">&nbsp;<img border="0" src="/env/grafics/lock.gif" align="top" alt="Password protected">&nbsp;<a href="/Messages_p.html" class="MenuItemLink">Messages</a>&nbsp;<img border="0" src="notifier.gif" align="center" alt="You have a new message!"></td></tr>
<tr><td class="MenuSpacer"></td></tr> <tr><td class="MenuSpacer"></td></tr>
<tr><td class="MenuHeader">&nbsp;Peer&nbsp;Control</td></tr> <tr><td class="MenuHeader">&nbsp;Peer&nbsp;Control</td></tr>

Loading…
Cancel
Save