freenet-router |
Subversion Repositories: |
Compare with Previous - Blame - Download
<a href="#" class="btn btn-default {{component.mainStyle}} btn-sm"
style="position:absolute;
width:{{component.size.x}};
height:{{component.size.y}};
top:{{component.position.y}};
left:{{component.position.x}};"
id="{{component.fullName}}"
name="{{component.name}}"
value="{{component.value}}"
{%if component.onClick|length > 0 %}onclick="invokeEvent(this,event);"{% endif %}
>
{% if component.icon is not null %}<span class="glyphicon {{component.icon}}"></span> {% endif %}
{{component.value }} </a>