From f552b41f4b337e6844f71c29ff177915abbfa417 Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Fri, 4 Oct 2013 23:56:35 +0800 Subject: * indicator/static/javascripts/card_chart.js: improved the display position of 'detail_card_info' * indicator/templates/indicator/SheetDefault.html: destroy 'qtip' when close card * added new app 'apps/sfaccount' * implemented 'signup' and 'activate' functions * implemented async sending activation mail (using 'django-celery' and 'redis') * moved 'registration/*' templates to 'sfaccount/templates' * implemented 'password_change' function: o password_change o password_change_done * implemented 'password_reset' function o password_reset o password_reset_done o password_reset_confirm o password_reset_complete o re-write 'sfaccount.fomrs.SFPasswordResetForm' o re-write 'sfaccount.views.password_reset_view' * improved 'sfaccount.functional' send mail functions o to send 'multipart' mail * added 'README.txt' * added app 'apps/recommend': for comparing with the SCI papers and then recommending most related papers for user. --- 97suifangqa/templates/base.html | 2 +- 97suifangqa/templates/registration/login.html | 47 ---------------------- 97suifangqa/templates/registration/logout.html | 0 .../registration/password_change_done.html | 0 .../registration/password_change_form.html | 0 .../registration/password_reset_complete.html | 0 .../registration/password_reset_confirm.html | 0 .../registration/password_reset_done.html | 0 .../registration/password_reset_email.html | 0 .../registration/password_reset_form.html | 0 .../registration/password_reset_subject.txt | 0 97suifangqa/templates/registration/signup.html | 24 ----------- 12 files changed, 1 insertion(+), 72 deletions(-) delete mode 100644 97suifangqa/templates/registration/login.html delete mode 100644 97suifangqa/templates/registration/logout.html delete mode 100644 97suifangqa/templates/registration/password_change_done.html delete mode 100644 97suifangqa/templates/registration/password_change_form.html delete mode 100644 97suifangqa/templates/registration/password_reset_complete.html delete mode 100644 97suifangqa/templates/registration/password_reset_confirm.html delete mode 100644 97suifangqa/templates/registration/password_reset_done.html delete mode 100644 97suifangqa/templates/registration/password_reset_email.html delete mode 100644 97suifangqa/templates/registration/password_reset_form.html delete mode 100644 97suifangqa/templates/registration/password_reset_subject.txt delete mode 100644 97suifangqa/templates/registration/signup.html (limited to '97suifangqa/templates') diff --git a/97suifangqa/templates/base.html b/97suifangqa/templates/base.html index ae80e81..a93f207 100644 --- a/97suifangqa/templates/base.html +++ b/97suifangqa/templates/base.html @@ -80,7 +80,7 @@ {% block js %} {% block jquery %} - + {% endblock %} {% block scripts %} diff --git a/97suifangqa/templates/registration/login.html b/97suifangqa/templates/registration/login.html deleted file mode 100644 index d0e98fc..0000000 --- a/97suifangqa/templates/registration/login.html +++ /dev/null @@ -1,47 +0,0 @@ -{% extends "picture-base.html" %} -{% load staticfiles %} -{% block bodyclasses %}{{ block.super }} registration login{% endblock %} -{% block othercss %} - -{% endblock %} -{% block body %} -

登录97随访 科学了解乙肝治疗

-

-

- - 新浪微博账号登录 -

- - -

- - 腾讯QQ账号登录 -

- -
{% csrf_token %} - - - - - - - - - - - - - - - - -   |   - 还没有帐号? -
-{% endblock body%} diff --git a/97suifangqa/templates/registration/logout.html b/97suifangqa/templates/registration/logout.html deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/password_change_done.html b/97suifangqa/templates/registration/password_change_done.html deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/password_change_form.html b/97suifangqa/templates/registration/password_change_form.html deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/password_reset_complete.html b/97suifangqa/templates/registration/password_reset_complete.html deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/password_reset_confirm.html b/97suifangqa/templates/registration/password_reset_confirm.html deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/password_reset_done.html b/97suifangqa/templates/registration/password_reset_done.html deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/password_reset_email.html b/97suifangqa/templates/registration/password_reset_email.html deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/password_reset_form.html b/97suifangqa/templates/registration/password_reset_form.html deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/password_reset_subject.txt b/97suifangqa/templates/registration/password_reset_subject.txt deleted file mode 100644 index e69de29..0000000 diff --git a/97suifangqa/templates/registration/signup.html b/97suifangqa/templates/registration/signup.html deleted file mode 100644 index 935dde2..0000000 --- a/97suifangqa/templates/registration/signup.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "picture-base.html" %} -{% load staticfiles %} -{% block bodyclasses %}{{ block.super }} registration signup{% endblock %} -{% block othercss %} - -{% endblock %} -{% block body %} -

注册97随访 科学了解乙肝治疗

-
{% csrf_token %} - - {% for item in form %} - - - - - {% endfor %} -
- - {{ item.errors|join:"" }}
- -   | -   已有账号 -
-{% endblock body %} -- cgit v1.2.2