From a4696fa92e526d99c9c2f7bae530f80f90d4355e Mon Sep 17 00:00:00 2001 From: daburna Date: Tue, 3 Jan 2006 11:46:46 +0000 Subject: [PATCH] added new submenu for index control git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1282 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/IndexControl_p.html | 5 ++--- htroot/IndexImport_p.html | 1 + htroot/IndexTransfer_p.html | 1 + htroot/env/templates/submenuIndexControl.template | 14 ++++++++++++++ 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 htroot/env/templates/submenuIndexControl.template diff --git a/htroot/IndexControl_p.html b/htroot/IndexControl_p.html index 798bfc13a..6f70dd2e7 100644 --- a/htroot/IndexControl_p.html +++ b/htroot/IndexControl_p.html @@ -6,14 +6,13 @@ #%env/templates/header.template%# +#%env/templates/submenuIndexControl.template%#

Index Administration

+

The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references

-The local index currently consists of (at least) #[wcount]# reverse word indexes and #[ucount]# URL references
-To transfer the whole index to an other peer, click here.
-To import an index from a file or a foreign peer click here.
diff --git a/htroot/IndexImport_p.html b/htroot/IndexImport_p.html index 35367da8f..2ff058b66 100644 --- a/htroot/IndexImport_p.html +++ b/htroot/IndexImport_p.html @@ -7,6 +7,7 @@ #%env/templates/header.template%# +#%env/templates/submenuIndexControl.template%#

Index DB Import

diff --git a/htroot/IndexTransfer_p.html b/htroot/IndexTransfer_p.html index 715661409..cfe8cef89 100644 --- a/htroot/IndexTransfer_p.html +++ b/htroot/IndexTransfer_p.html @@ -7,6 +7,7 @@ #%env/templates/header.template%# +#%env/templates/submenuIndexControl.template%#

Index Transfer

diff --git a/htroot/env/templates/submenuIndexControl.template b/htroot/env/templates/submenuIndexControl.template new file mode 100644 index 000000000..e0b764440 --- /dev/null +++ b/htroot/env/templates/submenuIndexControl.template @@ -0,0 +1,14 @@ +
Word
+ + + + + + + + + + \ No newline at end of file