2011-09-18 08:00:05 -05:00
|
|
|
<tal:main define="tool context/getParentNode">
|
|
|
|
<html metal:use-macro="context/skyn/template/macros/main">
|
|
|
|
<metal:fill fill-slot="content"
|
|
|
|
tal:define="contentType request/type_name;
|
|
|
|
searchName request/search|python:''">
|
2009-10-18 07:52:27 -05:00
|
|
|
|
2010-08-05 11:23:17 -05:00
|
|
|
<div metal:use-macro="here/skyn/page/macros/prologue"/>
|
2009-11-03 08:02:18 -06:00
|
|
|
<tal:comment replace="nothing">Query result</tal:comment>
|
|
|
|
<div id="queryResult"></div>
|
|
|
|
|
2011-10-01 15:40:13 -05:00
|
|
|
<script type="text/javascript"
|
2010-10-14 07:43:56 -05:00
|
|
|
tal:define="ajaxUrl python: tool.getQueryUrl(contentType, searchName)"
|
|
|
|
tal:content="python: 'askQueryResult(\'queryResult\', \'%s\',\'%s\',\'%s\',0)' % (tool.absolute_url(), contentType, searchName)">
|
2009-11-03 08:02:18 -06:00
|
|
|
</script>
|
2011-09-18 08:00:05 -05:00
|
|
|
</metal:fill>
|
2009-10-18 07:52:27 -05:00
|
|
|
</html>
|
2011-09-18 08:00:05 -05:00
|
|
|
</tal:main>
|