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