mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-07 06:57:45 +00:00
14 lines
317 B
Smarty
14 lines
317 B
Smarty
![]() |
<ul>
|
||
|
<li>Clique no link abaixo para inseri-lo no documento</li>
|
||
|
|
||
|
{% for kvp in querySearch %}
|
||
|
{% set key = kvp.getKey() %}
|
||
|
{% set value = kvp.getValue() %}
|
||
|
|
||
|
<li><a href="#" class="linktool-result" type="{{ type }}"
|
||
|
value="{{ value }}" title="{{ key }}">{{ key }}</a></li>
|
||
|
|
||
|
{% endfor %}
|
||
|
|
||
|
|
||
|
</ul>
|