diff options
| author | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-05-22 10:01:46 +0000 |
|---|---|---|
| committer | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-05-22 10:01:46 +0000 |
| commit | fd27d553853380866feddc9500cd550780653672 (patch) | |
| tree | 83ffce66e74feeb5751e8c7ff4cd7a74ada8fdf4 /htroot | |
| parent | 61078b3885473e8907fb1b0736b520e611e22301 (diff) | |
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
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/Bookmarks.html | 4 | ||||
| -rw-r--r-- | htroot/ConfigBasic.html | 23 | ||||
| -rw-r--r-- | htroot/IndexControl_p.html | 4 | ||||
| -rw-r--r-- | htroot/Wiki.html | 4 | ||||
| -rw-r--r-- | htroot/env/grafics/blog.gif | bin | 315 -> 165 bytes | |||
| -rw-r--r-- | htroot/env/templates/header.template | 2 |
6 files changed, 27 insertions, 10 deletions
diff --git a/htroot/Bookmarks.html b/htroot/Bookmarks.html index 05dd2aada..47e2ccfe6 100644 --- a/htroot/Bookmarks.html +++ b/htroot/Bookmarks.html @@ -3,8 +3,8 @@ <head>
<title>YaCy '#[clientname]#': Bookmarks</title>
#%env/templates/metas.template%#
-<script src="/js/ajax.js"></script>
-<script src="/js/Bookmarks.js"></script>
+<script src="/js/ajax.js" type="text/javascript"></script>
+<script src="/js/Bookmarks.js" type="text/javascript"></script>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
#%env/templates/header.template%#
diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index 36a1e802d..af7fdcde5 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -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 <input type="radio" name="language" value="default" #(langEnglish)#::checked#(/langEnglish)#>English<br><br></li> <li>#(statusPassword)#<img src="/env/grafics/warning.png"> 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"> Password is set#(/statusPassword)#<br> - Peer User: <input type="text" name="adminuser" value="#[defaultUser]#" size="16" maxlength="32"><br> - Peer Password: <input type="password" name="adminpw1" value="" size="16" maxlength="32"><br> - Peer Password: <input type="password" name="adminpw2" value="" size="16" maxlength="32">(repeat same password)<br><br></li> + <table border="0" cellpadding="0" cellspacing="1"> + <tr> + <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"> (repeat same password) + </td> + </tr> + </table> + <br></li> <li>#(statusName)#<img src="/env/grafics/warning.png"> Your peer name has not been customized; please set your own peer name::<img src="/env/grafics/ok.png" height="32px" width="32px"> You have a nice peer name#(/statusName)#<br> Peer Name: <input type="text" name="peername" value="#[defaultName]#" size="20" maxlength="32"><br><br></li> <li>#(statusPort)#<img src="/env/grafics/warning.png"> 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"> Your peer can be reached by other peers#(/statusPort)#<br> diff --git a/htroot/IndexControl_p.html b/htroot/IndexControl_p.html index ea31e3bea..94466175a 100644 --- a/htroot/IndexControl_p.html +++ b/htroot/IndexControl_p.html @@ -55,7 +55,7 @@ <p>
-DHT Transmission control:<br>
+<b>DHT Transmission control:</b><br>
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.
<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%#
</body>
-</html>
\ No newline at end of file +</html>
diff --git a/htroot/Wiki.html b/htroot/Wiki.html index 148102837..0a6afda07 100644 --- a/htroot/Wiki.html +++ b/htroot/Wiki.html @@ -11,7 +11,7 @@ <!-- 0: viewing -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr class="TableHeader" width="100%">
- <td height="10" class="TableHeader" class="black">
+ <td height="10" class="TableHeader">
<font size="1"> <b>yacyWiki page: #[pagename]#
last edited by #[author]# change date #[date]#</b></font>
</td>
@@ -102,7 +102,7 @@ <input type="button" name="demo" value="Start Page" onClick="self.location.href='Wiki.html'">
</form>
#(/mode)#
-</p>
+<p>
Changes will be published as announcement on YaCyNews</p>
#%env/templates/footer.template%#
</body>
diff --git a/htroot/env/grafics/blog.gif b/htroot/env/grafics/blog.gif Binary files differindex f55906a39..618347ec9 100644 --- a/htroot/env/grafics/blog.gif +++ b/htroot/env/grafics/blog.gif diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index dab870c2d..f09e1a7c0 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -45,7 +45,7 @@ <tr><td class="MenuItem"> <a href="/share/" class="MenuItemLink">File Share</a></td></tr>
<tr><td class="MenuItem"> <a href="/Wiki.html" class="MenuItemLink">Wiki</a></td></tr>
<tr><td class="MenuItem"> <a href="/Blog.html" class="MenuItemLink">Blog</a></td></tr>
- <tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top" alt="Password protected"> <a href="/Messages_p.html" class="MenuItemLink">Messages</a> <img border="0" src="notifier.gif" align="center"></td></tr>
+ <tr><td class="MenuItem"> <img border="0" src="/env/grafics/lock.gif" align="top" alt="Password protected"> <a href="/Messages_p.html" class="MenuItemLink">Messages</a> <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="MenuHeader"> Peer Control</td></tr>
|
