From a6c33bed360473b10b21319888ef69fe115d8cb4 Mon Sep 17 00:00:00 2001 From: esp Date: Sat, 29 Aug 2015 16:49:07 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=89=8D=E7=AB=AF]=E4=BF=AE=E6=94=B9=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E9=A6=96=E9=A1=B5=E5=92=8Coj=5Fbase=E4=B8=AD=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E9=A1=B9=E7=9B=AE,=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=99=BB=E5=BD=95,=E5=8F=8A=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=8A=B6=E6=80=81=E5=8C=BA(=E8=BF=99=E4=B8=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8css=E7=9A=84float:right=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=9C=A8=E5=8F=B3=E4=BE=A7,=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E5=8A=A8=E6=80=81=E5=93=8D=E5=BA=94=E7=AA=97=E5=8F=A3?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=8F=98=E5=8C=96,=E5=8F=AA=E6=98=AF?= =?UTF-8?q?=E4=B8=8E=E5=AF=BC=E8=88=AA=E6=A0=8F=E4=BD=8D=E7=BD=AE=E5=B0=91?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E7=A7=B0=E4=BA=86.=E7=94=B1=E4=BA=8E?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=BC=95=E5=85=A5bootstraps=E6=89=80?= =?UTF-8?q?=E4=BB=A5=E6=B2=A1=E6=9C=89=E4=BD=BF=E7=94=A8=E4=B8=8Eoj=5Fbase?= =?UTF-8?q?=E9=87=8C=E7=9B=B8=E5=90=8C=E7=9A=84=E4=B8=8B=E6=8B=89=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=9D=A5=E6=98=BE=E7=A4=BA=E7=94=A8=E6=88=B7=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=90=8E=E7=9A=84=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/oj/group/group_list.html | 10 ++++ template/src/oj/index.html | 86 ++++++++++++++++++--------- template/src/oj_base.html | 1 + 3 files changed, 68 insertions(+), 29 deletions(-) create mode 100644 template/src/oj/group/group_list.html diff --git a/template/src/oj/group/group_list.html b/template/src/oj/group/group_list.html new file mode 100644 index 0000000..d538fea --- /dev/null +++ b/template/src/oj/group/group_list.html @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/template/src/oj/index.html b/template/src/oj/index.html index 520f753..af54f1d 100644 --- a/template/src/oj/index.html +++ b/template/src/oj/index.html @@ -8,64 +8,71 @@ @@ -84,13 +91,34 @@ loopBottom: true }); }); + +
diff --git a/template/src/oj_base.html b/template/src/oj_base.html index be8f3b0..f39fea0 100644 --- a/template/src/oj_base.html +++ b/template/src/oj_base.html @@ -45,6 +45,7 @@
  • 题目
  • 提交
  • 比赛
  • +
  • 小组
  • 关于
  • {% if request.user.is_authenticated %}