delint
parent
f92f469e48
commit
11445f8a30
|
@ -100,9 +100,9 @@
|
||||||
<div>
|
<div>
|
||||||
<div class="pubinfo">
|
<div class="pubinfo">
|
||||||
<h3 class="book-author">
|
<h3 class="book-author">
|
||||||
<span itemprop="author"><a href="{% url 'search' %}?q={{ work.relators.0.author.name|urlencode }}&ty=au" />{{ work.relators.0.name }}</a></span>{% if work.authors.count == 2 %}
|
<span itemprop="author"><a href="{% url 'search' %}?q={{ work.relators.0.author.name|urlencode }}&ty=au" >{{ work.relators.0.name }}</a></span>{% if work.authors.count == 2 %}
|
||||||
and <span itemprop="author"><a href="{% url 'search' %}?q={{ work.relators.1.author.name|urlencode }}&ty=au" />{{ work.relators.1.name }}</a></span>
|
and <span itemprop="author"><a href="{% url 'search' %}?q={{ work.relators.1.author.name|urlencode }}&ty=au" >{{ work.relators.1.name }}</a></span>
|
||||||
{% endif %}{% if work.relators.count > 2 %}{% for author in work.relators %}{% if not forloop.first %}, <span itemprop="author"><a href="{% url 'search' %}?q={{ author.author.name|urlencode }}&ty=au" />{{ author.name }}</a></span>{% endif %}{% endfor %}
|
{% endif %}{% if work.relators.count > 2 %}{% for author in work.relators %}{% if not forloop.first %}, <span itemprop="author"><a href="{% url 'search' %}?q={{ author.author.name|urlencode }}&ty=au" >{{ author.name }}</a></span>{% endif %}{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h3>
|
</h3>
|
||||||
<h3 class="book-year">
|
<h3 class="book-year">
|
||||||
|
@ -303,7 +303,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if work.doab %}
|
{% if work.doab %}
|
||||||
<p>
|
<p>
|
||||||
This book is included in <a href="http://www.doabooks.org/doab?func=search&query=rid%3A{{ work.doab }}">DOAB</a>.
|
This book is included in <a href="http://www.doabooks.org/doab?func=search&query=rid%3A{{ work.doab }}">DOAB</a>.
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if work.gtbg %}
|
{% if work.gtbg %}
|
||||||
|
@ -340,7 +340,7 @@
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="show_supporter_contact_form" >
|
<div class="show_supporter_contact_form" >
|
||||||
<img src="/static/images/icons/email.png" title="contact supporter" />
|
<img src="/static/images/icons/email.png" alt="email" title="contact supporter" />
|
||||||
</div>
|
</div>
|
||||||
<div class="info_for_managers">
|
<div class="info_for_managers">
|
||||||
{{ supporter }}<br />
|
{{ supporter }}<br />
|
||||||
|
|
Loading…
Reference in New Issue