From 2acb62174ab2cac9c7a88faafcb5f0a22a54db6f Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 10:23:06 +0800 Subject: initiliaze git rep --- templates/book.html | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 templates/book.html (limited to 'templates/book.html') diff --git a/templates/book.html b/templates/book.html new file mode 100644 index 00000000..e5d4396b --- /dev/null +++ b/templates/book.html @@ -0,0 +1,150 @@ +{% extends "base_content.html" %} +{% load extra_tags %} +{% load extra_filters %} +{% load humanize %} +{% block title %}{% spaceless %}{{ book.title }}-读书频道{% endspaceless %}{% endblock %} +{% block forejs %} + +{% endblock %} +{% block content %} +
《{{ book.title }}》
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% if author_info.blog_url %} + + + + + + {% endif %} + + + + + + + + +
【作者】{{ book.author }}
【出版社】{{ book.publication }}
【出版日期】{{ book.published_at|date:"Y-m" }}
【价格】{{ book.price }} 元
【页数】{{ book.pages }} 页
【标签】{{ book.tagnames }}
 
作者博客 »
书籍目录 »
网上购买 »
+
+
+ +
+
+ +
+ +
+ +
+ + +
+{% endblock %} +{% block tail %} + +
+ {% cnprog_paginator context %} + +
+
+ +
+ +{% endblock %} \ No newline at end of file -- cgit v1.2.3-1-g7c22