11 lines
393 B
XML
11 lines
393 B
XML
<tal:main define="tool python: context.config">
|
|
<html metal:use-macro="context/ui/template/macros/main">
|
|
<metal:fill fill-slot="content"
|
|
tal:define="className request/className;
|
|
searchName request/search|python:''">
|
|
<div metal:use-macro="context/ui/page/macros/prologue"/>
|
|
<metal:result use-macro="tool/ui/result/macros/queryResult"/>
|
|
</metal:fill>
|
|
</html>
|
|
</tal:main>
|