From 31d6cdea5358eea50c2f3a874d1d5006cab25114 Mon Sep 17 00:00:00 2001 From: michitux Date: Fri, 15 Sep 2006 11:50:25 +0000 Subject: [PATCH] WatchCrawler.html now valid xhtml, added the class TableCellActive to default skin, please update your skins (sorry, I removed it before because I hadn't seen it in any html-file) git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2590 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/WatchCrawler.html | 171 +++++++++++++++++++-------------------- skins/default.css | 4 + 2 files changed, 89 insertions(+), 86 deletions(-) diff --git a/htroot/WatchCrawler.html b/htroot/WatchCrawler.html index 9fe0438a6..8fcbb89a4 100644 --- a/htroot/WatchCrawler.html +++ b/htroot/WatchCrawler.html @@ -1,88 +1,87 @@ - - - -YaCy Watch Crawler -#%env/templates/metas.template%# - - - - - - -#%env/templates/header.template%# -
-

Crawler Monitor

-

-

-Next update in seconds.
-PPM:    
-wordcaches:   -
-

-

-Loader: -
-Size:    
-Max:    
-
- - - - - - - - - - -
InitiatorDepthModified DateAnchor NameURL
-
-Indexing Queue:
-Size:    
-Max:    
-
- - - - - - - - - - - - -
InitiatorDepthModified DateAnchor NameURLSizeDelete
-
Local Crawler
-Size:    
-
- - - - - - - - - - -
InitiatorDepthModified DateAnchor NameURL
-
Remote Crawler
-Size:    
-
- - - - - - - - - - -
ProfileDepthModified DateAnchor NameURL
+ + + + YaCy Watch Crawler + #%env/templates/metas.template%# + + + + + + + #%env/templates/header.template%# +

Crawler Monitor

+

+ Next update in seconds.
+ PPM:    
+ wordcaches:   +

+

+ Loader: +
+ Size:    
+ Max:    
+

+ + + + + + + + + + +
InitiatorDepthModified DateAnchor NameURL
+

+ Indexing Queue:
+ Size:    
+ Max:    
+

+ + + + + + + + + + + + +
InitiatorDepthModified DateAnchor NameURLSizeDelete
+

+ Local Crawler
+ Size:    
+

+ + + + + + + + + + +
InitiatorDepthModified DateAnchor NameURL
+

+ Remote Crawler
+ Size:    
+

+ + + + + + + + + + +
ProfileDepthModified DateAnchor NameURL
-#%env/templates/footer.template%# - + #%env/templates/footer.template%# + diff --git a/skins/default.css b/skins/default.css index 0a6d37305..a5485681b 100644 --- a/skins/default.css +++ b/skins/default.css @@ -58,6 +58,10 @@ div.head h1 { background-color: lightgrey; } +.TableCellActive { + background-color: #ffbbaa; +} + /* Blog and Wiki*/ .Post {