X-Git-Url: https://git.rvb.name/openlib.git/blobdiff_plain/a47401f5fac121db5eb44214530121ab14cba2f3..6b3a07a008979ee27733a2deae2ff4fc42f4a535:/www/templates/default/bookdetail.html diff --git a/www/templates/default/bookdetail.html b/www/templates/default/bookdetail.html new file mode 100644 index 0000000..84c7334 --- /dev/null +++ b/www/templates/default/bookdetail.html @@ -0,0 +1,53 @@ +
+ + {{? it.book.hasCover == 1}} + + {{=it.const.i18n.coverAlt}} + + {{?}} + +

+ {{~it.book.datas:data:i}} + {{=data.format}} + {{? data.mail == 1}} + + {{?}} +
+ {{~}} +

+

{{=htmlEscape (it.title)}}

+

+

{{=it.const.i18n.authorsTitle}}:

+ {{~it.book.authors:author:j}} + {{? j > 0}}, {{?}}{{=htmlEscape (author.name)}} + {{~}} +

+ {{? it.book.tagsName != ""}} +

+

{{=it.const.i18n.tagsTitle}}:

+ {{~it.book.tags:tag:k}} + {{? k > 0}}, {{?}}{{=htmlEscape (tag.name)}} + {{~}} +

+ {{?}} + {{? it.book.seriesName != ""}} +

+

{{=it.const.i18n.seriesTitle}} :

{{=htmlEscape (it.book.seriesCompleteName)}} +

+ {{?}} + {{? it.book.pubDate != ""}} +

+

{{=it.const.i18n.pubdateTitle}}:

{{=it.book.pubDate}} +

+ {{?}} + {{? it.book.languagesName != ""}} +

+

{{=it.const.i18n.languagesTitle}}:

{{=it.book.languagesName}} +

+ {{?}} + {{? it.book.content != ""}} +
+

{{=it.const.i18n.contentTitle}}

+
{{=it.book.content}}
+ {{?}} +
\ No newline at end of file