Almost finish everything for bookdetail. re #73

Todo : Handle max-size correctly (only if inside a fancybox)
This commit is contained in:
Sébastien Lucas 2013-06-15 18:54:07 +02:00
parent a0cb911ce9
commit 07a891377d
3 changed files with 21 additions and 1 deletions

View file

@ -31,4 +31,19 @@
<h3><a href="{{=it.book.seriesurl}}">{{=it.i18n.seriesTitle}}</a> : </h3>{{=htmlEscape (it.book.seriesCompleteName)}}
</p>
{{?}}
{{? it.book.pubDate != ""}}
<p class="popupless">
<h3>{{=it.i18n.pubdateTitle}}: </h3>{{=it.book.pubDate}}
</p>
{{?}}
{{? it.book.languagesName != ""}}
<p class="popupless">
<h3>{{=it.i18n.languagesTitle}}: </h3>{{=it.book.languagesName}}
</p>
{{?}}
{{? it.book.content != ""}}
<br />
<h4>{{=it.i18n.contentTitle}}</h4>
<div>{{=it.book.content}}</div>
{{?}}
</article>