gamutable/json_gamutable.json.html

42 lines
1.2 KiB
HTML

#HTTP_HEADER{Content-Type: application/json; charset=#CHARSET}
[{
"header":{
"id": "_",
"titre": "titre",
"date": "date",
"statut": "statut",
"genre": "genre",
"nom_souscripteur": "nom du souscripteur",
"prenom": "prénom",
"date_naissance": "ddn",
"lieu_naissance": "Lieu",
"representant_legal": "R.Légal",
"type": "type",
"email": "email",
"telephone": "téléphone",
"adresse": "Adresse"
},
"crayons":{
"titre" : "souscription",
"prenom" : "souscription"
}
},
<BOUCLE_souscriptions(SOUSCRIPTIONS){','}{0,12}>
{
"id": #ID_SOUSCRIPTION,
"titre" : [(#TITRE|json_encode)],
"date" : [(#DATE|affdate{d/m/Y}|json_encode)],
"statut" : [(#INCLURE{fond=js/statut,statut,id_souscription}|json_encode)],
"genre" : [(#GENRE|json_encode)],
"nom_souscripteur" : [(#NOM_SOUSCRIPTEUR|json_encode)],
"prenom" : [(#PRENOM|json_encode)],
"date_naissance" : [(#DATE_NAISSANCE|affdate{d/m/Y}|json_encode)],
"lieu_naissance" : [(#LIEU_NAISSANCE|json_encode)],
"representant_legal" : [(#REPRESENTANT_LEGAL|json_encode)],
"type" : [(#TYPE|json_encode)],
"email" : [(#VAL{<a href="mailto:#EMAIL" target="_blank">#EMAIL</a>}|json_encode)],
"telephone" : [(#TELEPHONE|json_encode)],
"adresse" : [(#ADRESSE|json_encode)]
}
</BOUCLE_souscriptions>
]