summaryrefslogtreecommitdiff
path: root/htroot/YaCySearchPluginFF.html
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2013-01-02 01:59:47 +0100
committerreger <reger18@arcor.de>2013-01-02 01:59:47 +0100
commit276e63401eefc0f17edf3f7300d89302cd4b132f (patch)
tree0d9bb538c10e26bb4b6a85b052f77bc19ac46163 /htroot/YaCySearchPluginFF.html
parentf301336adf073f5e30338d572ad7c7cedaa85a5a (diff)
small sanitary fixes
- exclude unix shell scripts in NSIS windows install archive - replace link to env/grafics/yacy.gif to yacy.png (build.nsi) - remove unused code lines (Blacklist_p, Response, WordReferenceVars) - type & xhtml (RankingSolr_p.html)
Diffstat (limited to 'htroot/YaCySearchPluginFF.html')
-rw-r--r--htroot/YaCySearchPluginFF.html120
1 files changed, 60 insertions, 60 deletions
diff --git a/htroot/YaCySearchPluginFF.html b/htroot/YaCySearchPluginFF.html
index c19206b4d..2df71af41 100644
--- a/htroot/YaCySearchPluginFF.html
+++ b/htroot/YaCySearchPluginFF.html
@@ -1,61 +1,61 @@
-<!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]#': Quick Crawl Link</title>
- #%env/templates/metas.template%#
-</head>
-<body>
-<table border="0" cellspacing="0" cellpadding="0" width="100%">
-<tr><td>
- <table class="Heading" border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr style="height:36px;">
- <td width="240">
- <a href="http://www.yacy.net">
- <img width="52" height="33" border="0" src="/env/grafics/yacy.gif" align="top" alt="YaCy-Logo" />
- </a>
- </td>
- <td width="50%" align="center">
- <div class="Headline">#[clientname]#: Firefox Search Plugin</div>
- </td>
- <td width="240" align="right">
- </td>
- </tr>
- </table>
-</td></tr>
-</table>
-<br />
-<br />
-<script type="text/javascript">
-<!--
- function addEngine() {
- if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) {
- window.sidebar.addSearchEngine(
- "http://#[host]#:#[port]#/YaCySearchPluginFF.src",
- "http://#[host]#:#[port]#/YaCySearchPluginFF.gif",
- "YaCy #[name]#",
- "General");
- } else {
- alert("Unable to install the firefox search plugin.");
- }
- }
-//-->
-</script>
-
-<table style="margin-left: auto; margin-right: auto;">
-<tr>
- <td>
- <b>YaCy Firefox Search-Plugin Installation:</b>
- <p>Simply click on the link shown below to integrate the YaCy Firefox Search-Plugin into your browser.</p>
- <p>In Mozilla Firefox, you can the Search-Plugin via the search box on the toolbar.<br />In Mozilla (Seamonkey) you can access the Search-Plugin via the Sidebar or the Location Bar.</p>
- </td>
-</tr>
-<tr>
- <td><a href="javascript:addEngine();"><b>Install the YaCy search plugin.</b></a></td>
-</tr>
-</table>
-
-<!--
- TODO: add a search parameter configuration dialog here ....
-//-->
-</body>
+<!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]#': Quick Crawl Link</title>
+ #%env/templates/metas.template%#
+</head>
+<body>
+<table border="0" cellspacing="0" cellpadding="0" width="100%">
+<tr><td>
+ <table class="Heading" border="0" cellspacing="0" cellpadding="0" width="100%">
+ <tr style="height:36px;">
+ <td width="240">
+ <a href="http://www.yacy.net">
+ <img width="52" height="33" border="0" src="/env/grafics/yacy.png" align="top" alt="YaCy-Logo" />
+ </a>
+ </td>
+ <td width="50%" align="center">
+ <div class="Headline">#[clientname]#: Firefox Search Plugin</div>
+ </td>
+ <td width="240" align="right">
+ </td>
+ </tr>
+ </table>
+</td></tr>
+</table>
+<br />
+<br />
+<script type="text/javascript">
+<!--
+ function addEngine() {
+ if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function")) {
+ window.sidebar.addSearchEngine(
+ "http://#[host]#:#[port]#/YaCySearchPluginFF.src",
+ "http://#[host]#:#[port]#/YaCySearchPluginFF.gif",
+ "YaCy #[name]#",
+ "General");
+ } else {
+ alert("Unable to install the firefox search plugin.");
+ }
+ }
+//-->
+</script>
+
+<table style="margin-left: auto; margin-right: auto;">
+<tr>
+ <td>
+ <b>YaCy Firefox Search-Plugin Installation:</b>
+ <p>Simply click on the link shown below to integrate the YaCy Firefox Search-Plugin into your browser.</p>
+ <p>In Mozilla Firefox, you can the Search-Plugin via the search box on the toolbar.<br />In Mozilla (Seamonkey) you can access the Search-Plugin via the Sidebar or the Location Bar.</p>
+ </td>
+</tr>
+<tr>
+ <td><a href="javascript:addEngine();"><b>Install the YaCy search plugin.</b></a></td>
+</tr>
+</table>
+
+<!--
+ TODO: add a search parameter configuration dialog here ....
+//-->
+</body>
</html> \ No newline at end of file