From 8924b5971d8b87faf63886d63f61a0e692ec237e Mon Sep 17 00:00:00 2001 From: Francisco Vargas Ruiz <4354486+fvarrui@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:13:58 +0000 Subject: [PATCH] essay template --- .actirepo/icons/file-alt-solid.png | Bin 0 -> 188 bytes .actirepo/icons/folder-solid.png | Bin 0 -> 153 bytes .actirepo/icons/list-solid.png | Bin 0 -> 157 bytes .actirepo/icons/path_folder.svg | 1 + .actirepo/templates/essay.template.html | 114 ++++++++++++++++++++++++ 5 files changed, 115 insertions(+) create mode 100644 .actirepo/icons/file-alt-solid.png create mode 100644 .actirepo/icons/folder-solid.png create mode 100644 .actirepo/icons/list-solid.png create mode 100644 .actirepo/icons/path_folder.svg create mode 100644 .actirepo/templates/essay.template.html diff --git a/.actirepo/icons/file-alt-solid.png b/.actirepo/icons/file-alt-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..9b2e8f8932c1d1805fa30035877f54db40ffb6de GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|$~;{hLoEE0 zQyQ3rWAFYqFte(C_9@j3$X@K@QPmlPym|ZCzlNfg#YS$1?xXi;9u_)GI6QjZ9i>6BMUsrHTNMuN} i?GWPK^y5JxBg2m4NrL?kL^l9kz~JfX=d#Wzp$Py`ls#tv literal 0 HcmV?d00001 diff --git a/.actirepo/icons/folder-solid.png b/.actirepo/icons/folder-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..ebbd4b3d26598df7a10a03e14ca4a286f4c9168a GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|f<0XvLoEE0 zQx*sq1g)6gc+tgud1K?mjdImdKI;Vst0E=rl ABLDyZ literal 0 HcmV?d00001 diff --git a/.actirepo/icons/list-solid.png b/.actirepo/icons/list-solid.png new file mode 100644 index 0000000000000000000000000000000000000000..17e3dce19b208b72cf526e765b31da5abb1ceeed GIT binary patch literal 157 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|!aZFaLoEE0 zQx*sq%zE*{#Nq6Z`e&!6x&@t0Ho189FaPC|XP;8t1a7;8f9GOmZZ;Eai(T5p$f0jA zXJ--XGg&2_b`3`BnL-9q9g7=J95_%QYAMU( \ No newline at end of file diff --git a/.actirepo/templates/essay.template.html b/.actirepo/templates/essay.template.html new file mode 100644 index 0000000..8b87882 --- /dev/null +++ b/.actirepo/templates/essay.template.html @@ -0,0 +1,114 @@ + +
+
+

{{ question.statement }}

+
+
+ + {% if question.editor %} +
+ +
+ {% endif %} + + {% if question.file_upload %} +
+
+
+
+ + Tamaño máximo de archivo: {{ question.max_size }}, número máximo de archivos: {{ question.max_files }} + +
+
+
+ + +
+ +
+
+ + Cargando... +
+
+
+
+
+
+
Puede arrastrar y soltar archivos + aquí para añadirlos
+
+ +
+
+
+
+ Suelte los archivos a subir aquí
+
+ +
+
+
+
Cargando... +
+
+
Cargando... +
+
+
+ +

Tipos de archivo aceptados

+
+
    +
  • + .odt +
  • +
+
+ +
+
+ {% endif %} + +
+
\ No newline at end of file