started to implement html select menu for newsletter signup form
svn path=/branches/design/; revision=17351
This commit is contained in:
parent
cea7a3ae14
commit
656b01c2e0
6
fsfe.xsl
6
fsfe.xsl
@ -299,6 +299,12 @@
|
||||
<xsl:attribute name="action">http://search.fsfe.org/yacysearch.html</xsl:attribute>
|
||||
|
||||
<xsl:element name="p">
|
||||
|
||||
<xsl:element name="select">
|
||||
<xsl:attribute name="name">lang</xsl:attribute>
|
||||
<option><xsl:value-of select="/buildinfo/textset/text[@id='language']" /></option>
|
||||
</xsl:element>
|
||||
|
||||
<xsl:element name="input">
|
||||
<xsl:attribute name="type">text</xsl:attribute>
|
||||
<xsl:attribute name="name">query</xsl:attribute>
|
||||
|
@ -45,6 +45,8 @@
|
||||
<text id="search">Search</text>
|
||||
|
||||
<text id="receive-newsletter">Receive Newsletter</text>
|
||||
|
||||
<text id="search">Language</text>
|
||||
|
||||
<!-- Article metadata -->
|
||||
<text id="author">Author</text>
|
||||
|
Loading…
Reference in New Issue
Block a user