From 31393312d03342691b394caa3cde8a2f291f8a9b Mon Sep 17 00:00:00 2001 From: michitux Date: Mon, 11 Sep 2006 18:18:12 +0000 Subject: New XHTML-template for a large part of the frontend, for details see http://yacy-websuche.de/wiki/index.php/Dev:XHTML If you don't use the default skin, the style will be broken or at least not complete. YaCy now has two css-files: base.css in htroot/env and the skin. In base.css the layout and black/white text-formating-rules are defined. Colors are only defined in the skin. The skin is now very easy to read and to change. If you want to make more changes than the colors you see in the default-skin, feel free to use the full power of css, but you are warned: The code is still not ready and may change, but we try to avoid changes which affect anything in the default-style. Translation will be broken too because the language-files contain HTML-Code which has changed. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2547 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/IndexCreateLoaderQueue_p.html | 74 ++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 36 deletions(-) (limited to 'htroot/IndexCreateLoaderQueue_p.html') diff --git a/htroot/IndexCreateLoaderQueue_p.html b/htroot/IndexCreateLoaderQueue_p.html index 300efdee9..3341389c5 100644 --- a/htroot/IndexCreateLoaderQueue_p.html +++ b/htroot/IndexCreateLoaderQueue_p.html @@ -1,37 +1,39 @@ - - - -YaCy '#[clientname]#': Index Creation / Loader Queue -#%env/templates/metas.template%# - - -#%env/templates/header.template%# -#%env/templates/submenuIndexCreate.template%# -
-

Index Creation: Loader Queue

- -

-#(loader-set)# -The loader set is empty
-:: -There are #[num]# entries in the loader set:
- - - - - -#{list}# - - - - - -#{/list}# -
InitiatorDepth -URL
#[initiator]##[depth]##[url]#
-#(/loader-set)# -

- -#%env/templates/footer.template%# - + + + + YaCy '#[clientname]#': Index Creation / Loader Queue + #%env/templates/metas.template%# + + + #%env/templates/header.template%# + #%env/templates/submenuIndexCreate.template%# +

Index Creation: Loader Queue

+ +

+ #(loader-set)# + The loader set is empty

+ :: + There are #[num]# entries in the loader set:

+ + + + + + + + + + + + #{list}# + + + + + + #{/list}# +
InitiatorDepthURL
#[initiator]##[depth]##[url]#
+ #(/loader-set)# + #%env/templates/footer.template%# + -- cgit v1.2.3