From 133371cbc5e6917d9b486083adbfb2357dbb7f2e Mon Sep 17 00:00:00 2001 From: esp Date: Fri, 21 Aug 2015 20:59:21 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=90=8E=E7=AB=AF]=E4=BF=AE=E6=94=B9=E4=BA=86?= =?UTF-8?q?=E6=88=91=E7=9A=84=E6=8F=90=E4=BA=A4=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E6=A0=B7=E5=BC=8F,=E6=95=B4=E7=90=86?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oj/submission/my_submissions_list.html | 108 +++++++++--------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/template/oj/submission/my_submissions_list.html b/template/oj/submission/my_submissions_list.html index b381f5c..e13d978 100644 --- a/template/oj/submission/my_submissions_list.html +++ b/template/oj/submission/my_submissions_list.html @@ -2,59 +2,59 @@ {% block body %} - {% load submission %} -
- - - - - - - - - - - - - - {% for item in submissions %} - - - - - - - - {% endfor %} +{% load submission %} +
+ +
+
#提交时间结果运行时间语言
{{ item.id }}{{ item.create_time }}{{ item.result|translate_result }} - {% if item.accepted_answer_time %} - {{ item.accepted_answer_time }}ms - {% else %} - -- - {% endif %} - - {{ item.language|translate_language }} -
+ + + + + + + + + + + {% for item in submissions %} + + + + + + + + {% endfor %} - -
#提交时间结果运行时间语言
{{ item.id }}{{ item.create_time }}{{ item.result|translate_result }} + {% if item.accepted_answer_time %} + {{ item.accepted_answer_time }}ms + {% else %} + -- + {% endif %} + + {{ item.language|translate_language }} +
- -
+ + + + {% endblock %}