Loading sopds/__pycache__/settings.cpython-35.pyc −31 B (2.96 KiB) File changed.No diff preview for this file type. View original file View changed file sopds_web_backend/__pycache__/views.cpython-35.pyc +38 B (14.6 KiB) File changed.No diff preview for this file type. View original file View changed file sopds_web_backend/templates/sopds_authors.html +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <table> {% for a in authors %} <tr><td> <b>{{ a.last_name }} {{ a.first_name }}</b> <a href="{% url "web:searchbooks" %}?searchtype=a&searchterms={{a.id}}"><span style="font-size:80%;">{% blocktrans with a_book_count=a.book_count %}Total: {{ a_book_count }} books.{% endblocktrans %}</span></a> <a href="{% url "web:searchbooks" %}?searchtype=a&searchterms={{a.id}}"><b>{{ a.last_name }} {{ a.first_name }}</b></a> <span style="font-size:80%;">{% blocktrans with a_book_count=a.book_count %}Total: {{ a_book_count }} books.{% endblocktrans %}</span> </td></tr> {% endfor %} </table> Loading sopds_web_backend/templates/sopds_breadcrumbs.html +9 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,14 @@ {% for b in breadcrumbs %} <li>{{ b }}</li> {% endfor %} {% for b in breadcrumbs_cat %} <li> {% if b.1 > 0 %}<a href="{% url "web:catalog" %}?cat={{b.1}}">{% endif %} {% if b.1 == 0 %}<a href="{% url "web:catalog" %}">{% endif %} {{ b.0 }} {% if b.1 >= 0 %}</a>{% endif %} </li> {% endfor %} </ul> </nav> No newline at end of file sopds_web_backend/templates/sopds_series.html +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <table> {% for s in series %} <tr><td> <b>{{ s.ser }}</b> <a href="{% url "web:searchbooks" %}?searchtype=s&searchterms={{s.id}}"><span style="font-size:80%;">{% blocktrans with s_book_count=s.book_count %}Total: {{ s_book_count }} books.{% endblocktrans %}</span></a> <a href="{% url "web:searchbooks" %}?searchtype=s&searchterms={{s.id}}"><b>{{ s.ser }}</b></a> <span style="font-size:80%;">{% blocktrans with s_book_count=s.book_count %}Total: {{ s_book_count }} books.{% endblocktrans %}</span> </td></tr> {% endfor %} </table> Loading Loading
sopds/__pycache__/settings.cpython-35.pyc −31 B (2.96 KiB) File changed.No diff preview for this file type. View original file View changed file
sopds_web_backend/__pycache__/views.cpython-35.pyc +38 B (14.6 KiB) File changed.No diff preview for this file type. View original file View changed file
sopds_web_backend/templates/sopds_authors.html +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <table> {% for a in authors %} <tr><td> <b>{{ a.last_name }} {{ a.first_name }}</b> <a href="{% url "web:searchbooks" %}?searchtype=a&searchterms={{a.id}}"><span style="font-size:80%;">{% blocktrans with a_book_count=a.book_count %}Total: {{ a_book_count }} books.{% endblocktrans %}</span></a> <a href="{% url "web:searchbooks" %}?searchtype=a&searchterms={{a.id}}"><b>{{ a.last_name }} {{ a.first_name }}</b></a> <span style="font-size:80%;">{% blocktrans with a_book_count=a.book_count %}Total: {{ a_book_count }} books.{% endblocktrans %}</span> </td></tr> {% endfor %} </table> Loading
sopds_web_backend/templates/sopds_breadcrumbs.html +9 −0 Original line number Diff line number Diff line Loading @@ -5,5 +5,14 @@ {% for b in breadcrumbs %} <li>{{ b }}</li> {% endfor %} {% for b in breadcrumbs_cat %} <li> {% if b.1 > 0 %}<a href="{% url "web:catalog" %}?cat={{b.1}}">{% endif %} {% if b.1 == 0 %}<a href="{% url "web:catalog" %}">{% endif %} {{ b.0 }} {% if b.1 >= 0 %}</a>{% endif %} </li> {% endfor %} </ul> </nav> No newline at end of file
sopds_web_backend/templates/sopds_series.html +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <table> {% for s in series %} <tr><td> <b>{{ s.ser }}</b> <a href="{% url "web:searchbooks" %}?searchtype=s&searchterms={{s.id}}"><span style="font-size:80%;">{% blocktrans with s_book_count=s.book_count %}Total: {{ s_book_count }} books.{% endblocktrans %}</span></a> <a href="{% url "web:searchbooks" %}?searchtype=s&searchterms={{s.id}}"><b>{{ s.ser }}</b></a> <span style="font-size:80%;">{% blocktrans with s_book_count=s.book_count %}Total: {{ s_book_count }} books.{% endblocktrans %}</span> </td></tr> {% endfor %} </table> Loading