2013-06-15 17:09:37 +03:00
|
|
|
<article class="bookpopup">
|
|
|
|
<span class="cover">
|
|
|
|
{{? it.book.hasCover == 1}}
|
|
|
|
<a href="{{=it.book.coverurl}}">
|
2013-06-17 22:21:52 +03:00
|
|
|
<img src="{{=it.book.thumbnailurl}}" alt="{{=it.const.i18n.coverAlt}}" />
|
2013-06-15 17:09:37 +03:00
|
|
|
</a>
|
|
|
|
{{?}}
|
|
|
|
</span>
|
|
|
|
<h2 class="download">
|
|
|
|
{{~it.book.datas:data:i}}
|
2013-06-21 22:31:49 +03:00
|
|
|
<a href="{{=data.url}}">{{=data.format}}</a>
|
|
|
|
{{? data.mail == 1}}
|
2013-07-22 22:27:32 +03:00
|
|
|
<a id="mailButton" title="Mail" href="empty.php" onclick="sendToMailAddress (this, {{=data.id}}); return false;"><i class="icon-envelope icon-large"></i></a>
|
2013-06-21 22:31:49 +03:00
|
|
|
{{?}}
|
|
|
|
<br />
|
2013-06-15 17:09:37 +03:00
|
|
|
{{~}}
|
|
|
|
</h2>
|
2013-07-19 18:59:13 +03:00
|
|
|
<h1><a title="{{=it.const.i18n.permalinkAlt}}" rel="bookmark" href="{{=strformat (it.const.url.detailUrl, it.book.id, it.databaseId)}}"><i class="icon-link"></i></a>{{=htmlEscape (it.title)}}</h1>
|
2013-06-15 17:09:37 +03:00
|
|
|
<p class="popupless">
|
2013-06-17 22:21:52 +03:00
|
|
|
<h3>{{=it.const.i18n.authorsTitle}}: </h3>
|
2013-06-15 17:09:37 +03:00
|
|
|
{{~it.book.authors:author:j}}
|
|
|
|
{{? j > 0}}, {{?}}<a href="{{=author.url}}">{{=htmlEscape (author.name)}}</a>
|
|
|
|
{{~}}
|
|
|
|
</p>
|
|
|
|
{{? it.book.tagsName != ""}}
|
|
|
|
<p class="popupless">
|
2013-06-17 22:21:52 +03:00
|
|
|
<h3>{{=it.const.i18n.tagsTitle}}: </h3>
|
2013-06-15 17:09:37 +03:00
|
|
|
{{~it.book.tags:tag:k}}
|
|
|
|
{{? k > 0}}, {{?}}<a href="{{=tag.url}}">{{=htmlEscape (tag.name)}}</a>
|
|
|
|
{{~}}
|
|
|
|
</p>
|
|
|
|
{{?}}
|
|
|
|
{{? it.book.seriesName != ""}}
|
|
|
|
<p class="popupless">
|
2013-06-17 22:21:52 +03:00
|
|
|
<h3><a href="{{=it.book.seriesurl}}">{{=it.const.i18n.seriesTitle}}</a> : </h3>{{=htmlEscape (it.book.seriesCompleteName)}}
|
2013-06-15 17:09:37 +03:00
|
|
|
</p>
|
|
|
|
{{?}}
|
2013-06-15 19:54:07 +03:00
|
|
|
{{? it.book.pubDate != ""}}
|
|
|
|
<p class="popupless">
|
2013-06-17 22:21:52 +03:00
|
|
|
<h3>{{=it.const.i18n.pubdateTitle}}: </h3>{{=it.book.pubDate}}
|
2013-06-15 19:54:07 +03:00
|
|
|
</p>
|
|
|
|
{{?}}
|
|
|
|
{{? it.book.languagesName != ""}}
|
|
|
|
<p class="popupless">
|
2013-06-17 22:21:52 +03:00
|
|
|
<h3>{{=it.const.i18n.languagesTitle}}: </h3>{{=it.book.languagesName}}
|
2013-06-15 19:54:07 +03:00
|
|
|
</p>
|
|
|
|
{{?}}
|
|
|
|
{{? it.book.content != ""}}
|
|
|
|
<br />
|
2013-06-17 22:21:52 +03:00
|
|
|
<h4>{{=it.const.i18n.contentTitle}}</h4>
|
2013-06-15 19:54:07 +03:00
|
|
|
<div>{{=it.book.content}}</div>
|
|
|
|
{{?}}
|
2013-06-15 17:09:37 +03:00
|
|
|
</article>
|