1 <article class="bookpopup">
\r
2 {{? $.cookie("use_fancyapps") == 1}}
\r
3 <div id="openModal" class="modalDialog">
\r
5 <a href="#close" title="Close" class="close">X</a>
\r
6 {{~it.book.authors:author:j}}
\r
7 {{? j > 0}}, {{?}}<h3>{{=htmlEscape (author.name)}}</h3>
\r
9 <h2>{{=htmlEscape (it.title)}}</h2>
\r
10 <img src="{{=it.book.coverurl}}" alt="{{=it.const.i18n.coverAlt}}" />
\r
14 <span class="cover">
\r
15 {{? it.book.hasCover == 1}}
\r
16 {{? $.cookie("use_fancyapps") == 1}}
\r
17 <a href="#openModal">
\r
19 {{? $.cookie("use_fancyapps") == 0}}
\r
20 <a href="{{=it.book.coverurl}}">
\r
22 <div class="fullclickpopup">
\r
23 <img src="{{=it.book.thumbnailurl}}" alt="{{=it.const.i18n.coverAlt}}">
\r
28 <h2 class="download">
\r
29 {{~it.book.datas:data:i}}
\r
30 <a href="{{=data.url}}">{{=data.format}}</a>
\r
31 {{? data.mail == 1}}
\r
32 <a id="mailButton" title="Mail" href="empty.php" onclick="sendToMailAddress (this, {{=data.id}}); return false;"><i class="icon-envelope icon-large"></i></a>
\r
37 <h1><a title="{{=it.const.i18n.permalinkAlt}}" rel="bookmark" href="{{=strformat (it.const.url.detailUrl, it.book.id)}}"><i class="icon-link"></i></a>{{=htmlEscape (it.title)}}</h1>
\r
38 <p class="popupless">
\r
39 <h3>{{=it.const.i18n.authorsTitle}}: </h3>
\r
40 {{~it.book.authors:author:j}}
\r
41 {{? j > 0}}, {{?}}<a href="{{=author.url}}">{{=htmlEscape (author.name)}}</a>
\r
44 {{? it.book.tagsName != ""}}
\r
45 <p class="popupless">
\r
46 <h3>{{=it.const.i18n.tagsTitle}}: </h3>
\r
47 {{~it.book.tags:tag:k}}
\r
48 {{? k > 0}}, {{?}}<a href="{{=tag.url}}">{{=htmlEscape (tag.name)}}</a>
\r
52 {{? it.book.seriesName != ""}}
\r
53 <p class="popupless">
\r
54 <h3><a href="{{=it.book.seriesurl}}">{{=it.const.i18n.seriesTitle}}</a> : </h3>{{=htmlEscape (it.book.seriesCompleteName)}}
\r
57 {{? it.book.pubDate != ""}}
\r
58 <p class="popupless">
\r
59 <h3>{{=it.const.i18n.pubdateTitle}}: </h3>{{=it.book.pubDate}}
\r
62 {{? it.book.languagesName != ""}}
\r
63 <p class="popupless">
\r
64 <h3>{{=it.const.i18n.languagesTitle}}: </h3>{{=it.book.languagesName}}
\r
67 {{? it.book.content != ""}}
\r
69 <h4>{{=it.const.i18n.contentTitle}}</h4>
\r
70 <div>{{=it.book.content}}</div>
\r