Add filter in the HTML catalog. need UI work. re #46

This commit is contained in:
Sébastien Lucas 2013-06-28 02:07:32 +02:00
parent 002f90fd0d
commit 452bde9cb5
5 changed files with 134 additions and 9 deletions

View file

@ -39,5 +39,9 @@
</select>
</div>
</div>
<div id="filter">
<ul>
</ul>
</div>
</div>
</header>

View file

@ -33,7 +33,7 @@
{{? entry.book.rating != ""}}<span class="sr">{{=entry.book.rating}}</span>{{?}}
</h2>
<h4>{{=it.const.i18n.authorsTitle}} : </h4><span class="sa">{{=htmlEscape (entry.book.authorsName)}}</span><br />
{{? entry.book.tagsName != ""}}<h4>{{=it.const.i18n.tagsTitle}} : </h4>{{=htmlEscape (entry.book.tagsName)}}<br />{{?}}
{{? entry.book.tagsName != ""}}<h4>{{=it.const.i18n.tagsTitle}} : </h4><span class="se">{{=htmlEscape (entry.book.tagsName)}}</span><br />{{?}}
{{? entry.book.seriesName != ""}}<h4>{{=it.const.i18n.seriesTitle}} : </h4><span class="ss">{{=htmlEscape (entry.book.seriesName)}}</span><br />{{?}}
</div></a>
</article>