diff options
author | randomdan <randomdan@localhost> | 2012-02-17 19:44:04 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2012-02-17 19:44:04 +0000 |
commit | 6b1df2c123b1c49a4b53f382eca16960daa1ef54 (patch) | |
tree | 8d2782be61dbc21e1103042339c26a0320acc6e4 /gentoobrowse/xslt/base.xslt | |
parent | Add support for aggregates in row views (diff) | |
download | gentoobrowse-6b1df2c123b1c49a4b53f382eca16960daa1ef54.tar.bz2 gentoobrowse-6b1df2c123b1c49a4b53f382eca16960daa1ef54.tar.xz gentoobrowse-6b1df2c123b1c49a4b53f382eca16960daa1ef54.zip |
Finer control over output to presenters, addresses issues with JSON output and makes some other bits more sensible
Tweaks to XSLT as some things have moved
Diffstat (limited to 'gentoobrowse/xslt/base.xslt')
-rw-r--r-- | gentoobrowse/xslt/base.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/xslt/base.xslt b/gentoobrowse/xslt/base.xslt index 87bffca..e1c721f 100644 --- a/gentoobrowse/xslt/base.xslt +++ b/gentoobrowse/xslt/base.xslt @@ -39,7 +39,7 @@ <form id="search" class="popup" action="/search" method="get"> <h1>Site search</h1> <input type="search" name="criteria" placeholder="Search criteria" required="required" autofocus="autofocus"> - <xsl:attribute name="value"><xsl:value-of select="/gentoo/project2:params/param[@name='criteria']/@value" /></xsl:attribute> + <xsl:attribute name="value"><xsl:value-of select="/gentoo/project2:params/criteria" /></xsl:attribute> </input> <input type="submit" value="Search" class="submit" /> <input type="submit" value="Cancel" class="submit" onclick="return hideForm('#search');" /> |