Author: lulabad
Date: 2008-02-10 10:06:17 +0100 (Sun, 10 Feb 2008)
New Revision: 4471

Modified:
   trunk/htroot/CrawlStartExpert_p.html
   trunk/htroot/CrawlStartSimple_p.html
   trunk/htroot/IndexControlURLs_p.html
   trunk/htroot/Ranking_p.html
Log:
some more XHTML strict errors

Modified: trunk/htroot/CrawlStartExpert_p.html
===================================================================
--- trunk/htroot/CrawlStartExpert_p.html        2008-02-10 08:22:40 UTC (rev 
4470)
+++ trunk/htroot/CrawlStartExpert_p.html        2008-02-10 09:06:17 UTC (rev 
4471)
@@ -37,9 +37,9 @@
               </tr>
               <tr>
                 <td><label for="url"><nobr>From Sitemap</nobr></label>:</td>
-                <td><input type="radio" name="crawlingMode" id="sitemap" 
value="sitemap" disabled="true"/></td>
+                <td><input type="radio" name="crawlingMode" id="sitemap" 
value="sitemap" disabled="disabled"/></td>
                 <td>
-                  <input name="sitemapURL" type="text" size="41" 
maxlength="256" value="" readonly="true"/>
+                  <input name="sitemapURL" type="text" size="41" 
maxlength="256" value="" readonly="readonly"/>
                 </td>              
               </tr>
               <tr>

Modified: trunk/htroot/CrawlStartSimple_p.html
===================================================================
--- trunk/htroot/CrawlStartSimple_p.html        2008-02-10 08:22:40 UTC (rev 
4470)
+++ trunk/htroot/CrawlStartSimple_p.html        2008-02-10 09:06:17 UTC (rev 
4471)
@@ -41,7 +41,7 @@
           <td>Starting Point:</td>
           <td>
             <input name="crawlingURL" type="text" size="41" maxlength="256" 
value="http://"; onkeypress="changed()" />
-            <span id="robotsOK"></span><br>
+            <span id="robotsOK"></span><br />
             <span id="title"><br/></span>
             <img src="/env/grafics/empty.gif" name="ajax" alt="empty" />
           </td>

Modified: trunk/htroot/IndexControlURLs_p.html
===================================================================
--- trunk/htroot/IndexControlURLs_p.html        2008-02-10 08:22:40 UTC (rev 
4470)
+++ trunk/htroot/IndexControlURLs_p.html        2008-02-10 09:06:17 UTC (rev 
4471)
@@ -57,8 +57,8 @@
             Full URL List:
             <input type="radio" name="format" value="url-text" />Plain Text 
List (URLs only)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
             <input type="radio" name="format" value="url-html" />HTML (URLs 
with title)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-            <input type="radio" name="format" value="url-rss" checked />XML 
(RSS)
-            </br>
+            <input type="radio" name="format" value="url-rss" 
checked="checked" />XML (RSS)
+            <br />
         </dd>
         <dt class="TableCellLight"></dt>
         <dd><input type="submit" name="lurlexport" value="Export URLs" />

Modified: trunk/htroot/Ranking_p.html
===================================================================
--- trunk/htroot/Ranking_p.html 2008-02-10 08:22:40 UTC (rev 4470)
+++ trunk/htroot/Ranking_p.html 2008-02-10 09:06:17 UTC (rev 4471)
@@ -7,7 +7,7 @@
   <body id="Ranking_p">
     #%env/templates/header.template%#
     <h2>Ranking Configuration</h2>
-    <form class="dsearch" action="Ranking_p.html" method="put" 
enctype="multipart/form-data">
+    <form class="dsearch" action="Ranking_p.html" method="post" 
enctype="multipart/form-data">
       <fieldset>
         <legend>Pre-Ranking</legend>
         <dl>#{attrPre}# 

_______________________________________________
YaCy-svn mailing list
YaCy-svn@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/yacy-svn

Antwort per Email an