From 54d2d7ad36799ba5706a71c10bbbe99288079d46 Mon Sep 17 00:00:00 2001 From: gdetrez Date: Tue, 31 Oct 2006 23:41:14 +0100 Subject: [PATCH] Tentative pour rendre l'intranet (un peu) moin inutilisable avec les navigateurs en mode texte. darcs-hash:20061031224114-f46e9-b6da5ec72e3c558e0c382764e0ef41a43c72b776.gz --- intranet/static/css/cransFactures.css | 2 +- intranet/templates/digicode.tmpl | 3 +++ intranet/templates/factures-historique.tmpl | 9 +++++++-- intranet/templates/factures.tmpl | 6 +++--- intranet/templates/login.tmpl | 3 ++- intranet/templates/main.tmpl | 18 ++++++++++++++---- 6 files changed, 30 insertions(+), 11 deletions(-) diff --git a/intranet/static/css/cransFactures.css b/intranet/static/css/cransFactures.css index ba5f27f3..e3ed9357 100644 --- a/intranet/static/css/cransFactures.css +++ b/intranet/static/css/cransFactures.css @@ -16,7 +16,7 @@ ul#actionMenu { padding:0; } -h2 { +h1 { font-size:1.4em; margin:2px; } diff --git a/intranet/templates/digicode.tmpl b/intranet/templates/digicode.tmpl index 56b1df7d..33ed00c5 100644 --- a/intranet/templates/digicode.tmpl +++ b/intranet/templates/digicode.tmpl @@ -8,3 +8,6 @@ Digicode.init(); //--> + diff --git a/intranet/templates/factures-historique.tmpl b/intranet/templates/factures-historique.tmpl index 5e4cb1d5..76e44ab0 100644 --- a/intranet/templates/factures-historique.tmpl +++ b/intranet/templates/factures-historique.tmpl @@ -2,7 +2,7 @@
-

Historique

+

Historique

@@ -26,7 +26,12 @@ #end if #end for -
Date
+ #if $historic_items == [] + + AUCUNE TRANSACTION ENREGISTRÉE + + #end if +
diff --git a/intranet/templates/factures.tmpl b/intranet/templates/factures.tmpl index 43c2e803..73468cad 100644 --- a/intranet/templates/factures.tmpl +++ b/intranet/templates/factures.tmpl @@ -30,7 +30,7 @@ function hideDetail(id){
-

Mes factures PayPal

+

Mes factures PayPal

#for f in $listeFactures #if $f.payee @@ -97,9 +97,9 @@ function hideDetail(id){
#end if
-
diff --git a/intranet/templates/login.tmpl b/intranet/templates/login.tmpl index b5a3e059..74cc08d5 100644 --- a/intranet/templates/login.tmpl +++ b/intranet/templates/login.tmpl @@ -74,7 +74,8 @@
- J'ai oublié mon mot de passe. + J'ai oublié mon mot de passe.
diff --git a/intranet/templates/main.tmpl b/intranet/templates/main.tmpl index 3c319019..e0b869cb 100644 --- a/intranet/templates/main.tmpl +++ b/intranet/templates/main.tmpl @@ -32,16 +32,26 @@ $page
+
- +
-

Site du cr@ns wiki
Contact Cr@ns
+

+

Liens Cr@ns

+
- L'intranet est en version beta, aidez-nous à l'améliorer en nous envoyant vos remarques et en nous signalant tout problème à $bugMail +

L'intranet est en version beta, aidez-nous à +l'améliorer en nous envoyant vos remarques et en nous signalant tout +problème à $bugMail

#if $environment == 'development' @@ -49,4 +59,4 @@ $page createLoggingPane(true); #end if - \ No newline at end of file +