2010-06-21 16:35:00 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-06-21 16:07:20 +00:00
|
|
|
|
|
|
|
<#-- Template for autocomplete results. -->
|
|
|
|
|
|
|
|
<#--
|
2010-08-30 22:06:17 +00:00
|
|
|
<#import "lib-json.ftl" as json>
|
2010-06-21 16:07:20 +00:00
|
|
|
<@json.array results />
|
|
|
|
-->
|
|
|
|
|
|
|
|
[
|
|
|
|
<#if results??>
|
|
|
|
<#list results as result>
|
|
|
|
{ "label": "${result.label}", "uri": "${result.uri}" }<#if result_has_next>,</#if>
|
|
|
|
</#list>
|
|
|
|
</#if>
|
2010-06-28 14:37:05 +00:00
|
|
|
]
|