From: Thomas NOEL Date: Thu, 10 Jul 2008 23:43:36 +0000 (-0400) Subject: modeles html X-Git-Url: http://git.auf.org/?p=restcoda.git;a=commitdiff_plain;h=6007403b92bbaf2188f2ee465fd8906b45a61717;ds=inline modeles html --- diff --git a/modeles/fournisseur.html b/modeles/fournisseur.html new file mode 100644 index 0000000..c186a6f --- /dev/null +++ b/modeles/fournisseur.html @@ -0,0 +1,50 @@ + + + AUF CODA fournisseur {{code}} + + + +

Fournisseur {{CODE}} : {{nom}}

+ + + + + +{% for aa in autres_adresses %} + +{% endfor %} + +
+Adresse par défaut ({{categorie}})
+{{ nom_complet }} ({{nom}})
+{% for adr in ( addresse1, addresse2, addresse3, addresse4, addresse5, addresse6 ) %} +{% if adr and not adr is matching @/^\s*$/ %} +{{ adr }}
+{% endif %} +{% endfor %} +Code postal : {{addresse_code_postal}}
+Pays : {{addresse_pays}}
+Téléphone : {{addresse_telephone}}
+Télécopie : {{addresse_telecopie}}
+
+Adresse {{aa.categorie}}
+{{ nom_complet }} ({{nom}})
+{% for adr in ( aa.adresse1, aa.adresse2, aa.adresse3, aa.adresse4, aa.adresse5, aa.adresse6 ) %} +{% if adr and not adr is matching @/^\s*$/ %} +{{ adr }}
+{% endif %} +{% endfor %} +Code postal : {{aa.adresse_code_postal}}
+Pays : {{aa.adresse_pays}}
+Téléphone : {{aa.adresse_telephone}}
+Télécopie : {{aa.adresse_telecopie}}
+
+ +

+

+Fournisseur ajouté le {{ date_creation.day }}/{{ date_creation.month }}/{{ date_creation.year }} par {{createur}} +
+ + + + diff --git a/modeles/utilisateur.html b/modeles/utilisateur.html new file mode 100644 index 0000000..4d94035 --- /dev/null +++ b/modeles/utilisateur.html @@ -0,0 +1,27 @@ + + + AUF CODA utilisateur {{code}} + + + +

Utilisateur {{nom}}

+ +
+Implantation : {{implantation}} +
+ +
+Code utilisateur TSE : {{nom_connexion}} +
+ +
+Date de dernière connexion : {{ date_connexion }} +
+ +
+Compte créé le : {{ date_creation }} +
+ + + + diff --git a/modeles/utilisateur.xml b/modeles/utilisateur.xml index dcd587a..4f26917 100644 --- a/modeles/utilisateur.xml +++ b/modeles/utilisateur.xml @@ -3,6 +3,7 @@ {{ nom }} {{ nom_connexion }} {{ date_connexion }} + {{ date_creation }} {{ implantation }}