From d64970cac6c6efa5ab04deb46e5fe8a2f49ac42c Mon Sep 17 00:00:00 2001 From: cy_altern Date: Thu, 28 Jan 2021 00:10:55 +0100 Subject: [PATCH] =?UTF-8?q?les=20transcriptions=20passent=20en=20popin=20p?= =?UTF-8?q?our=20=C3=A9viter=20de=20faire=20des=20lignes=20trop=20=C3=A9no?= =?UTF-8?q?rmes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/affiche_videos.html | 3 +++ content/afficher_transcription.html | 2 +- json_affiche_videos.json.html | 13 +++++++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/content/affiche_videos.html b/content/affiche_videos.html index 1fc1132..303379f 100644 --- a/content/affiche_videos.html +++ b/content/affiche_videos.html @@ -49,4 +49,7 @@ .gamutable th.toto { min-width: 500px; } + .gamutable table .btn { + background-color: #999; + } \ No newline at end of file diff --git a/content/afficher_transcription.html b/content/afficher_transcription.html index b4fb335..5ccae5e 100644 --- a/content/afficher_transcription.html +++ b/content/afficher_transcription.html @@ -3,7 +3,7 @@

#TITLE

Transcription [(#ENV{contenu}|majuscules)] :

-
[(#ENV{contenu}|=={txt}|?{[(#TRANSCRIPTION_READABLE_CONTENT|replace{"\n",
})],#TRANSCRIPTION_DETAILED_CONTENT})]
+
[(#ENV{contenu}|=={txt}|?{[(#TRANSCRIPTION_READABLE_CONTENT|replace{"\n",
})],[(#TRANSCRIPTION_DETAILED_CONTENT|replace{',',', '})]})]
Pas de vidéo avec l'id #ENV{id}
diff --git a/json_affiche_videos.json.html b/json_affiche_videos.json.html index 91f60b4..2891166 100644 --- a/json_affiche_videos.json.html +++ b/json_affiche_videos.json.html @@ -28,8 +28,8 @@ }, "classes":{ "description":"toto", - "transcription_readable_content": "toto", - "transcription_detailed_content": "toto" + "transcription_readable_content": "", + "transcription_detailed_content": "" } }, @@ -49,8 +49,13 @@ "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{Affichage popin
}|concat{#TRANSCRIPTION_READABLE_CONTENT|sinon{pas de fichier TXT}}|json_encode)], - "transcription_detailed_content": [(#TRANSCRIPTION_DETAILED_CONTENT|replace{',',', '}|sinon{pas de fichier XML}|json_encode)] + title="Afficher la transcription TXT">Afficher la transcription}|json_encode)], + "transcription_detailed_content": [(#VAL{Afficher la transcription}|json_encode)] + [(#REM) + "transcription_readable_content": [(#TRANSCRIPTION_READABLE_CONTENT|sinon{pas de fichier TXT}|json_encode)], + "transcription_detailed_content": [(#TRANSCRIPTION_DETAILED_CONTENT|replace{',',', '}|sinon{pas de fichier XML}|json_encode)] + ] }, "classes": { "titre":"transcription"