2012-08-18 02:06:43 +02:00
|
|
|
{{template "header.html" .S}}
|
2012-08-15 14:26:10 +02:00
|
|
|
|
2013-07-18 11:42:46 +02:00
|
|
|
{{range .News}}
|
2013-08-31 02:15:33 +02:00
|
|
|
<div class="row">
|
2013-07-18 11:42:46 +02:00
|
|
|
<div class="offset2 span8 alert alert-info">
|
|
|
|
<a href="/news/"><strong>News!</strong></a> {{.Text}}
|
2013-07-16 01:24:39 +02:00
|
|
|
</div>
|
2013-08-31 02:15:33 +02:00
|
|
|
</div>
|
2013-07-18 11:42:46 +02:00
|
|
|
{{end}}
|
2013-07-16 01:24:39 +02:00
|
|
|
|
2012-08-17 08:25:44 +02:00
|
|
|
<div class="row">
|
2013-09-02 23:53:44 +02:00
|
|
|
<p class="centered">There are {{.Count}} books on the library.</p>
|
2012-08-17 08:25:44 +02:00
|
|
|
</div>
|
2013-08-31 02:04:06 +02:00
|
|
|
<div class="row">
|
|
|
|
<h4>Last books added:
|
|
|
|
<span class="pull-right">
|
|
|
|
<small>(<a href="/search/?q=">more</a>)</small>
|
|
|
|
<a href="/search/?fmt=rss&q="><img src="/img/feed.png"/></a>
|
2013-11-17 19:11:36 +01:00
|
|
|
</span>
|
2013-08-31 02:04:06 +02:00
|
|
|
</h4>
|
2012-08-17 08:25:44 +02:00
|
|
|
</div>
|
|
|
|
|
2012-09-09 13:54:51 +02:00
|
|
|
<ul class="row thumbnails">
|
2012-08-15 14:26:10 +02:00
|
|
|
{{with .Books}}
|
|
|
|
{{range .}}
|
2012-09-09 13:54:51 +02:00
|
|
|
<li class="span2">
|
|
|
|
<div class="thumbnail centered" style="border:none;">
|
2019-03-02 23:47:24 +00:00
|
|
|
<a href="/book/{{.ID}}" title="{{.Description}}">
|
2016-07-30 07:59:30 -04:00
|
|
|
{{if .Cover}}<div class="down"><img class="img-rounded" src="/cover/{{.ID}}/small/{{.Title}}.jpg" alt="{{.Title}}" /></div>{{end}}
|
2012-09-09 13:54:51 +02:00
|
|
|
<p><strong>{{.Title}}</strong></p>
|
|
|
|
</a>
|
2012-08-17 08:25:44 +02:00
|
|
|
</div>
|
2012-09-09 13:54:51 +02:00
|
|
|
</li>
|
2012-08-15 14:26:10 +02:00
|
|
|
{{end}}
|
|
|
|
{{end}}
|
2012-09-09 13:54:51 +02:00
|
|
|
</ul>
|
2012-08-15 12:00:44 +02:00
|
|
|
|
2021-02-09 18:59:07 +00:00
|
|
|
<!--
|
2012-10-24 23:22:39 +02:00
|
|
|
<div class="row">
|
|
|
|
<h4>Most visited books:</h4>
|
|
|
|
</div>
|
|
|
|
<ul class="row thumbnails">
|
|
|
|
{{with .VisitedBooks}}
|
|
|
|
{{range .}}
|
|
|
|
<li class="span2">
|
|
|
|
<div class="thumbnail centered" style="border:none;">
|
2019-03-02 23:47:24 +00:00
|
|
|
<a href="/book/{{.ID}}" title="{{.Description}}">
|
2016-07-30 07:59:30 -04:00
|
|
|
{{if .Cover}}<div class="down"><img class="img-rounded" src="/cover/{{.ID}}/small/{{.Title}}.jpg" alt="{{.Title}}" /></div>{{end}}
|
2012-10-24 23:22:39 +02:00
|
|
|
<p><strong>{{.Title}}</strong></p>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<h4>Most downloaded books:</h4>
|
|
|
|
</div>
|
|
|
|
<ul class="row thumbnails">
|
|
|
|
{{with .DownloadedBooks}}
|
|
|
|
{{range .}}
|
|
|
|
<li class="span2">
|
|
|
|
<div class="thumbnail centered" style="border:none;">
|
2019-03-02 23:47:24 +00:00
|
|
|
<a href="/book/{{.ID}}" title="{{.Description}}">
|
2016-07-30 07:59:30 -04:00
|
|
|
{{if .Cover}}<div class="down"><img class="img-rounded" src="/cover/{{.ID}}/small/{{.Title}}.jpg" alt="{{.Title}}" /></div>{{end}}
|
2012-10-24 23:22:39 +02:00
|
|
|
<p><strong>{{.Title}}</strong></p>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
{{end}}
|
|
|
|
{{end}}
|
|
|
|
</ul>
|
2021-02-09 18:59:07 +00:00
|
|
|
-->
|
2012-10-24 23:22:39 +02:00
|
|
|
|
2012-08-20 17:19:27 +02:00
|
|
|
<div class="row">
|
2016-07-30 07:36:58 -04:00
|
|
|
<p class="centered">{{range .Tags}}<a class="label" href="/search/?q=tag:{{.}}">{{.}}</a> {{end}}</p>
|
2012-08-20 17:19:27 +02:00
|
|
|
</div>
|
|
|
|
|
2020-03-23 19:13:58 +00:00
|
|
|
{{template "footer.html" .S}}
|