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

@ -1,8 +1,8 @@
/* base.css - Layout and general style */
/*
$LastChangedDate: $
$LastChangedDate: 23.01.2007 $
$LastChangedRevision: $
$LastChangedBy: $
$LastChangedBy: netbude $
*/
/*
@ -215,10 +215,6 @@ div.ProgressBarFill {
height:100%; /*not valid value for Netscape 8*/
}
div.CacheAdminInfo {
margin-top:1em;
}
div.bookmarkList, div.Tags {
margin-top:1em;
}
@ -571,23 +567,23 @@ body#ViewLog pre {
}
body#ViewLog pre.logSevere {
color:red;
color:#ff0000;
}
body#ViewLog pre.logWarning {
color:orange
color:#FF9C60;
}
body#ViewLog pre.logSystem {
color:black;
color:#000000;
}
body#ViewLog pre.logInfo {
color:black;
color:#000000;
}
body#ViewLog pre.logDebug {
color:black;
color:#000000;
}
body#QuickCrawlLink p, body#QuickCrawlLink h4 {
@ -597,6 +593,14 @@ body#QuickCrawlLink p, body#QuickCrawlLink h4 {
body#Wiki form fieldset p.help{
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 ------------------------------------*/

Loading…
Cancel
Save