Some XHTML warnings fixed. WatchCrawler_p.html is now valide.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3278 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
netbude 18 years ago
parent 769c3f1249
commit 8ca317f39d

@ -6,18 +6,12 @@
<script type="text/javascript" src="/js/ajax.js"></script> <script type="text/javascript" src="/js/ajax.js"></script>
<script type="text/javascript" src="/js/xml.js"></script> <script type="text/javascript" src="/js/xml.js"></script>
<script type="text/javascript" src="/js/html.js"></script> <script type="text/javascript" src="/js/html.js"></script>
<script type="text/javascript" src="/js/WatchCrawler.js"></script> <script type="text/javascript" src="/js/WatchCrawler.js"></script></head>
</head> <body id="watchCrawler"> #%env/templates/header.template%#
<body>
#%env/templates/header.template%#
<h2>Crawler Monitor</h2> <h2>Crawler Monitor</h2>
<p> <p> Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds.
Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds.
</p> </p>
<table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<p><table border="0" cellpadding="0" cellspacing="0"><tr>
<td valign="top" rowspan="2"><table border="0" cellpadding="2" cellspacing="1">
<tbody> <tbody>
<tr class="TableHeader"> <tr class="TableHeader">
<th>Queue</th> <th>Queue</th>
@ -45,11 +39,9 @@
<td align="right">unlimited</td> <td align="right">unlimited</td>
</tr> </tr>
</tbody> </tbody>
</table></td> </table>
<td width="6">&nbsp;</td>
<td valign="top"><table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<tbody> <tbody>
<tr class="TableHeader"> <tr class="TableHeader">
<th>Database</th> <th>Database</th>
@ -64,11 +56,9 @@
<td align="right"><span id="rwidbsize">&nbsp;&nbsp;&nbsp;</span></td> <td align="right"><span id="rwidbsize">&nbsp;&nbsp;&nbsp;</span></td>
</tr> </tr>
</tbody> </tbody>
</table></td> </table>
<td width="6">&nbsp;</td> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<td valign="top"><table border="0" cellpadding="2" cellspacing="1">
<tbody> <tbody>
<tr class="TableHeader"> <tr class="TableHeader">
<th>Indicator</th> <th>Indicator</th>
@ -85,38 +75,58 @@
<td align="left"><span id="wordcacheSpan">&nbsp;</span></td> <td align="left"><span id="wordcacheSpan">&nbsp;</span></td>
</tr> </tr>
</tbody> </tbody>
</table><td> </table>
</tr><tr>
<td width="6">&nbsp;</td>
<td colspan="3"><p> <p class="watchCrawler"> #(info)#
#(info)#<!-- 0 --> <!-- 0 -->
::<!-- 1 --> ::
Error with profile management. Please stop YaCy, delete the file DATA/PLASMADB/crawlProfiles0.db and restart. <!-- 1 -->
::<!-- 2 --> Error with profile management. Please stop YaCy, delete the file DATA/PLASMADB/crawlProfiles0.db
Error: #[errmsg]# and restart. ::
::<!-- 3 --> <!-- 2 -->
Application not yet initialized. Sorry. Please wait some seconds and repeat the request. Error: #[errmsg]# ::
::<!-- 4 --> <!-- 3 -->
<strong>ERROR: Crawl filter "#[newcrawlingfilter]#" does not match with crawl root "#[crawlingStart]#".</strong> Please try again with different filter. Application not yet initialized. Sorry. Please wait some seconds and repeat
::<!-- 5 --> the request. ::
<!-- 4 -->
<strong>ERROR: Crawl filter "#[newcrawlingfilter]#" does not match with
crawl root "#[crawlingStart]#".</strong> Please try again with different
filter. ::
<!-- 5 -->
Crawling of "#[crawlingURL]#" failed. Reason: #[reasonString]#<br> Crawling of "#[crawlingURL]#" failed. Reason: #[reasonString]#<br>
::<!-- 6 --> ::
Error with URL input "#[crawlingStart]#": #[error]# <!-- 6 -->
::<!-- 7 --> Error with URL input "#[crawlingStart]#": #[error]# ::
Error with file input "#[crawlingStart]#": #[error]# <!-- 7 -->
::<!-- 8 --> Error with file input "#[crawlingStart]#": #[error]# ::
Crawling of "#[crawlingURL]#" started. <!-- 8 -->
<strong>Please wait some seconds, it may take some seconds until the first result appears there.</strong> Crawling of "#[crawlingURL]#" started. <strong>Please wait some seconds,
it may take some seconds until the first result appears there.</strong>
If you crawl any un-wanted pages, you can delete them <a href="IndexCreateWWWLocalQueue_p.html">here</a>.<br /> If you crawl any un-wanted pages, you can delete them <a href="IndexCreateWWWLocalQueue_p.html">here</a>.<br />
#(/info)# #(/info)# </p>
</p></td>
<!-- crawl queues -->
<p id="crawlingQueues"><strong>Crawl Queue:</strong></p>
<table border="0" cellpadding="2" cellspacing="1" id="queueTable">
<tbody>
<tr class="TableHeader">
<th>Queue</th>
<th>Profile</th>
<th>Initiator</th>
<th>Depth</th>
<th>Modified Date</th>
<th>Anchor Name</th>
<th>URL</th>
<th>Size</th>
<th>Delete</th>
</tr>
</tbody>
</table>
</tr></table></p>
<!-- crawl profile list --> <!-- crawl profile list -->
<p id="crawlingProfiles"><strong>Crawl Profiles:</strong><br /> <p id="crawlingProfiles"><strong>Crawl Profiles:</strong></p>
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1">
<colgroup> <colgroup>
<col width="120" /> <col width="120" />
@ -158,28 +168,17 @@
<td>#(indexText)#no::yes#(/indexText)#</td> <td>#(indexText)#no::yes#(/indexText)#</td>
<td>#(indexMedia)#no::yes#(/indexMedia)#</td> <td>#(indexMedia)#no::yes#(/indexMedia)#</td>
<td>#(remoteIndexing)#no::yes#(/remoteIndexing)#</td> <td>#(remoteIndexing)#no::yes#(/remoteIndexing)#</td>
<td>#(deleteButton)#::<form action="WatchCrawler_p.html" method="get" enctype="multipart/form-data"><input type="hidden" name="handle" value="#[handle]#" /><input type="submit" name="deleteprofile" value="Delete" /></form>#(/deleteButton)#</td> <td>#(deleteButton)#::
</tr> <form action="WatchCrawler_p.html" method="get" enctype="multipart/form-data">
#{/crawlProfiles}# <pre><input type="hidden" name="handle" value="#[handle]#" /></pre>
</table></p> <pre><input type="submit" name="deleteprofile" value="Delete" /></pre>
</form>
#(/deleteButton)#
<!-- crawl queues --> </td>
<p><p id="crawlingQueues"><strong>Crawl Queue:</strong><br />
<table border="0" cellpadding="2" cellspacing="1" id="queueTable">
<tbody>
<tr class="TableHeader">
<th>Queue</th>
<th>Profile</th>
<th>Initiator</th>
<th>Depth</th>
<th>Modified Date</th>
<th>Anchor Name</th>
<th>URL</th>
<th>Size</th>
<th>Delete</th>
</tr> </tr>
</tbody> #{/crawlProfiles}#
</table></p> </table>
#%env/templates/footer.template%# #%env/templates/footer.template%#
</body> </body>

@ -1,8 +1,8 @@
/* base.css - Layout and general style */ /* base.css - Layout and general style */
/* /*
$LastChangedDate: $ $LastChangedDate: 23.01.2007 $
$LastChangedRevision: $ $LastChangedRevision: $
$LastChangedBy: $ $LastChangedBy: netbude $
*/ */
/* /*
@ -215,10 +215,6 @@ div.ProgressBarFill {
height:100%; /*not valid value for Netscape 8*/ height:100%; /*not valid value for Netscape 8*/
} }
div.CacheAdminInfo {
margin-top:1em;
}
div.bookmarkList, div.Tags { div.bookmarkList, div.Tags {
margin-top:1em; margin-top:1em;
} }
@ -571,23 +567,23 @@ body#ViewLog pre {
} }
body#ViewLog pre.logSevere { body#ViewLog pre.logSevere {
color:red; color:#ff0000;
} }
body#ViewLog pre.logWarning { body#ViewLog pre.logWarning {
color:orange color:#FF9C60;
} }
body#ViewLog pre.logSystem { body#ViewLog pre.logSystem {
color:black; color:#000000;
} }
body#ViewLog pre.logInfo { body#ViewLog pre.logInfo {
color:black; color:#000000;
} }
body#ViewLog pre.logDebug { body#ViewLog pre.logDebug {
color:black; color:#000000;
} }
body#QuickCrawlLink p, body#QuickCrawlLink h4 { body#QuickCrawlLink p, body#QuickCrawlLink h4 {
@ -597,6 +593,14 @@ body#QuickCrawlLink p, body#QuickCrawlLink h4 {
body#Wiki form fieldset p.help{ body#Wiki form fieldset p.help{
clear:both; clear:both;
} }
/* WatchCrawler_p.html */
body#watchCrawler table.watchCrawler {float:left; margin: 0px 5px 5px 0px;}
body#watchCrawler p.watchCrawler {clear:both;}
body#watchCrawler p#crawlingQueues{clear:both; margin: 20px 0px 0px 0px;}
/* CacheAdmin_p.html */
div.CacheAdminInfo {margin-top:1em;}
div.CacheAdminTree{}
/* other ------------------------------------*/ /* other ------------------------------------*/

Loading…
Cancel
Save