diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-08-21 21:34:45 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-08-21 21:34:45 +0000 |
| commit | c2264962d1e646d1d01c7a34fcf453d742ac3aa1 (patch) | |
| tree | 91f816524d5cdbac5adc5403898182ffec542f44 | |
| parent | b387bd47dbdcc49604c6b1dfefb105c4afa81009 (diff) | |
*) Fixed a bug.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2438 6c8d7289-2bf4-0310-a012-ef5d649a1542
| -rw-r--r-- | htroot/Blog.html | 2 | ||||
| -rw-r--r-- | htroot/ConfigProfile_p.html | 2 | ||||
| -rw-r--r-- | htroot/MessageSend_p.html | 2 | ||||
| -rw-r--r-- | htroot/Wiki.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/htroot/Blog.html b/htroot/Blog.html index 2e12efc1e..2205912ab 100644 --- a/htroot/Blog.html +++ b/htroot/Blog.html @@ -26,7 +26,7 @@ <p>Author:<br><input name="author" type="text" size="20" maxlength="80" value="#[author]#"></p>
<p>Subject:<br><input name="subject" type="text" size="20" maxlength="80" value="#[subject]#"></p>
<p>Text:<br><textarea name="content" cols="80" rows="24">#[page-code]#</textarea>
-<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" onClick="window.open('WikiHelp.html','WikiHelp','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1',width=640,height=480);return false;">Yacy-Wiki Code</a> here.</font>
+<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" onClick="window.open('WikiHelp.html','WikiHelp','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480');return false;">Yacy-Wiki Code</a> here.</font>
</p>
<input type="hidden" name="page" value="#[pageid]#">
<input type="submit" name="submit" value="Submit">
diff --git a/htroot/ConfigProfile_p.html b/htroot/ConfigProfile_p.html index da70f9b85..0c0ef519e 100644 --- a/htroot/ConfigProfile_p.html +++ b/htroot/ConfigProfile_p.html @@ -66,7 +66,7 @@ You do not need to provide any personal data here, but if you want to distribute <tr>
<td valign="top" class="TableCellDark">Comment</td>
<td valign="top" class="TableCellLight"><textarea name="comment" cols="40" rows="10">#[comment]#</textarea>
-<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" 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.</font>
+<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" 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.</font>
</td>
</tr>
diff --git a/htroot/MessageSend_p.html b/htroot/MessageSend_p.html index d49de65d8..8f9da8db0 100644 --- a/htroot/MessageSend_p.html +++ b/htroot/MessageSend_p.html @@ -33,7 +33,7 @@ </p>
<p>Text:<br>
<textarea name="message" cols="80" rows="8">#[message]#</textarea>
- <br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" 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.</font>
+ <br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" 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.</font>
</p>
<input type="hidden" name="hash" value="#[hash]#">
<input type="hidden" name="messagesize" value="#[messagesize]#">
diff --git a/htroot/Wiki.html b/htroot/Wiki.html index e86c71010..3d238029e 100644 --- a/htroot/Wiki.html +++ b/htroot/Wiki.html @@ -40,7 +40,7 @@ <form action="Wiki.html" method="POST" enctype="multipart/form-data" accept-charset="UTF-8">
<p>Author:<br><input name="author" type="text" size="80" maxlength="80" value="#[author]#"></p>
<p>Text:<br><textarea name="content" cols="80" rows="24">#[page-code]#</textarea>
-<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" 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.</font>
+<br><font size="-1">You can use <a href="WikiHelp.html" target="_blank" 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.</font>
</p>
<input type="hidden" name="page" value="#[pagename]#">
<input type="hidden" name="reason" value="edit">
|
