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'