arcanis.me/_includes/prj_scr.html
arcan1s af702d8511 updated papers
Refactoring of an English part is done
2014-07-30 00:59:09 +04:00

12 lines
464 B
HTML

<figure class="sign" style="float:none;">
{% if page.category == "ru" %}
<a href="/resources/screenshots/{{ scrname }}.png" title="Полный размер" type="image/png">
{% else %}
<a href="/resources/screenshots/{{ scrname }}.png" title="Full size" type="image/png">
{% endif %}
<img src="/resources/preview/{{ scrname }}_prev.jpg" alt="{{ scrname }}">
</a><br>
<figcaption style="float:left">{{ scrdesc }}</figcaption>
</figure>
<br>