mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 05:07:46 +00:00
16 lines
No EOL
364 B
Smarty
16 lines
No EOL
364 B
Smarty
<ul>
|
|
<li>Click on link below to insert it into the document</li>
|
|
|
|
{% autoescape 'html' %}
|
|
{% 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 %}
|
|
{% endautoescape %}
|
|
|
|
|
|
</ul> |