From 1e4a9c0565c3d2f52ec205ae7627ebfc84278735 Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Wed, 30 Oct 2013 10:16:21 +0800 Subject: * merged commits from 'maxwell lou' by time '20131028_09:52'; * moved 'ValueKind' model from 'recommend/models' to 'indicator/models' * added field 'type' for 'indicator.models.Indicator' * added field 'kind' for 'indicator.models.IndicatorRecord', 'InnateConfine' * updated methods for models 'Indicator', 'IndicatorRecord', 'InnateConfine' * updated views and templates for 'apps/indicator' * added 'INDICATOR_RECOMMEND_PERIOD' into 'settings.py' * added 'type' field for 'indicator.models.Indicator' in 'search_indexes.py' * added a confirm step for 'EditHistoryData' page when delete a record * removed dir 'backupdata'; 'queries.txt' moved to 'backup' dir * moved *.json to 'backup' dir * removed 'apps/managers*.py' * updated 'indicator/popup/IndexDesc.html' * created dir 'apps/indicator/obsolete'; * moved 'indicator/forms.py' to dir 'obsolete'; * splitted views related forms.py from 'views.py', and placed in 'obsolete/views_forms.py' * loadded newest data into database * cleaned pervious data files in 'backup' dir * updated 'README.txt'; added a solution to a redis problem * added field 'type' of 'indicator.models.Indicator'; for filtering search results and only returning 'NORMAL_TYPE' --- 97suifangqa/templates/sciblog/blog_list.html | 63 ++++++++++++++++++++-------- 1 file changed, 45 insertions(+), 18 deletions(-) (limited to '97suifangqa/templates/sciblog/blog_list.html') diff --git a/97suifangqa/templates/sciblog/blog_list.html b/97suifangqa/templates/sciblog/blog_list.html index e1eb542..ad5d069 100644 --- a/97suifangqa/templates/sciblog/blog_list.html +++ b/97suifangqa/templates/sciblog/blog_list.html @@ -14,10 +14,10 @@
-

搜索历史

+

搜索记录

    {% for search in search_history %}
  • {{ search }}
  • @@ -25,7 +25,7 @@
+
+

我的收藏

+ +
+
{% endblock %} {% block body %}
{% include "login-menu.inc.html" %} - +
-

专业术语

- {% for noun in ppnouns %} + +
+
+

术语科普

+
+
+ + {% for noun in ppnouns %} -

医学文章

+ + + + + +
+ + +
+
+

临床治疗经验

+
+
+ + + {% if has_blogs %}
{% for blog in blogs %}
-
{{ blog.subhead }}
+
{{ blog.subhead|safe }}
    -
  • 杂志:{{ blog.journal }}
  • +
  • 杂志:{{ blog.journal|safe }}
  • 作者:{{ blog.communication_author }}

{{ blog.conclusion|safe }}
+
{% endfor %}
{% else %} -
+
-
没有搜索到{% if tab == 'list'%}文章{% else %}收藏{% endif %}
+
{% if tab == 'list'%}没有搜索到匹配的{% else %}暂时未收藏{% endif %}医学文章
{% endif %} + + + + +
{% endblock %} -- cgit v1.2.2