-<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
-<!--
 The CForms Template for editing Query Beans 
-->
-<!--
 $Id: advanced-template.xml 30942 2004-07-29 20:16:54Z vgritsenko $ 
-->
-<page xmlns:ft="http://apache.org/cocoon/forms/1.0#template" xmlns:fi="http://apache.org/cocoon/forms/1.0#instance" xmlns:i18n="http://apache.org/cocoon/i18n/2.1">
<h4 class="samplesGroup">Query Bean - Search Form</h4>
-<title>
<i18n:text i18n:catalogue="local">search.page.title</i18n:text>
:
<i18n:text i18n:catalogue="local">advanced.page.title</i18n:text>
</title>
-<content>
-<p>
<i18n:text i18n:catalogue="local">advanced.page.note</i18n:text>
</p>
-<ft:form-template action="" method="POST">
<ft:continuation-id/>
-<p class="woody-message">
<ft:widget id="messages"/>
</p>
-<fi:group>
<fi:styling type="fieldset" layout="columns"/>
-<fi:label>
<i18n:text i18n:catalogue="local">advanced.query.label</i18n:text>
</fi:label>
<fi:hint>query editor layout</fi:hint>
-<fi:items>
<ft:widget id="name"/>
<ft:widget id="bool"/>
<ft:widget id="addcriterion"/>
-<ft:repeater-widget id="criteria">
-<fi:group>
<fi:styling type="fieldset" layout="rows"/>
-<fi:label>
<i18n:text i18n:catalogue="local">advanced.criterion.label</i18n:text>
</fi:label>
-<fi:items>
<ft:widget id="field"/>
<ft:widget id="match"/>
<ft:widget id="term"/>
<ft:widget id="delete"/>
</fi:items>
</fi:group>
</ft:repeater-widget>
<ft:widget id="size"/>
<ft:widget id="page"/>
</fi:items>
</fi:group>
<i18n:text i18n:catalogue="local">required.note</i18n:text>
<ft:widget id="cancel"/>
<ft:widget id="_submit"/>
</ft:form-template>
</content>
</page>