From 0417901e3d8c3d415995ec9a881bf788f70c539a Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Fri, 9 Oct 2015 16:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=83=A8=E5=88=86=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=EF=BC=8C=E8=BF=98=E6=9C=89=E5=BC=80=E5=8F=91=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/oj/account/avatar.html | 40 +++++++++++ template/src/oj/account/settings.html | 79 ++++++++++++++++++++++ template/src/oj/account/user_index.html | 90 +++++++++++++++++++++++++ 3 files changed, 209 insertions(+) create mode 100644 template/src/oj/account/avatar.html create mode 100644 template/src/oj/account/settings.html create mode 100644 template/src/oj/account/user_index.html diff --git a/template/src/oj/account/avatar.html b/template/src/oj/account/avatar.html new file mode 100644 index 0000000..e51d1c0 --- /dev/null +++ b/template/src/oj/account/avatar.html @@ -0,0 +1,40 @@ +{% extends "oj_base.html" %} +{% block title %} + 更换头像 +{% endblock %} +{% block body %} +
+ +
+ +
+
+ +
+
+
+
+ {% for i in "aaaaaaaaaaaaaaaaaaaa" %} +
+
+ +
+
+ {% endfor %} + +
+
+ + 水果头像由coding.net提供。 +
+ +
+
+
+{% endblock %} diff --git a/template/src/oj/account/settings.html b/template/src/oj/account/settings.html new file mode 100644 index 0000000..6f88512 --- /dev/null +++ b/template/src/oj/account/settings.html @@ -0,0 +1,79 @@ +{% extends "oj_base.html" %} +{% block title %} + 用户设置 +{% endblock %} +{% block body %} +
+ +
+ +
+
+ +
+
+
+
+
+ + +
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+ + +
+
+
+ + +
+
+
+ + +
+
+
+ +
+
+
+ +
+ +
+
+
+
+{% endblock %} diff --git a/template/src/oj/account/user_index.html b/template/src/oj/account/user_index.html new file mode 100644 index 0000000..2b2041d --- /dev/null +++ b/template/src/oj/account/user_index.html @@ -0,0 +1,90 @@ +{% extends "oj_base.html" %} +{% block title %} + +{% endblock %} +{% block body %} +
+
+
+ +
+
+

virusdefender

+
+ +
+
+ + + +
+
+

正在做的题

+ +
+

+ problem title + 3 / 10 + Accepted +

+ +

+ problem title + 3 / 10 + Accepted +

+ +

+ problem title + 3 / 10 + Accepted +

+ +

+ problem title + 3 / 10 + Accepted +

+ +
+ +
+
+
+
+

分享的代码

+
Panel content
+
+
+
+
+{% endblock %} +{% block js_block %} + +{% endblock %} \ No newline at end of file