blob: 3bcb9cbeb043d348fd9e41a22e39ec324c2950b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0"?>
<view name="search" root="gentoo" contenttype="text/xml-xslt" style="xslt/search.xslt" xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:project2="http://project2.randomdan.homeip.net">
<xi:include href="../views/search.xml" />
<xi:include href="../views/webcommon.xml" />
<project2:if name="haveCriteria">
<project2:regextest name="criteriaLength" regex=".+">
<apply-to source="param" name="criteria" default="" />
</project2:regextest>
<project2:view name="searchResults" source="packageSearch" rootname="searchResults" recordname="package" filter="freeText">
<parameters>
<criteria source="param" name="criteria" default="" />
</parameters>
</project2:view>
<project2:view name="bugSearchResults" source="bugSearch" rootname="bugSearchResults" recordname="bug" filter="freeText">
<parameters>
<criteria source="param" name="criteria" default="" />
</parameters>
</project2:view>
</project2:if>
</view>
|