Line | |
---|
1 | [(#REM) |
---|
2 | Modèle pour l'affichage d'un auteur de type contact. |
---|
3 | ] |
---|
4 | <fieldset class="co_vcard"> |
---|
5 | |
---|
6 | <BOUCLE_a(AUTEURS){id_auteur}{tous}> |
---|
7 | <BOUCLE_c(CONTACTS){id_auteur}> |
---|
8 | |
---|
9 | <legend>[<span class="#EDIT{prenom}">(#PRENOM)</span> ][<span class="#EDIT{nom}">(#NOM)]</legend> |
---|
10 | |
---|
11 | <dl> |
---|
12 | |
---|
13 | <B_o> |
---|
14 | <dt><:contacts:label_nom_organisation:></dt> |
---|
15 | <BOUCLE_o(ORGANISATIONS organisations_contacts){id_contact}> |
---|
16 | <dd class="#EDIT{nom}">#NOM</dd> |
---|
17 | </BOUCLE_o> |
---|
18 | </B_o><dd>pas d'organisation trouvée</dd> |
---|
19 | <//B_o> |
---|
20 | |
---|
21 | <dt><:contacts:label_fonction:></dt> |
---|
22 | <dd class="#EDIT{fonction}">[(#FONCTION|sinon{'...'})]</dd> |
---|
23 | |
---|
24 | [(#PLUGIN{coordonnees}|oui)] |
---|
25 | <B_num> |
---|
26 | <dt><:contacts:label_telephone:></dt> |
---|
27 | <BOUCLE_num(NUMEROS){id_auteur}> |
---|
28 | <dd class="#EDIT{numero}">#NUMERO[ (#TYPE)]</dd> |
---|
29 | </BOUCLE_num> |
---|
30 | |
---|
31 | <B_mail> |
---|
32 | <dt><:contacts:label_email:></dt> |
---|
33 | <BOUCLE_mail(EMAILS){id_auteur}> |
---|
34 | <dd class="#EDIT{titre}">#EMAIL</dd> |
---|
35 | </BOUCLE_mail> |
---|
36 | |
---|
37 | |
---|
38 | <dl> |
---|
39 | </BOUCLE_c> |
---|
40 | </BOUCLE_a> |
---|
41 | |
---|
42 | </fieldset> |
---|
Note: See
TracBrowser
for help on using the repository browser.