From 8145dfcc7c3c216e0d8818afc80bd9136c7e9c60 Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Sun, 23 Aug 2015 14:32:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B2=A1=E6=9C=89=E5=8F=82?= =?UTF-8?q?=E5=8A=A0=E6=AF=94=E8=B5=9B=E6=9D=83=E9=99=90=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/oj/contest/no_contest_permission.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/template/oj/contest/no_contest_permission.html b/template/oj/contest/no_contest_permission.html index 12c7fca..615db62 100644 --- a/template/oj/contest/no_contest_permission.html +++ b/template/oj/contest/no_contest_permission.html @@ -6,6 +6,17 @@ + {% if show_tab %} +
  • + 题目 +
  • +
  • + 提交 +
  • +
  • + 排名 +
  • + {% endif %} {% include "oj/contest/_contest_header.html" %} {% ifequal reason "password_protect" %} @@ -16,9 +27,13 @@ - {% else %} + {% endifequal %} + {% ifequal reason "group_limited" %} {% endifequal %} + {% ifequal reason "contest_not_start" %} + + {% endifequal %} {% endblock %} {% block js_block %}