|
|
@ -36,7 +36,7 @@
|
|
|
|
<th width="70px;">Cover</th>
|
|
|
|
<th width="70px;">Cover</th>
|
|
|
|
<th>Title</th>
|
|
|
|
<th>Title</th>
|
|
|
|
<th width="400px;">Author</th>
|
|
|
|
<th width="400px;">Author</th>
|
|
|
|
<th width="100px;">Filetype</th>
|
|
|
|
<th width="100px;">Year</th>
|
|
|
|
<th width="100px;">Category</th>
|
|
|
|
<th width="100px;">Category</th>
|
|
|
|
<th width="100px;">Stack</th>
|
|
|
|
<th width="100px;">Stack</th>
|
|
|
|
<th width="100px;">Add to stack</th>
|
|
|
|
<th width="100px;">Add to stack</th>
|
|
|
@ -53,7 +53,7 @@
|
|
|
|
<li><a href="{{url_for('show_author_by_id', id=author.id)}}">{{ author.author_name }}</a> </li>
|
|
|
|
<li><a href="{{url_for('show_author_by_id', id=author.id)}}">{{ author.author_name }}</a> </li>
|
|
|
|
|
|
|
|
|
|
|
|
{% endfor %}</td>
|
|
|
|
{% endfor %}</td>
|
|
|
|
<td>{{ book.fileformat }}</td>
|
|
|
|
<td>{{ book.year_published }}</td>
|
|
|
|
<td>{{ book.category}}</td>
|
|
|
|
<td>{{ book.category}}</td>
|
|
|
|
<td> {% for stack in book.stacks %}
|
|
|
|
<td> {% for stack in book.stacks %}
|
|
|
|
|
|
|
|
|
|
|
@ -78,7 +78,7 @@
|
|
|
|
<th width="70px;">Cover</th>
|
|
|
|
<th width="70px;">Cover</th>
|
|
|
|
<th>Title</th>
|
|
|
|
<th>Title</th>
|
|
|
|
<th width="400px;">Author</th>
|
|
|
|
<th width="400px;">Author</th>
|
|
|
|
<th width="100px;">Filetype</th>
|
|
|
|
<th width="100px;">Year</th>
|
|
|
|
<th width="100px;">Category</th>
|
|
|
|
<th width="100px;">Category</th>
|
|
|
|
<th width="100px;">Stack</th>
|
|
|
|
<th width="100px;">Stack</th>
|
|
|
|
<th width="100px;">Add to stack</th>
|
|
|
|
<th width="100px;">Add to stack</th>
|
|
|
@ -94,7 +94,7 @@
|
|
|
|
<li><a href="{{url_for('show_author_by_id', id=author.id)}}">{{ author.author_name }}</a> </li>
|
|
|
|
<li><a href="{{url_for('show_author_by_id', id=author.id)}}">{{ author.author_name }}</a> </li>
|
|
|
|
|
|
|
|
|
|
|
|
{% endfor %}</td>
|
|
|
|
{% endfor %}</td>
|
|
|
|
<td>{{ book.fileformat }}</td>
|
|
|
|
<td>{{ book.year_published }}</td>
|
|
|
|
<td>{{ book.category}}</td>
|
|
|
|
<td>{{ book.category}}</td>
|
|
|
|
<td> {% for stack in book.stacks %}
|
|
|
|
<td> {% for stack in book.stacks %}
|
|
|
|
|
|
|
|
|
|
|
|