diff --git a/userpage_get.html b/userpage_get.html deleted file mode 100644 index 232a747..0000000 --- a/userpage_get.html +++ /dev/null @@ -1,264 +0,0 @@ - - -
- - - - - - - {{ 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 %} - -English Pal for {{ username }} - - {% if username == admin_name %} - 管理 - {% endif %} - 退出 - 重设密码 - -
- {% for message in get_flashed_messages() %} -阅读文章并回答问题
-Article added on: {{ today_article["date"] }}
{{ today_article["article_title"] }}
{{ today_article["article_body"] }}
{{ today_article['source'] }}
{{ today_article['question'] }}
收集生词吧 (可以在正文中划词,也可以复制黏贴)
- - {% if session.get['thisWord'] %} - - {% endif %} - - {% if d_len > 0 %} -- 我的生词簿 - -
- -- {{ word }} - ( {{ freq }} ) - 熟悉 - 不熟悉 - 删除 - 朗读 -
- {% endfor %} -