ajout des filtreCol

This commit is contained in:
cy_altern 2021-01-27 21:40:53 +01:00
parent 22547630d1
commit 57e9bb4395

View file

@ -45,10 +45,18 @@
"page_url": [(#PAGE_URL|sinon{pas d'URL de page}|json_encode)],
"transcription_readable_file": [(#TRANSCRIPTION_READABLE_FILE|sinon{pas de fichier TXT}|json_encode)],
"transcription_detailed_file": [(#TRANSCRIPTION_DETAILED_FILE|sinon{pas de fichier XML}|json_encode)],
"transcription_readable_content": [(#VAL{<a class="mediabox" href="[(#URL_PAGE{afficher_transcription}|parametre_url{id,#ID_CORPUS_VIDEO}|parametre_url{contenu,txt}|parametre_url{var_zajax,content})]"
"transcription_readable_content": [(#VAL{<a class="modalbox" href="[(#URL_PAGE{afficher_transcription}|parametre_url{id,#ID_CORPUS_VIDEO}|parametre_url{contenu,txt}|parametre_url{var_zajax,content})]"
title="Afficher la transcription">}|concat{#TRANSCRIPTION_READABLE_CONTENT|sinon{pas de fichier TXT}}|concat{</a>}|json_encode)],
"transcription_detailed_content": [(#TRANSCRIPTION_DETAILED_CONTENT|replace{',',', '}|sinon{pas de fichier XML}|json_encode)]
},
"filtreCol" : {
"statut" : "select",
"titre": "input",
"description": "input",
"keywords": "input",
"transcription_readable_content": "input",
"transcription_detailed_content": "input"
},
"classes": {
"titre":"transcription"
},