diff --git a/intranet/templates/MonCompteRechargePaypal1.tmpl b/intranet/templates/MonCompteRechargePaypal1.tmpl
new file mode 100644
index 00000000..156f585d
--- /dev/null
+++ b/intranet/templates/MonCompteRechargePaypal1.tmpl
@@ -0,0 +1,30 @@
+
+
+
+
+
Recharger son compte impression
+
Le cr@ns te permet de recharger ton compte pour les impressions via PayPal ou en allant voir un câbleur.
+
La méthode PayPal est plus rapide mais PayPal facture des frais de transaction.
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/intranet/templates/MonCompteRechargePaypal2.tmpl b/intranet/templates/MonCompteRechargePaypal2.tmpl
new file mode 100644
index 00000000..ee909117
--- /dev/null
+++ b/intranet/templates/MonCompteRechargePaypal2.tmpl
@@ -0,0 +1,36 @@
+
+
+
+
+
Étape 1 : Choisir le montant
+#if $getVar('error',False)
+
$error
+#end if
+
+
+
+
\ No newline at end of file
diff --git a/intranet/templates/MonCompteRechargePaypal3.tmpl b/intranet/templates/MonCompteRechargePaypal3.tmpl
new file mode 100644
index 00000000..15a0e549
--- /dev/null
+++ b/intranet/templates/MonCompteRechargePaypal3.tmpl
@@ -0,0 +1,45 @@
+
+
+
+
+
Étape 3 : Fin
+
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
+
+
+
+
\ No newline at end of file
diff --git a/intranet/templates/accueil.tmpl b/intranet/templates/accueil.tmpl
new file mode 100644
index 00000000..5a1cb473
--- /dev/null
+++ b/intranet/templates/accueil.tmpl
@@ -0,0 +1,19 @@
+
+
+
Mes factures
+
+ #for f in $listeFactures
+ #if $f.payee
+
+ #else
+
+ #end if
+
+
+ #if $f.details.__len__() > 1
+
+ #end if
+ $f.intitule
+ #if not $f.payee
+ (non payée)
+ #end if
+ Crée le -
+
+
+ $f.montant €
+ #if not $f.payee
+ Payer avec PayPal
+ #else
+ Payée
+ #end if
+
+
+ #if $f.details.__len__() > 1
+
+
+
+ Description
+ Prix unitaire
+ Quantité
+ total
+
+ #for unDetail in $f.details
+
+ $unDetail.intitule
+ $unDetail.prixUnitaire €
+ $unDetail.quantite
+ $unDetail.prixTotal €
+
+ #end for
+
+
+ Total
+
+ $f.montant €
+
+
+
+ #end if
+ #end for
+
+ #if $listeFactures == []
+
+ VIDE
+
+ #end if
+
+
+
+
diff --git a/intranet/templates/impression.tmpl b/intranet/templates/impression.tmpl
new file mode 100644
index 00000000..a1ee060f
--- /dev/null
+++ b/intranet/templates/impression.tmpl
@@ -0,0 +1,97 @@
+
dd
+
dd
+
dd
+
+
+
+
+
+#if not $getVar('fileName',False)
+
+
+
+#end if
+
+
+
+
diff --git a/intranet/templates/index.tmpl b/intranet/templates/index.tmpl
new file mode 100644
index 00000000..db2ac353
--- /dev/null
+++ b/intranet/templates/index.tmpl
@@ -0,0 +1,202 @@
+
+
+
+
+
Cr@ns Intranet
+
+
+
+
+
+
+
+
+
+
+
+ $message
+
+
+
+
+
Paramètres de mon compte
+
+
+
+
+
+ Nom :
+ $adherent.nom
+ modifier
+
+
+ Prénom :
+ $adherent.prenom
+ modifier
+
+
+
+ Chambre :
+ $adherent.chambre
+ Solde :
+ $adherent.solde €
+ Téléphone :
+ $adherent.telephone
+ modifier
+
+
+
+ #if $adherent.droits
+ Droits :
+
+ $adherent.droits
+
+ #end if
+
+
+ État administratif pour l'année $adherent.anneeScolaire :
+
+
+ Cotisation :
+ #if $adherent.cotisationOK
+ OK
+ #else
+ Non payée
+ #end if
+
+ Carte d'étudiant :
+ #if $adherent.carteOK
+ OK
+ #else
+ pas de carte d'étudiant
+ #end if
+
+
+
+
+ Changer mon mot de passe
+
+
+
+
+
+
+
+
+
+
+
+
+ #for $machine in $machines
+
+ $machine.nom
+
+ Type : $machine.type
+ MAC : $machine.mac
+ IP : $machine.ip
+ #if $machine.ipsec
+ Clef ipsec : $machine.ipsec
+ #end if
+
+
+
+ renommer
+ Changer de MAC
+ Supprimer
+
+
+
+ #end for
+
+ Ajouter une machine
+
+ Note : Pour les non membres actifs, le nombre de machines fixes est limitÃé à 1
+
+
+
+
+
+
+
+
+
+
+
diff --git a/intranet/templates/login.tmpl b/intranet/templates/login.tmpl
new file mode 100644
index 00000000..df5f7d96
--- /dev/null
+++ b/intranet/templates/login.tmpl
@@ -0,0 +1,78 @@
+
+
+
+
+
Cr@ns Intranet
+
+
+
+
+
Bienvenue sur Cr@nsIntranet
+
+#if $message
+
+ $message
+
+#end if
+
+
+
+
diff --git a/intranet/templates/main.tmpl b/intranet/templates/main.tmpl
new file mode 100644
index 00000000..4b8268f8
--- /dev/null
+++ b/intranet/templates/main.tmpl
@@ -0,0 +1,45 @@
+
+
+
+
Cr@ns $getVar('title', 'Intranet')
+
+
+
+ #if $getVar('stylesheets',False)
+ #for $a_stylesheet in $stylesheets
+
+ #end for
+ #end if
+
+
+
+
+
+
+ #if $getVar('scripts',False)
+ #for $a_script in $scripts
+
+ #end for
+ #end if
+
+
+
+
+
+$page
+
+
+
+
+
+
+
+#if $environment == 'development'
+
+#end if
+
\ No newline at end of file
diff --git a/intranet/templates/monCompte.tmpl b/intranet/templates/monCompte.tmpl
new file mode 100644
index 00000000..5a521fb1
--- /dev/null
+++ b/intranet/templates/monCompte.tmpl
@@ -0,0 +1,265 @@
+
+
+#if $message != ''
+
+#end if
+
+#if $error != ''
+
+#end if
+
+
+
+ Chargement en cours...
+
+
+
+
+
Paramètres de mon compte
+
+
+
+
+
+ Nom :
+ $adherent.nom
+ modifier
+
+
+ Prénom :
+ $adherent.prenom
+ modifier
+
+
+
+ Chambre :
+ $adherent.chambre
+ Solde :
+
+ $adherent.solde €
+ modifier
+
+
+ Téléphone :
+ $adherent.telephone
+ modifier
+
+
+
+ #if $adherent.droits
+ Droits :
+
+ $adherent.droits
+
+ #end if
+
+
+ État administratif pour l'année $adherent.anneeScolaire :
+
+
+ Cotisation :
+ #if $adherent.cotisationOK
+ OK
+ #else
+ Non payée
+ #end if
+
+ Carte d'étudiant :
+ #if $adherent.carteOK
+ OK
+ #else
+ pas de carte d'étudiant
+ #end if
+
+
+
+
+ Changer mon mot de passe
+
+
+
+
+
+
+
+
+
+
+
+ #for $machine in $machines
+
+ $machine.nomCourt
+
+ Type : $machine.type
+ MAC : $machine.mac
+ IP : $machine.ip
+ #if $machine.ipsec
+ Clef ipsec : $machine.ipsec
+ #end if
+
+
+
+ renommer
+ Changer de MAC
+ Supprimer
+
+
+
+ #end for
+
+
+
+ Ajouter une machine
+
+ Note : Pour les non membres actifs, le nombre de machines fixes est limité à 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/intranet/templates/monCompte.tmpl-Copy b/intranet/templates/monCompte.tmpl-Copy
new file mode 100644
index 00000000..2d202c14
--- /dev/null
+++ b/intranet/templates/monCompte.tmpl-Copy
@@ -0,0 +1,291 @@
+
+
+#if $message != ''
+
+#end if
+
+#if $error != ''
+
+#end if
+
+
+
+ Chargement en cours...
+
+
+
+
+
+
+
Paramètres de mon compte
+
+
+
+
+
+ Nom :
+ $adherent.nom
+ modifier
+
+
+ Prénom :
+ $adherent.prenom
+ modifier
+
+
+
+ Chambre :
+ $adherent.chambre
+ Solde :
+
+ $adherent.solde €
+ modifier
+
+
+ Téléphone :
+ $adherent.telephone
+ modifier
+
+
+
+ #if $adherent.droits
+ Droits :
+
+ $adherent.droits
+
+ #end if
+
+
+ État administratif pour l'année $adherent.anneeScolaire :
+
+
+ Cotisation :
+ #if $adherent.cotisationOK
+ OK
+ #else
+ Non payée
+ #end if
+
+ Carte d'étudiant :
+ #if $adherent.carteOK
+ OK
+ #else
+ pas de carte d'étudiant
+ #end if
+
+
+
+
+ Changer mon mot de passe
+
+
+
+
+
+
+
+
+
+
+
+ #for $machine in $machines
+
+
+ $machine.nomCourt
+
+
+
+
+
+ Type : $machine.type
+ MAC : $machine.mac
+ IP : $machine.ip
+ #if $machine.ipsec
+ Clef ipsec : $machine.ipsec
+ #end if
+
+
+
+ renommer
+ Changer de MAC
+ Supprimer
+
+
+
+
+
+ #end for
+
+
+
+ Ajouter une machine
+
+ Note : Pour les non membres actifs, le nombre de machines fixes est limité à 1
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+