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 --- .../templates/sciblog/blog_detail_source.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 97suifangqa/templates/sciblog/blog_detail_source.html (limited to '97suifangqa/templates/sciblog/blog_detail_source.html') diff --git a/97suifangqa/templates/sciblog/blog_detail_source.html b/97suifangqa/templates/sciblog/blog_detail_source.html new file mode 100644 index 0000000..83be5f1 --- /dev/null +++ b/97suifangqa/templates/sciblog/blog_detail_source.html @@ -0,0 +1,30 @@ +{% extends "sciblog/blog_detail.html" %} + +{% block sectionname %} +文章来源 +{% endblock %} + +{% block navigation %} +{% endblock %} + +{% block block_pieces %} +

原文献标题

+ +

{{ blog.entitle }}

+

{{ blog.title }}

+

发表国际期刊

+

{{ blog.journal }}

+

期刊出版日期

+

{{ blog.publish_date}}

+

期刊影响因子

+

{{ blog.ifvalue }}

+ +

研究学者

+

{{ blog.authors }}

+

学者机构

+

{% for h in blog.hospital.all %} +{{ h.name }}({{ h.city.nation.name }}) +{% endfor %} +等等

+{% endblock %} -- cgit v1.2.2