Improve output look.

This commit is contained in:
2013-10-14 01:05:56 +01:00
parent b9a778b952
commit 4089ebf665
2 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
<p><h1 class="muted">{{ type }}</h1></p>
<p>
{% for type, id, entname, standing in standings[type] %}
<img src="{% if type == 'corp' %}http://image.eveonline.com/Corporation/{{ id }}_64.png{% endif %}{% if type == 'alli' %}http://image.eveonline.com/Alliance/{{ id }}_64.png{% endif %}{% if type == 'char' %}http://image.eveonline.com/Character/{{ id }}_64.jpg{% endif %}" title="{{ entname }} ({{ standing }})"></li>
<img src="{% if type == 'Corporation' %}http://image.eveonline.com/Corporation/{{ id }}_64.png{% endif %}{% if type == 'Alliance' %}http://image.eveonline.com/Alliance/{{ id }}_64.png{% endif %}{% if type == 'Character' %}http://image.eveonline.com/Character/{{ id }}_64.jpg{% endif %}" title="{{ entname }} ({{ standing }})"></li>
{% endfor %}
</p>
</div>