From a20ab0dcf94b43ad07b8763b9679ab236f19a25f Mon Sep 17 00:00:00 2001 From: gdetrez Date: Thu, 13 Jul 2006 13:22:26 +0200 Subject: [PATCH] ajout de intranet dans le cvs (templates) darcs-hash:20060713112226-f46e9-1d7c604d7edc272b6dabdf3e797f15c781a373a1.gz --- .../templates/MonCompteRechargePaypal1.tmpl | 30 ++ .../templates/MonCompteRechargePaypal2.tmpl | 36 +++ .../templates/MonCompteRechargePaypal3.tmpl | 45 +++ .../templates/MonCompteRechargePaypal4.tmpl | 25 ++ intranet/templates/accueil.tmpl | 19 ++ intranet/templates/factures-historique.tmpl | 37 +++ intranet/templates/factures.tmpl | 100 ++++++ intranet/templates/impression.tmpl | 97 ++++++ intranet/templates/index.tmpl | 202 ++++++++++++ intranet/templates/login.tmpl | 78 +++++ intranet/templates/main.tmpl | 45 +++ intranet/templates/monCompte.tmpl | 265 ++++++++++++++++ intranet/templates/monCompte.tmpl-Copy | 291 ++++++++++++++++++ 13 files changed, 1270 insertions(+) create mode 100644 intranet/templates/MonCompteRechargePaypal1.tmpl create mode 100644 intranet/templates/MonCompteRechargePaypal2.tmpl create mode 100644 intranet/templates/MonCompteRechargePaypal3.tmpl create mode 100644 intranet/templates/MonCompteRechargePaypal4.tmpl create mode 100644 intranet/templates/accueil.tmpl create mode 100644 intranet/templates/factures-historique.tmpl create mode 100644 intranet/templates/factures.tmpl create mode 100644 intranet/templates/impression.tmpl create mode 100644 intranet/templates/index.tmpl create mode 100644 intranet/templates/login.tmpl create mode 100644 intranet/templates/main.tmpl create mode 100644 intranet/templates/monCompte.tmpl create mode 100644 intranet/templates/monCompte.tmpl-Copy 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 @@ + + + + + Cr@nsIntranet + + + + + + + + + + +
+

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 @@ + + + + + Cr@nsIntranet + + + + + + + + + + +
+

Étape 1 : Choisir le montant

+#if $getVar('error',False) +
$error
+#end if +
+ + +

ici, calcul des frais de transaction

+
+ Annuler +
+ + +
+
+ + \ 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 @@ + + + + + Cr@nsIntranet + + + + + + + + + +
+

Étape 2 : Confirmer la facture

+ + + + + + + + #for unDetail in $details + + + + + + + #end for + + + +
DescriptionPrix unitaireQuantitétotal
$unDetail.intitule$unDetail.prixUnitaire €$unDetail.quantite$unDetail.prixTotal €
+ Total + $total €
+ +
+ + \ No newline at end of file diff --git a/intranet/templates/MonCompteRechargePaypal4.tmpl b/intranet/templates/MonCompteRechargePaypal4.tmpl new file mode 100644 index 00000000..2dc9b258 --- /dev/null +++ b/intranet/templates/MonCompteRechargePaypal4.tmpl @@ -0,0 +1,25 @@ + + + + + Cr@nsIntranet + + + + + + + + + +
+

É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 @@ +
+
+ Personnel +
+
+
diff --git a/intranet/templates/factures-historique.tmpl b/intranet/templates/factures-historique.tmpl new file mode 100644 index 00000000..cb7458f1 --- /dev/null +++ b/intranet/templates/factures-historique.tmpl @@ -0,0 +1,37 @@ +
+ +
+
+

Historique

+ + + + + + + + #for anItem in $historic_items + + + + #if $anItem.type=="debit" + + #else + + #end if + #if $anItem.type=="credit" + + #else + + #end if + + #end for +
DateIntituléDébitCrédit
$anItem.date$anItem.intitule$anItem.montant $anItem.montant 
+ + +
+ +
\ No newline at end of file diff --git a/intranet/templates/factures.tmpl b/intranet/templates/factures.tmpl new file mode 100644 index 00000000..66fbbc16 --- /dev/null +++ b/intranet/templates/factures.tmpl @@ -0,0 +1,100 @@ +
+ +#if $message != '' + +#end if + +#if $error != '' + +#end if + + + + +
+
+

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 + +
+ #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 +
+ +
+
Mise en page +
+
+ +
+ +
+
Type d'impression + + +
+ +
Copies et papier + + + + +
+ + + + +
+ + + +
+ +
+
+#if not $getVar('fileName',False) + + + +#else + + + +#end if +
+
+
+ + +#if not $getVar('fileName',False) +
+

Impression - Choix fichier

+
+
+

Mes fichiers

+ +
+ +
+ +

Envoyer un fichier

+ + +
+
+
+
+ + +#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
+
+
+ +
+ +
+ Générer un nouveau 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
    +
    + +
    + +
    + Comment trouver l'adresse mac ?
    +
    + +
    +

    Note :Pour les non membres actifs, le nombre de machines fixes est limitÃé à 1

    +
  • +
+
+ + + +
+ +
+
+
Transfert:
+
+ +
+
Tri des spams:
+
+
+ +
+ +
+ + + +
+
Alias:
+
...
+
+ +
    +
  • + + +
  • +
+ +
+
+
+ + + 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 + +
+ logocr@ns +

Connexion

+
+ +
+ +
+ +
+ +
+
+ + +
+ + 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
+
+
+ +
+ +
+ Générer un nouveau 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

    +
    + +
    + +
    + Comment trouver l'adresse mac ?
    +
    + +
    +

    Note :Pour les non membres actifs, le nombre de machines fixes est limité à 1

    +
  • +
+
+ + + +
+

+
+
+
Alias:
+
+ #if $mailInfos.alias==[] + Vide + #else +
    + #for $an_alias in $mailInfos.alias +
  • $an_alias@crans.org
  • + #end for +
+ #end if +
+ + Nouvel alias + +
+ +
+
+ Greylisting: +
+
+ #if $mailInfos.contourneGreylist==True + + #else + + #end if + Plus d'infos
+
+
+ Entêtes: +
+
+ #if $mailInfos.rewriteMailHeaders==True + + #else + + #end if +
+
+ +#if $getVar('mailError', False) +
    +
  • + $mailError +
  • +
+#else +
+
Transfert:
+
+ +
+
Tri des spams:
+
+
+ +
+ +
+
+
+#end if +
    +
  • + + +
  • +
+
+
+ + + + +
+

+
+
+
Bittorent:
+
+ Plus d'infos
+
+
+ +
    +
  • + + +
  • +
+ +
+
+
+
+ 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
+
+
+ +
+ +
+ Générer un nouveau 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

    +
    + +
    + +
    + Comment trouver l'adresse mac ?
    +
    + +
    +

    Note :Pour les non membres actifs, le nombre de machines fixes est limité à 1

    +
  • +
+
+ + + +
+

+
+
+
Alias:
+
+ #if $mailInfos.alias==[] + Vide + #else +
    + #for $an_alias in $mailInfos.alias +
  • $an_alias
  • + #end for +
+ #end if +
+ + Nouvel alias + +
+ +
+
+ Greylisting: +
+
+ #if $mailInfos.contourneGreylist==True + + #else + + #end if + Plus d'infos
+
+
+ Entêtes: +
+
+ #if $mailInfos.rewriteMailHeaders==True + + #else + + #end if +
+
+ +#if $getVar('mailError', False) +
    +
  • + $mailError +
  • +
+#else +
+
Transfert:
+
+ +
+
Tri des spams:
+
+
+ +
+ +
+
+
+#end if +
    +
  • + + +
  • +
+
+
+ + + + +
+

+
+
+
Bittorent:
+
+ Plus d'infos
+
+
+ +
    +
  • + + +
  • +
+ +
+
+
+
+