|
|
|
@ -76,12 +76,15 @@ function updatepage(str) {
|
|
|
|
|
<fieldset><legend>Host List</legend>
|
|
|
|
|
#{list}#
|
|
|
|
|
<div style="float:left; padding:1px 5px 1px 5px;">
|
|
|
|
|
<div style="width:180px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="/HostBrowser.html?path=#[host]#&facetcount=#[count]#">#[host]#</a><span>browse #[host]#</span></div></div>
|
|
|
|
|
<div style="width:100px; text-align:right; float: left; white-space:nowrap; overflow:hidden;"><span class="commit">#[count]#</span>#(crawler)#::/<span class="info">#[pending]#</span>#(/crawler)##(errors)#::/<span class="error">#[count]#</span>#(/errors)# URLs</div>
|
|
|
|
|
<div style="width:180px; text-align:left; float: left; white-space:nowrap; overflow:hidden;"><div id="info"><a href="/HostBrowser.html?path=#[host]#&facetcount=#[count]#">#[host]#</a></div></div>
|
|
|
|
|
<div style="width:100px; text-align:right; float: left; white-space:nowrap; overflow:hidden;"><span class="commit">#[count]#</span>#(crawler)#::/<span class="pending">#[pending]#</span>#(/crawler)##(errors)#::/<span class="error">#[count]#</span>#(/errors)# URLs</div>
|
|
|
|
|
</div>
|
|
|
|
|
#{/list}#
|
|
|
|
|
<div style="clear:both; float:left; padding:1px 5px 1px 5px;">
|
|
|
|
|
<br/><b>Count Colors:</b> <div class="commit">Documents</div><div class="info">Pending in Crawler</div><div class="error">Load Errors</div>
|
|
|
|
|
<div style="clear:both; float:left; padding:10px 5px 1px 5px;">
|
|
|
|
|
<div style="float:left;clear:both;">Count Colors:</div>
|
|
|
|
|
<div class="commit" style="float:left;"> Documents without Errors</div>
|
|
|
|
|
<div class="pending" style="float:left;"> Pending in Crawler</div>
|
|
|
|
|
<div class="error" style="float:left;"> Load Errors</div>
|
|
|
|
|
</div>
|
|
|
|
|
</fieldset>
|
|
|
|
|
#(/hosts)#
|
|
|
|
@ -111,7 +114,7 @@ function updatepage(str) {
|
|
|
|
|
#(stored)#
|
|
|
|
|
#(load)#::<td align="right" nowrap class="listingnok"><a href="/HostBrowser.html?load=#[url]#&path=#[path]#">load & index</a>#(/load)#</td>::
|
|
|
|
|
<td align="right" nowrap class="listingok">indexed</td>::
|
|
|
|
|
<td align="right" nowrap class="listingnok">loading</td>::
|
|
|
|
|
<td align="right" nowrap class="pending">loading</td>::
|
|
|
|
|
<td align="right" nowrap class="listingnok">load fail: #[error]#</td>
|
|
|
|
|
#(/stored)#
|
|
|
|
|
</tr>::
|
|
|
|
|