File:  [Repository] / kupuMPIWG / plone / kupu_plone_layer / kupusearch.xml.pt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 30 17:10:22 2005 UTC (18 years, 9 months ago) by dwinter
Branches: first, MAIN
CVS tags: alpha, HEAD


<tal:block define="charset here/portal_properties/site_properties/default_charset|here/portal_properties/default_charset|string:utf-8;
        content_type python:request.RESPONSE.setHeader('Content-Type', 'text/xml;;charset=%s' % charset);"
 replace='structure string:&lt;?xml version="1.0" encoding="${charset}" ?&gt;'>
<?xml version="1.0"?>
</tal:block>
<library
    xmlns:tal="http://xml.zope.org/namespaces/tal"
    xmlns:metal="http://xml.zope.org/namespaces/metal"
    xmlns:i18n="http://xml.zope.org/namespaces/i18n"
    i18n_domain="plone"
    >
  <uri tal:content="template/absolute_url">URI</uri>
  <icon tal:content="string:${here/portal_url}/kupuimages/kupusearch_icon.gif">icon</icon>
  <title i18n_translate="heading_search_results"
        tal:content="string:Search '${request/SearchableText}'">Search Results</title>
  <description>Search results.</description>

  <items metal:use-macro="here/kupucollection.xml/macros/collectionItems">
    <metal:slot fill-slot="defineItems">
       <tal:var define="global items context/kupuSearch;
           global resource_type request/resource_type | string:mediaobject;"/>
    </metal:slot>
    <metal:slot fill-slot="parentCollection" />
  </items>
</library>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>