From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- forum/templates/book.html | 152 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 forum/templates/book.html (limited to 'forum/templates/book.html') diff --git a/forum/templates/book.html b/forum/templates/book.html new file mode 100644 index 00000000..e83268e4 --- /dev/null +++ b/forum/templates/book.html @@ -0,0 +1,152 @@ +{% extends "base_content.html" %} + +{% load i18n %} +{% load extra_tags %} +{% load extra_filters %} +{% load humanize %} +{% block title %}{% spaceless %}{{ book.title }}-{% trans "reading channel" %}{% endspaceless %}{% endblock %} +{% block forejs %} + +{% endblock %} +{% block content %} +
《{{ book.title }}》
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% if author_info.blog_url %} + + + + + + {% endif %} + + + + + + + + +
{% trans "[author]" %}{{ book.author }}
{% trans "[publisher]" %}{{ book.publication }}
{% trans "[publication date]" %}{{ book.published_at|date:"Y-m" }}
{% trans "[price]" %}{{ book.price }} {% trans "currency unit" %}
{% trans "[pages]" %}{{ book.pages }} {% trans "pages abbreviation" %}
{% trans "[tags]" %}{{ book.tagnames }}
 
{% trans "author blog" %} »
{% trans "book directory" %} »
{% trans "buy online" %} »
+
+
+ +
+
+ +
+ + + + +
+{% endblock %} +{% block tail %} +
+ {% cnprog_paginator context %} + +
+
+ +
+ +{% endblock %} + -- cgit v1.2.3-1-g7c22