diff options
| author | suessthomas <suessthomas@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-02 21:03:40 +0000 |
|---|---|---|
| committer | suessthomas <suessthomas@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-05-02 21:03:40 +0000 |
| commit | af13a0230786092b146c79a4f4aa5ddd8f48a55f (patch) | |
| tree | a2b77be1fb046f3aa4f7020d07c51d1ffc804b9c /htroot/YaCySearchPluginFF.html | |
| parent | 5efc0dce0bbba2756ef6d298865a6bb4346c19c1 (diff) | |
YaCySearchhtmlFF.html - fixes for XHTML compatibility.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6849 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/YaCySearchPluginFF.html')
| -rw-r--r-- | htroot/YaCySearchPluginFF.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/htroot/YaCySearchPluginFF.html b/htroot/YaCySearchPluginFF.html index cb42e039b..c19206b4d 100644 --- a/htroot/YaCySearchPluginFF.html +++ b/htroot/YaCySearchPluginFF.html @@ -1,17 +1,17 @@ -<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]#': Quick Crawl Link</title>
#%env/templates/metas.template%#
</head>
-<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
-
+<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr><td>
<table class="Heading" border="0" cellspacing="0" cellpadding="0" width="100%">
- <tr height="36">
+ <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">
+ <img width="52" height="33" border="0" src="/env/grafics/yacy.gif" align="top" alt="YaCy-Logo" />
</a>
</td>
<td width="50%" align="center">
@@ -23,8 +23,8 @@ </table>
</td></tr>
</table>
-<br><br>
-
+<br />
+<br />
<script type="text/javascript">
<!--
function addEngine() {
@@ -46,11 +46,11 @@ <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>
+ <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>
+ <td><a href="javascript:addEngine();"><b>Install the YaCy search plugin.</b></a></td>
</tr>
</table>
|
