X-Git-Url: https://git.rvb.name/openlib.git/blobdiff_plain/a47401f5fac121db5eb44214530121ab14cba2f3..6b3a07a008979ee27733a2deae2ff4fc42f4a535:/www/templates/default/main.html diff --git a/www/templates/default/main.html b/www/templates/default/main.html new file mode 100644 index 0000000..1ae48ac --- /dev/null +++ b/www/templates/default/main.html @@ -0,0 +1,46 @@ +
+{{? it.page == "BOOKDET" || it.page == "ABOUT"}} + {{? it.page == "BOOKDET"}} + {{#def.bookdetail}} + {{??}} + {{= it.fullhtml}} + {{?}} +{{??}} +{{~it.entries:entry:i}} + {{? it.containsBook == 0}} +
+ +
+ {{??}} +
+ + {{? entry.book.hasCover == 1}} + + {{=it.const.i18n.coverAlt}} + + {{?}} + +

+ {{~entry.book.preferedData:data:j}} + {{=data.name}}
+ {{~}} +

+ +
+

{{=htmlEscape (entry.title)}} + {{? entry.book.pubDate != ""}}({{=entry.book.pubDate}}){{?}} +

+

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

{{=htmlEscape (entry.book.authorsName)}}
+ {{? entry.book.tagsName != ""}}

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

{{=htmlEscape (entry.book.tagsName)}}
{{?}} + {{? entry.book.seriesName != ""}}

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

{{=htmlEscape (entry.book.seriesName)}} ({{=entry.book.seriesIndex}})
{{?}} +
+
+ {{?}} +{{~}} +{{?}} +
\ No newline at end of file