decalage filtreCol
This commit is contained in:
parent
57e9bb4395
commit
0404b56e81
2 changed files with 8 additions and 9 deletions
|
@ -7,7 +7,6 @@
|
||||||
tparpage=[15,25,50,'Tous'],
|
tparpage=[15,25,50,'Tous'],
|
||||||
champcsv="search",
|
champcsv="search",
|
||||||
delimitercsv=";",
|
delimitercsv=";",
|
||||||
urlvuebloc=spip.php?page=mon_bloc_type_html,
|
|
||||||
vueblocdefaut='tableau',
|
vueblocdefaut='tableau',
|
||||||
namecsv="extractions_videos.csv",
|
namecsv="extractions_videos.csv",
|
||||||
env
|
env
|
||||||
|
|
|
@ -18,6 +18,14 @@
|
||||||
"transcription_readable_content": "transcription TXT",
|
"transcription_readable_content": "transcription TXT",
|
||||||
"transcription_detailed_content": "transcription XML"
|
"transcription_detailed_content": "transcription XML"
|
||||||
},
|
},
|
||||||
|
"filtreCol" : {
|
||||||
|
"statut" : "select",
|
||||||
|
"titre": "input",
|
||||||
|
"description": "input",
|
||||||
|
"keywords": "input",
|
||||||
|
"transcription_readable_content": "input",
|
||||||
|
"transcription_detailed_content": "input"
|
||||||
|
},
|
||||||
"crayons":{
|
"crayons":{
|
||||||
"titre" : "corpus_video",
|
"titre" : "corpus_video",
|
||||||
"description" : "corpus_video"
|
"description" : "corpus_video"
|
||||||
|
@ -49,14 +57,6 @@
|
||||||
title="Afficher la transcription">}|concat{#TRANSCRIPTION_READABLE_CONTENT|sinon{pas de fichier TXT}}|concat{</a>}|json_encode)],
|
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)]
|
"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": {
|
"classes": {
|
||||||
"titre":"transcription"
|
"titre":"transcription"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue