added advancedsearch
git-svn-id: http://yolanda.mister-muffin.de/svn@223 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
85193bf24e
commit
82c0a8e834
1 changed files with 39 additions and 0 deletions
39
trunk/xsl/xhtml/advancedsearch.xsl
Normal file
39
trunk/xsl/xhtml/advancedsearch.xsl
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xsl:stylesheet version="1.0"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://web.resource.org/cc/"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
>
|
||||
|
||||
<xsl:template name="advancedsearch">
|
||||
<br />
|
||||
query:
|
||||
<br />
|
||||
tags:
|
||||
<br />
|
||||
orderby:
|
||||
<br />
|
||||
sort:
|
||||
<br />
|
||||
title:
|
||||
<br />
|
||||
description:
|
||||
<br />
|
||||
creator:
|
||||
<br />
|
||||
language:
|
||||
<br />
|
||||
coverage:
|
||||
<br />
|
||||
rights:
|
||||
<br />
|
||||
license:
|
||||
<br />
|
||||
filesize:
|
||||
<br />
|
||||
duration:
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
Loading…
Reference in a new issue