From d9b34571eeb850dfa6011fe6b74833e82330e942 Mon Sep 17 00:00:00 2001 From: gdetrez Date: Sat, 7 Oct 2006 13:20:17 +0200 Subject: [PATCH] ajout de nouvelles templates darcs-hash:20061007112017-f46e9-1ae3f25bb21705a99669d4956423aae42caf577f.gz --- intranet/templates/MonComptePaypalCancel.tmpl | 29 +++++++ intranet/templates/MonComptePaypalReturn.tmpl | 31 +++++++ intranet/templates/error.tmpl | 23 ++++++ intranet/templates/main.tmpl | 80 ++++++++++--------- 4 files changed, 124 insertions(+), 39 deletions(-) create mode 100644 intranet/templates/MonComptePaypalCancel.tmpl create mode 100644 intranet/templates/MonComptePaypalReturn.tmpl create mode 100644 intranet/templates/error.tmpl diff --git a/intranet/templates/MonComptePaypalCancel.tmpl b/intranet/templates/MonComptePaypalCancel.tmpl new file mode 100644 index 00000000..1e3f8651 --- /dev/null +++ b/intranet/templates/MonComptePaypalCancel.tmpl @@ -0,0 +1,29 @@ + + + + + Cr@nsIntranet + + + + + + + + + + +
+

Paiement annulé

+

Ton compte impressions sera crédité dés que la facture sera réglée.

+

Tu peux régler la facture plus tard en allant dans Mes Factures

+
+ Retour +
+
+ + + + + + \ No newline at end of file diff --git a/intranet/templates/MonComptePaypalReturn.tmpl b/intranet/templates/MonComptePaypalReturn.tmpl new file mode 100644 index 00000000..33c5f24e --- /dev/null +++ b/intranet/templates/MonComptePaypalReturn.tmpl @@ -0,0 +1,31 @@ +#import cherrypy +#set bugMail = cherrypy.config.get("mail.bugreport", "nounous@crans.org") + + + + + Cr@nsIntranet + + + + + + + + + + +
+

Paiement terminé

+

Ton compte impressions sera crédité dans quelques minutes.

+

N'hésite pas à nous envoyer tes remarques et/ou suggestions à $bugMail

+
+ Retour +
+
+ + + + + + \ No newline at end of file diff --git a/intranet/templates/error.tmpl b/intranet/templates/error.tmpl new file mode 100644 index 00000000..d6c6a4f8 --- /dev/null +++ b/intranet/templates/error.tmpl @@ -0,0 +1,23 @@ + +

Erreur $status

+ +
+ +
+
Envoyer un rapport + + +
+ +
+ +
+
+
+ +
$message
+ + Retour à la page d'accueil +
+ +
diff --git a/intranet/templates/main.tmpl b/intranet/templates/main.tmpl index 379fcd8f..12059d48 100644 --- a/intranet/templates/main.tmpl +++ b/intranet/templates/main.tmpl @@ -1,46 +1,48 @@ - - - - Cr@ns $getVar('title', 'Intranet') - - - - #if $getVar('stylesheets',False) - #for $a_stylesheet in $stylesheets - - #end for - #end if - - - - +#import cherrypy +#set bugMail = cherrypy.config.get("mail.bugreport", "nounous@crans.org") + - - #if $getVar('scripts',False) - #for $a_script in $scripts - - #end for - #end if - - - -
- -$page - -
-
- -

Site du cr@ns wiki
Contact 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 à nounous@crans.org -
-
+ 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'