From 2a570af421838ef4425419119e212d6f34d06dc9 Mon Sep 17 00:00:00 2001 From: yanbo2020 Date: Mon, 6 Jun 2022 17:11:29 +0800 Subject: [PATCH] i added select all function --- app/templates/userpage_post.html | 95 +++++++++++++++++++------------- 1 file changed, 57 insertions(+), 38 deletions(-) diff --git a/app/templates/userpage_post.html b/app/templates/userpage_post.html index ba3b38d..bbee949 100644 --- a/app/templates/userpage_post.html +++ b/app/templates/userpage_post.html @@ -1,45 +1,64 @@ - - - + + + - {{ yml['header'] | safe }} - {% if yml['css']['item'] %} - {% for css in yml['css']['item'] %} - - {% endfor %} - {% endif %} - {% if yml['js']['head'] %} - {% for js in yml['js']['head'] %} - - {% endfor %} - {% endif %} + {{ yml['header'] | safe }} {% if yml['css']['item'] %} {% for css in + yml['css']['item'] %} + + {% endfor %} {% endif %} {% if yml['js']['head'] %} {% for js in + yml['js']['head'] %} + + {% endfor %} {% endif %} EnglishPal Study Room for {{username}} - - -

勾选不认识的单词

-
- - {% for x in lst %} - {% set word = x[0]%} -

- {{loop.index}} - : - {{word}} - ({{x[1]}}) - -

+ + +

勾选不认识的单词

+ + + + {% for x in lst %} {% set word = x[0]%} +

+ {{loop.index}} + : + {{word}} + ({{x[1]}}) + +

- {% endfor %} -
- {{ yml['footer'] | safe }} - {% if yml['js']['bottom'] %} - {% for js in yml['js']['bottom'] %} - - {% endfor %} - {% endif %} - - \ No newline at end of file + {% endfor %} + + {{ yml['footer'] | safe }} {% if yml['js']['bottom'] %} {% for js in + yml['js']['bottom'] %} + + + {% endfor %} {% endif %} + +