From b2ee20c913d79ae1a8e5b54993105ff66a4a4ce5 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 5 Jun 2003 12:40:49 +0000 Subject: [PATCH] FRENCH templates * moving all styles to common-style.css sheet. The styles specifics to a topic (the parameter button in parameters-top.inc is the only one defined in parameters-top.inc, he overwrittes the common-style definition) * changing from to the *-top. This way, the style sheet is sent only once, then found in the cache of the navigator. A few kb to avoid transmitting. * In some menus, adding a 2nd menu line. It contains some shorcuts for quick access. Like "quick search" and "MARC search". This way, the librarian can access the search he prefers in 1 clic. * removing MARC topic in menu. * managing correctly simple marc & non-marc acquisition system. --- .../default/fr/includes/about-top.inc | 142 ++------------ .../default/fr/includes/acquisitions-top.inc | 116 +---------- .../default/fr/includes/cat-top.inc | 150 +++------------ .../default/fr/includes/circulation-top.inc | 137 +++---------- .../default/fr/includes/common-style.css | 141 ++++++++++++++ .../default/fr/includes/members-top.inc | 182 ------------------ .../default/fr/includes/parameters-top.inc | 171 ++++------------ .../default/fr/includes/reports-top.inc | 118 +----------- 8 files changed, 257 insertions(+), 900 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/default/fr/includes/members-top.inc diff --git a/koha-tmpl/intranet-tmpl/default/fr/includes/about-top.inc b/koha-tmpl/intranet-tmpl/default/fr/includes/about-top.inc index 583173ea47..2ceb26638d 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/includes/about-top.inc +++ b/koha-tmpl/intranet-tmpl/default/fr/includes/about-top.inc @@ -2,136 +2,21 @@ -KOHA: INTRANET: Catalogue +KOHA: INTRANET: Parameters +/includes/common-style.css"> + @@ -152,9 +49,6 @@ a.parameters:hover { Acquisition - - Marc - Circulation @@ -165,7 +59,7 @@ a.parameters:hover { Paramètres - A propos + A propos @@ -176,7 +70,7 @@ a.parameters:hover {
-

Connecté en tant que : [Log Out]

+

Connecté en tant que : [Quitter]

-

Se connecter à Koha

+

Se connecter à Koha

diff --git a/koha-tmpl/intranet-tmpl/default/fr/includes/cat-top.inc b/koha-tmpl/intranet-tmpl/default/fr/includes/cat-top.inc index 05a5e662f3..f55d3b883d 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/includes/cat-top.inc +++ b/koha-tmpl/intranet-tmpl/default/fr/includes/cat-top.inc @@ -3,41 +3,12 @@ KOHA: INTRANET: Catalogue +/includes/common-style.css"> - +
- +
+
-

Connecté en tant que : [Log Out]

+

Connecté en tant que : [Déconnecter]

-

Se connecter à Koha

+

Se connecter à Koha

diff --git a/koha-tmpl/intranet-tmpl/default/fr/includes/circulation-top.inc b/koha-tmpl/intranet-tmpl/default/fr/includes/circulation-top.inc index 9be91cb4c3..6458dc233f 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/includes/circulation-top.inc +++ b/koha-tmpl/intranet-tmpl/default/fr/includes/circulation-top.inc @@ -3,101 +3,12 @@ KOHA: INTRANET: Circulation +/includes/common-style.css"> - +
@@ -152,9 +49,6 @@ a.parameters:hover { - @@ -165,18 +59,39 @@ a.parameters:hover { Paramètres
Acquisition - Marc - Circulation - A propos + A propos
+
-

Connecté en tant que : [Log Out]

+

Connecté en tant que : [Déconnecter]

-

Se connecter à Koha

+

Se connecter à Koha

diff --git a/koha-tmpl/intranet-tmpl/default/fr/includes/common-style.css b/koha-tmpl/intranet-tmpl/default/fr/includes/common-style.css index 1e37fe77c8..2d1d0da05d 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/includes/common-style.css +++ b/koha-tmpl/intranet-tmpl/default/fr/includes/common-style.css @@ -13,3 +13,144 @@ background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); } +#menubar { + border-top:1px solid #666666; + font: 1.2em sans-serif; + background-color:#DDDDDD; +} +#submenu { + font: 0.5em sans-serif; + background-color:#EEEEEE; + border-left:1px solid #000000; +} +a.submenu { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + margin:0; +} + +.koha { + text-align:center; + background-image:url("/intranet-tmpl/default/en/images/background-mem.gif"); + } + +a.home { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + } +a.home:hover { + background-color: #339933; + color: #000000; + text-decoration: none; + font-weight: normal; + font-weight: bold; + } + +a.catalogue { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + margin:0; + } +a.catalogue:hover { + } + +a.members { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + } +a.members:hover { + background-color: #86c268; + color: #000000; + text-decoration: none; + font-weight: bold; + } + +a.acquisition { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + } +a.acquisition:hover { + background-color: #ffdf61; + color: #000000; + text-decoration: normal; + font-weight: bold; + } + +a.reports { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + } +a.reports:hover { + background-color: #6b7cbe; + color: #000000; + text-decoration: normal; + font-weight: bold; + } + +a.circulation { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + } +a.circulation:hover { + background-color: #be6170; + color: #000000; + text-decoration: normal; + font-weight: bold; + } + +a.parameters { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + } +a.parameters:hover { + background-color: #86c268; + color: #000000; + text-decoration: normal; + font-weight: bold; + } +a.about { + font-weight: normal; + text-decoration: none; + cursor: hand; + color:#777777; + padding:4px; + font-weight: bold; + } +a.about:hover { + background-color: #86c268; + color: #000000; + text-decoration: normal; + font-weight: bold; + } diff --git a/koha-tmpl/intranet-tmpl/default/fr/includes/members-top.inc b/koha-tmpl/intranet-tmpl/default/fr/includes/members-top.inc deleted file mode 100644 index 99fe54a06f..0000000000 --- a/koha-tmpl/intranet-tmpl/default/fr/includes/members-top.inc +++ /dev/null @@ -1,182 +0,0 @@ - - - - -KOHA: INTRANET: Lecteurs - - - - - - - - - - -
- - -
- -
-
-
- -

Connecté en tant que : [Log Out]

- -

Se connecter à Koha

-
diff --git a/koha-tmpl/intranet-tmpl/default/fr/includes/parameters-top.inc b/koha-tmpl/intranet-tmpl/default/fr/includes/parameters-top.inc index 61bc97520f..43edd59812 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/includes/parameters-top.inc +++ b/koha-tmpl/intranet-tmpl/default/fr/includes/parameters-top.inc @@ -2,116 +2,13 @@ -KOHA: INTRANET: Catalogue +KOHA: INTRANET: Parameters +/includes/common-style.css"> - +
@@ -158,22 +41,19 @@ a.about:hover { Accueil -
- Catalogue + Catalogue - Lecteurs + Lecteurs - Acquisition + Acquisition - Marc + Circulation - Circulation - - Etats + Etats Paramètres @@ -184,13 +64,44 @@ a.about:hover {
+
-

Connecté en tant que : [Log Out]

+

Connecté en tant que: [Déconnecter]

-

Se connecter à Koha

+

Se connecter à Koha

diff --git a/koha-tmpl/intranet-tmpl/default/fr/includes/reports-top.inc b/koha-tmpl/intranet-tmpl/default/fr/includes/reports-top.inc index 51b6efbe79..9122e9495f 100644 --- a/koha-tmpl/intranet-tmpl/default/fr/includes/reports-top.inc +++ b/koha-tmpl/intranet-tmpl/default/fr/includes/reports-top.inc @@ -2,89 +2,13 @@ -KOHA: INTRANET: Etats +KOHA: INTRANET: Reports +/includes/common-style.css"> @@ -154,9 +49,6 @@ a.parameters:hover { Acquisition - - Marc - Circulation @@ -167,7 +59,7 @@ a.parameters:hover { Paramètres - A propos + A propos @@ -178,7 +70,7 @@ a.parameters:hover {
-

Connecté en tant que : [Log Out]

+

Connecté en tant que: [Déconnecter]

-

Se connecter à Koha

+

Se connecter à Koha

-- 2.39.5