- Add submit button for mirrors list
This commit is contained in:
parent
4ce0052c6c
commit
bf2f758ad7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25968
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/es/index.xsl,v 1.11 2005/10/10 10:31:28 jesusr Exp $ -->
|
<!-- $FreeBSD: www/es/index.xsl,v 1.12 2005/10/10 10:32:35 jesusr Exp $ -->
|
||||||
<!-- $FreeBSDes: www/es/index.xsl,v 1.4 2004/09/07 21:46:11 jcamou Exp $ -->
|
<!-- $FreeBSDes: www/es/index.xsl,v 1.4 2004/09/07 21:46:11 jcamou Exp $ -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<xsl:variable name="base" select="'.'"/>
|
<xsl:variable name="base" select="'.'"/>
|
||||||
<xsl:variable name="enbase" select="'..'"/>
|
<xsl:variable name="enbase" select="'..'"/>
|
||||||
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.11 2005/10/10 10:31:28 jesusr Exp $'"/>
|
<xsl:variable name="date" select="'$FreeBSD: www/es/index.xsl,v 1.12 2005/10/10 10:32:35 jesusr Exp $'"/>
|
||||||
<xsl:variable name="title" select="'El Proyecto FreeBSD'"/>
|
<xsl:variable name="title" select="'El Proyecto FreeBSD'"/>
|
||||||
|
|
||||||
<!-- these params should be externally bound. The values
|
<!-- these params should be externally bound. The values
|
||||||
|
@ -152,6 +152,7 @@
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</select>
|
</select>
|
||||||
</div> <!-- unnamed -->
|
</div> <!-- unnamed -->
|
||||||
|
<input type="submit" value="Ir" />
|
||||||
</form>
|
</form>
|
||||||
</div> <!-- mirror -->
|
</div> <!-- mirror -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue