From 0d0f12f76606009c7dc85da46e0531b5d155499e Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sat, 7 Jun 2014 14:00:41 +0800 Subject: Updated 'profile.html' and zh_CN locale messages * updated profile.html to show 'sjtu_id' and 'sjtu_initpass' info and show a related alert * updated zh_CN locale messages --- account/templates/account/profile.html | 40 +++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 6 deletions(-) (limited to 'account') diff --git a/account/templates/account/profile.html b/account/templates/account/profile.html index d2b73e7..f739930 100644 --- a/account/templates/account/profile.html +++ b/account/templates/account/profile.html @@ -19,14 +19,21 @@ {# display alert if 'reason' empty, or transcript required but not provided #} {% if not profile.reason %} -
- “为什么参加”的信息是我们审核的重要参考,请您请及时填写。 -
+
+ “为什么参加”的信息是我们审核的重要参考,请您请及时填写。 +
{% endif %} {% if profile.is_transcript_required and not profile.transcript %} -
- “成绩单”是我们审核本科生(大三及以下)和决定资助的重要参考,请您请及时上传。 -
+
+ “成绩单”是我们审核本科生(大三及以下)和决定资助的重要参考,请您请及时上传。 +
+ {% endif %} + {% if profile.sjtu_id and profile.sjtu_initpass %} +
+

欢迎参加第二届中国SKA暑期学校

+

上海交通大学教务处已为您分配了学号初始密码。请您尽快访问上海交通大学夏季学期(http://summer.jwc.sjtu.edu.cn/),点击校外同学报名并登录,然后根据要求补充个人资料。其他操作请等待我们的后续通知。

+

在上海交通大学夏季学期系统中注册并完善资料,能够帮助我们将您添加到学校的课程安排中,并帮助您在完成SKA暑期学校学习后顺利办理结业证书课程学分证明

+
{% endif %} @@ -117,6 +124,27 @@ {% endif %} + {# sjtu student id & inital password #} + + + + + + + + {# user uploaded files #} {% if userfiles %} -- cgit v1.2.2
SJTU学号 + {% if profile.sjtu_id %} + {{ profile.sjtu_id }} + {% else %} + + {% endif %} +
SJTU初始密码 + {% if profile.sjtu_initpass %} + {{ profile.sjtu_initpass }} + {% else %} + + {% endif %} +