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

@ -1,186 +1,185 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>YaCy '#[clientname]#': Watch Crawler</title> <title>YaCy '#[clientname]#': Watch Crawler</title>
#%env/templates/metas.template%# #%env/templates/metas.template%#
<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> <h2>Crawler Monitor</h2>
#%env/templates/header.template%# <p> Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds.
<h2>Crawler Monitor</h2> </p>
<p> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
Next update in <span id="nextUpdate" onclick="changeInterval()"></span> seconds. <tbody>
</p> <tr class="TableHeader">
<th>Queue</th>
<p><table border="0" cellpadding="0" cellspacing="0"><tr> <th>Size</th>
<th>Max</th>
<td valign="top" rowspan="2"><table border="0" cellpadding="2" cellspacing="1"> </tr>
<tbody> <tr class="TableCellLight">
<tr class="TableHeader"> <td align="left">Indexing</td>
<th>Queue</th> <td align="right"><span id="indexingqueuesize">&nbsp;&nbsp;&nbsp;</span></td>
<th>Size</th> <td align="right"><span id="indexingqueuemax">&nbsp;&nbsp;&nbsp;</span></td>
<th>Max</th> </tr>
</tr> <tr class="TableCellLight">
<tr class="TableCellLight"> <td align="left">Loader</td>
<td align="left">Indexing</td> <td align="right"><span id="loaderqueuesize">&nbsp;&nbsp;&nbsp;</span></td>
<td align="right"><span id="indexingqueuesize">&nbsp;&nbsp;&nbsp;</span></td> <td align="right"><span id="loaderqueuemax">&nbsp;&nbsp;&nbsp;</span></td>
<td align="right"><span id="indexingqueuemax">&nbsp;&nbsp;&nbsp;</span></td> </tr>
</tr> <tr class="TableCellLight">
<tr class="TableCellLight"> <td align="left">Local Crawler</td>
<td align="left">Loader</td> <td align="right"><span id="localcrawlerqueuesize">&nbsp;&nbsp;&nbsp;</span></td>
<td align="right"><span id="loaderqueuesize">&nbsp;&nbsp;&nbsp;</span></td> <td align="right">unlimited</td>
<td align="right"><span id="loaderqueuemax">&nbsp;&nbsp;&nbsp;</span></td> </tr>
</tr> <tr class="TableCellLight">
<tr class="TableCellLight"> <td align="left">Remote Crawler</td>
<td align="left">Local Crawler</td> <td align="right"><span id="remotecrawlerqueuesize">&nbsp;&nbsp;&nbsp;</span></td>
<td align="right"><span id="localcrawlerqueuesize">&nbsp;&nbsp;&nbsp;</span></td> <td align="right">unlimited</td>
<td align="right">unlimited</td> </tr>
</tr> </tbody>
<tr class="TableCellLight"> </table>
<td align="left">Remote Crawler</td>
<td align="right"><span id="remotecrawlerqueuesize">&nbsp;&nbsp;&nbsp;</span></td> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<td align="right">unlimited</td> <tbody>
</tr> <tr class="TableHeader">
</tbody> <th>Database</th>
</table></td> <th>Entries</th>
</tr>
<td width="6">&nbsp;</td> <tr class="TableCellLight">
<td align="left">Pages (URLs)</td>
<td valign="top"><table border="0" cellpadding="2" cellspacing="1"> <td align="right"><span id="urldbsize">&nbsp;&nbsp;&nbsp;</span></td>
<tbody> </tr>
<tr class="TableHeader"> <tr class="TableCellLight">
<th>Database</th> <td align="left">RWIs (Words)</td>
<th>Entries</th> <td align="right"><span id="rwidbsize">&nbsp;&nbsp;&nbsp;</span></td>
</tr> </tr>
<tr class="TableCellLight"> </tbody>
<td align="left">Pages (URLs)</td> </table>
<td align="right"><span id="urldbsize">&nbsp;&nbsp;&nbsp;</span></td>
</tr> <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler">
<tr class="TableCellLight"> <tbody>
<td align="left">RWIs (Words)</td> <tr class="TableHeader">
<td align="right"><span id="rwidbsize">&nbsp;&nbsp;&nbsp;</span></td> <th>Indicator</th>
</tr> <th colspan="2">Level</th>
</tbody> </tr>
</table></td> <tr class="TableCellLight">
<td align="left">PPM (Pages Per Minute)</td>
<td width="6">&nbsp;</td> <td align="left"><span id="ppmNum">&nbsp;&nbsp;&nbsp;</span></td>
<td align="left"><span id="ppmSpan">&nbsp;&nbsp;&nbsp;</span></td>
<td valign="top"><table border="0" cellpadding="2" cellspacing="1"> </tr>
<tbody> <tr class="TableCellLight">
<tr class="TableHeader"> <td align="left">RWI RAM (Word Cache)</td>
<th>Indicator</th> <td align="left"><span id="wordcacheNum">&nbsp;</span></td>
<th colspan="2">Level</th> <td align="left"><span id="wordcacheSpan">&nbsp;</span></td>
</tr> </tr>
<tr class="TableCellLight"> </tbody>
<td align="left">PPM (Pages Per Minute)</td> </table>
<td align="left"><span id="ppmNum">&nbsp;&nbsp;&nbsp;</span></td>
<td align="left"><span id="ppmSpan">&nbsp;&nbsp;&nbsp;</span></td> <p class="watchCrawler"> #(info)#
</tr> <!-- 0 -->
<tr class="TableCellLight"> ::
<td align="left">RWI RAM (Word Cache)</td> <!-- 1 -->
<td align="left"><span id="wordcacheNum">&nbsp;</span></td> Error with profile management. Please stop YaCy, delete the file DATA/PLASMADB/crawlProfiles0.db
<td align="left"><span id="wordcacheSpan">&nbsp;</span></td> and restart. ::
</tr> <!-- 2 -->
</tbody> Error: #[errmsg]# ::
</table><td> <!-- 3 -->
</tr><tr> Application not yet initialized. Sorry. Please wait some seconds and repeat
the request. ::
<td width="6">&nbsp;</td> <!-- 4 -->
<strong>ERROR: Crawl filter "#[newcrawlingfilter]#" does not match with
<td colspan="3"><p> crawl root "#[crawlingStart]#".</strong> Please try again with different
#(info)#<!-- 0 --> filter. ::
::<!-- 1 --> <!-- 5 -->
Error with profile management. Please stop YaCy, delete the file DATA/PLASMADB/crawlProfiles0.db and restart. Crawling of "#[crawlingURL]#" failed. Reason: #[reasonString]#<br>
::<!-- 2 --> ::
Error: #[errmsg]# <!-- 6 -->
::<!-- 3 --> Error with URL input "#[crawlingStart]#": #[error]# ::
Application not yet initialized. Sorry. Please wait some seconds and repeat the request. <!-- 7 -->
::<!-- 4 --> Error with file input "#[crawlingStart]#": #[error]# ::
<strong>ERROR: Crawl filter "#[newcrawlingfilter]#" does not match with crawl root "#[crawlingStart]#".</strong> Please try again with different filter. <!-- 8 -->
::<!-- 5 --> Crawling of "#[crawlingURL]#" started. <strong>Please wait some seconds,
Crawling of "#[crawlingURL]#" failed. Reason: #[reasonString]#<br> it may take some seconds until the first result appears there.</strong>
::<!-- 6 --> If you crawl any un-wanted pages, you can delete them <a href="IndexCreateWWWLocalQueue_p.html">here</a>.<br />
Error with URL input "#[crawlingStart]#": #[error]# #(/info)# </p>
::<!-- 7 -->
Error with file input "#[crawlingStart]#": #[error]# <!-- crawl queues -->
::<!-- 8 -->
Crawling of "#[crawlingURL]#" started. <p id="crawlingQueues"><strong>Crawl Queue:</strong></p>
<strong>Please wait some seconds, it may take some seconds until the first result appears there.</strong> <table border="0" cellpadding="2" cellspacing="1" id="queueTable">
If you crawl any un-wanted pages, you can delete them <a href="IndexCreateWWWLocalQueue_p.html">here</a>.<br /> <tbody>
#(/info)# <tr class="TableHeader">
</p></td> <th>Queue</th>
<th>Profile</th>
</tr></table></p> <th>Initiator</th>
<th>Depth</th>
<!-- crawl profile list --> <th>Modified Date</th>
<p id="crawlingProfiles"><strong>Crawl Profiles:</strong><br /> <th>Anchor Name</th>
<table border="0" cellpadding="2" cellspacing="1"> <th>URL</th>
<colgroup> <th>Size</th>
<col width="120" /> <th>Delete</th>
<col /> </tr>
<col width="16" /> </tbody>
<col width="60" /> </table>
<col width="10" span="2" />
<col />
<col width="10" span="5" /> <!-- crawl profile list -->
</colgroup> <p id="crawlingProfiles"><strong>Crawl Profiles:</strong></p>
<tr class="TableHeader"> <table border="0" cellpadding="2" cellspacing="1">
<td><strong>Crawl Thread</strong></td> <colgroup>
<td><strong>Start URL</strong></td> <col width="120" />
<td><strong>Depth</strong></td> <col />
<td><strong>Filter</strong></td> <col width="16" />
<td><strong>MaxAge</strong></td> <col width="60" />
<td><strong>Auto Filter Depth</strong></td> <col width="10" span="2" />
<td><strong>Auto Filter Content</strong></td> <col />
<td><strong>Max Page Per Domain</strong></td> <col width="10" span="5" />
<td><strong>Accept '?' URLs</strong></td> </colgroup>
<td><strong>Fill Proxy Cache</strong></td> <tr class="TableHeader">
<td><strong>Local Text Indexing</strong></td> <td><strong>Crawl Thread</strong></td>
<td><strong>Local Media Indexing</strong></td> <td><strong>Start URL</strong></td>
<td><strong>Remote Indexing</strong></td> <td><strong>Depth</strong></td>
<td></td> <td><strong>Filter</strong></td>
</tr> <td><strong>MaxAge</strong></td>
#{crawlProfiles}# <td><strong>Auto Filter Depth</strong></td>
<tr class="TableCell#(dark)#Light::Dark#(/dark)#"> <td><strong>Auto Filter Content</strong></td>
<td>#[name]#</td> <td><strong>Max Page Per Domain</strong></td>
<td><a href="#[startURL]#">#[startURL]#</a></td> <td><strong>Accept '?' URLs</strong></td>
<td>#[depth]#</td> <td><strong>Fill Proxy Cache</strong></td>
<td>#[filter]#</td> <td><strong>Local Text Indexing</strong></td>
<td>#[crawlingIfOlder]#</td> <td><strong>Local Media Indexing</strong></td>
<td>#[crawlingDomFilterDepth]#</td> <td><strong>Remote Indexing</strong></td>
<td>#[crawlingDomFilterContent]#</td> <td></td>
<td>#[crawlingDomMaxPages]#</td> </tr>
<td>#(withQuery)#no::yes#(/withQuery)#</td> #{crawlProfiles}#
<td>#(storeCache)#no::yes#(/storeCache)#</td> <tr class="TableCell#(dark)#Light::Dark#(/dark)#">
<td>#(indexText)#no::yes#(/indexText)#</td> <td>#[name]#</td>
<td>#(indexMedia)#no::yes#(/indexMedia)#</td> <td><a href="#[startURL]#">#[startURL]#</a></td>
<td>#(remoteIndexing)#no::yes#(/remoteIndexing)#</td> <td>#[depth]#</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>#[filter]#</td>
</tr> <td>#[crawlingIfOlder]#</td>
#{/crawlProfiles}# <td>#[crawlingDomFilterDepth]#</td>
</table></p> <td>#[crawlingDomFilterContent]#</td>
<td>#[crawlingDomMaxPages]#</td>
<!-- crawl queues --> <td>#(withQuery)#no::yes#(/withQuery)#</td>
<p><p id="crawlingQueues"><strong>Crawl Queue:</strong><br /> <td>#(storeCache)#no::yes#(/storeCache)#</td>
<table border="0" cellpadding="2" cellspacing="1" id="queueTable"> <td>#(indexText)#no::yes#(/indexText)#</td>
<tbody> <td>#(indexMedia)#no::yes#(/indexMedia)#</td>
<tr class="TableHeader"> <td>#(remoteIndexing)#no::yes#(/remoteIndexing)#</td>
<th>Queue</th> <td>#(deleteButton)#::
<th>Profile</th> <form action="WatchCrawler_p.html" method="get" enctype="multipart/form-data">
<th>Initiator</th> <pre><input type="hidden" name="handle" value="#[handle]#" /></pre>
<th>Depth</th> <pre><input type="submit" name="deleteprofile" value="Delete" /></pre>
<th>Modified Date</th> </form>
<th>Anchor Name</th> #(/deleteButton)#
<th>URL</th>
<th>Size</th> </td>
<th>Delete</th> </tr>
</tr> #{/crawlProfiles}#
</tbody> </table>
</table></p>
#%env/templates/footer.template%#
#%env/templates/footer.template%# </body>
</body> </html>
</html>

@ -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