appypod-rattail/gen/ui/query.pt

11 lines
393 B
Plaintext
Raw Normal View History

<tal:main define="tool python: context.config">
2011-11-25 11:01:20 -06:00
<html metal:use-macro="context/ui/template/macros/main">
2011-09-18 08:00:05 -05:00
<metal:fill fill-slot="content"
2011-11-25 11:01:20 -06:00
tal:define="className request/className;
2011-09-18 08:00:05 -05:00
searchName request/search|python:''">
2011-11-25 11:01:20 -06:00
<div metal:use-macro="context/ui/page/macros/prologue"/>
<metal:result use-macro="tool/ui/result/macros/queryResult"/>
2011-09-18 08:00:05 -05:00
</metal:fill>
</html>
2011-09-18 08:00:05 -05:00
</tal:main>