You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
680 B
HTML
29 lines
680 B
HTML
<!--
|
|
|
|
This is the footer
|
|
-->
|
|
|
|
<!--
|
|
<div>version {{system.version}}</div>
|
|
{%for _item in layout.footer %}
|
|
{% if _item.uri %}
|
|
<div align="center"><span class="active" style="padding-left:20px; padding-right:20px" onclick="jx.modal.show('{{_item.uri}}')">{{_item.text}}</span></div>
|
|
{%else%}
|
|
<div>{{_item.text}}</div>
|
|
{%endif %}
|
|
|
|
{%endfor%}
|
|
-->
|
|
<div>
|
|
<img src="{{system.icon}}" alt="Qcms">
|
|
<p>{{layout.header.subtitle}}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<nav><ul id="menu">{%include "menu.html" %}</ul></nav>
|
|
</div>
|
|
|
|
<div>
|
|
<p>© {{layout.header.title}}</p>
|
|
<p>{{_item.text}} | Version {{system.version}}</p>
|
|
</div> |