add proper indent

This commit is contained in:
koksnuss 2020-05-31 21:38:31 +02:00
parent 361c770f21
commit f94cd362e1
4 changed files with 137 additions and 141 deletions

View File

@ -1,9 +1,7 @@
<td class="coin {{ td_class }}" value="{{ value }}" title="{{ name }}">
<td class="coin {{ td_class }}" value="{{ value }}" title="{{ name }}">
<div class="coin">
<span>{{ marker }}</span>
<div class="{{ div_class }}" type="overlay"></div>
</div>
{% if name %}
<div class="special_name {{ special_name }} {{ special_class }}">{{ name }}</div>
{% endif %}
</td>
</div>{% if name %}
<div class="special_name {{ special_name }} {{ special_class }}">{{ name }}</div>{% endif %}
</td>

View File

@ -1,4 +1,4 @@
<style type="text/css">{% for user in users %}
<style type="text/css">{% for user in users %}
div.{{ user.name }} { background-color: {{ user.color }} !important; }{% endfor %}
</style>

View File

@ -1,16 +1,16 @@
{% if single_country %}
{% include 'header.html' with title=country.name %}
{% include 'coinc/controlbar.html' with users=users %}
{% endif %}
{% if single_country %}{% include 'header.html' with title=country.name %}
{% include 'coinc/controlbar.html' with users=users %}{% endif %}
<div class="container-fluid">
<table name="{{ country.name_iso }}">
<thead>
<tr>
<th colspan="12" title="Zurück zur Länderübersicht">
<img src="/static/coinc/images/{{ country.name_iso }}.png" />
<div class="float-left">
<img src="/static/coinc/images/{{ country.name_iso }}.png">
{{ country.name }}{% if country.comment %}
<small> - {{ country.comment }}</small>{% endif %}
<div class="total_coins">{{ total_coins }}</div>
</div>
<div class="float-right">{{ total_coins }}</div>
</th>
</tr>
<tr>
@ -35,6 +35,4 @@
{% for year in country.years %}{% show_year country year %}{% endfor %} </tbody>
</table>
</div>
{% if single_country %}
{% include "footer.html" with title="Münzsammlung" %}
{% endif %}
{% if single_country %}{% include "footer.html" with title="Münzsammlung" %}{% endif %}