mirror of http://localhost:9400/cloud/cms
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.
14 lines
500 B
HTML
14 lines
500 B
HTML
|
|
{%if system.portal %}
|
|
|
|
<div class="icon active">
|
|
<div align="center" class="button" onclick="window.open('{{system.parentContext}}/','_self')" style="display:grid; grid-template-columns:auto auto; gap:4px; align-items:center ">
|
|
<i class="fa-solid fa-chevron-left" style="color:darkgray; display:block"></i>
|
|
<img src="{{system.caller.icon}}" style="height:100%"/>
|
|
</div>
|
|
</div>
|
|
{% else %}
|
|
<div class="icon">
|
|
<i class="fa-solid fa-home"></i>
|
|
</div>
|
|
{% endif %} |