From 9636d4a6767f49384d5c386bc3f1142c88b90613 Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Tue, 13 Aug 2013 14:13:24 +0800 Subject: cloned from 'bitbucket', 2013/08/13 --- 97suifangqa/templates/sciblog/blog_list.html | 113 +++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 97suifangqa/templates/sciblog/blog_list.html (limited to '97suifangqa/templates/sciblog/blog_list.html') diff --git a/97suifangqa/templates/sciblog/blog_list.html b/97suifangqa/templates/sciblog/blog_list.html new file mode 100644 index 0000000..7e8b7b2 --- /dev/null +++ b/97suifangqa/templates/sciblog/blog_list.html @@ -0,0 +1,113 @@ +{% extends "picture-base.html" %} +{% block bodyclasses %}{{ block.super }} blog blog-list{% endblock %} +{% load staticfiles %} +{% block othercss %} + +{% endblock %} +{% block sidebar_first_content %} + {% include "sciblog/nav-ribbon.html" %} +
+
+ {% include "sciblog/blog_search_form.html" %} +
+
+
+
+ +
+

搜索历史

+
    + {% for search in search_history %} +
  • {{ search }}
  • + {% endfor%} +
+
+ +
+
+{% endblock %} +{% block body %} +
+ {% include "login-menu.inc.html" %} + +
+
+

专业术语

+ {% for noun in ppnouns %} + +

医学文章

+ {% if has_blogs %} +
+ {% for blog in blogs %} +
+
{{ blog.subhead }}
+
    + +
  • 杂志:{{ blog.journal }}
  • +
  • 作者:{{ blog.communication_author }}
  • +
+
+
+ {{ blog.conclusion|safe }} +
+
+ {% endfor %} +
+ {% else %} +
+ +
没有搜索到{% if tab == 'list'%}文章{% else %}收藏{% endif %}
+
+ {% endif %} +
+ +{% endblock %} -- cgit v1.2.2