From de8fef9bf14e0c56f0aaac9199dd6071d87f1731 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Fri, 1 Aug 2025 15:30:46 +0900 Subject: YaCy Index Pack Generator - refactoring of the SURROGATE process into a "PACK" concept. --- htroot/env/base.css | 7 ++++--- htroot/env/templates/header.template | 2 +- htroot/env/templates/submenuCrawlMonitor.template | 2 +- htroot/env/templates/submenuIndexImport.template | 23 +++++++++++++++-------- 4 files changed, 21 insertions(+), 13 deletions(-) (limited to 'htroot/env') diff --git a/htroot/env/base.css b/htroot/env/base.css index 0a99d779d..a82e0b998 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -150,7 +150,6 @@ tt, *.tt { } .info { - font-weight:bold; color:olive; } @@ -1064,8 +1063,9 @@ div#info:hover span { display: block; position: absolute; font-size:1em; - width: 200px; + width: 600px; padding: 3px; + margin-right: 10px; color: #000000; background: #DDDDDD; text-align: center; @@ -1086,8 +1086,9 @@ div#tagcloud { display: block; position: absolute; font-size:1em; - width: 200px; + width: 600px; padding: 3px; + margin-right: 10px; color: #000000; background: #DDDDDD; text-align: left; diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index c5267f2db..b42d9a2c2 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -202,7 +202,7 @@ diff --git a/htroot/env/templates/submenuCrawlMonitor.template b/htroot/env/templates/submenuCrawlMonitor.template index 4bbcff639..6da2ac3e1 100644 --- a/htroot/env/templates/submenuCrawlMonitor.template +++ b/htroot/env/templates/submenuCrawlMonitor.template @@ -45,7 +45,7 @@
  • (4) Proxy Use
  • (5) Local Crawling
  • #(navigation-p2p)#::
  • (6) Global Crawling
  • #(/navigation-p2p)# -
  • (7) Surrogate Import
  • +
  • (7) Pack Import
  • \ No newline at end of file diff --git a/htroot/env/templates/submenuIndexImport.template b/htroot/env/templates/submenuIndexImport.template index ccbc49412..8df07e446 100644 --- a/htroot/env/templates/submenuIndexImport.template +++ b/htroot/env/templates/submenuIndexImport.template @@ -2,28 +2,35 @@

    Content Export / Import

    \ No newline at end of file -- cgit v1.2.3