Add Go button to mirrors site selection box
PR: www/87007 Submitted by: Daniel Gerzo <danger@rulez.sk>
This commit is contained in:
parent
3cb4b2fa46
commit
3785c908a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25916
2 changed files with 11 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.129 2005/10/05 21:46:34 delphij Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.130 2005/10/06 19:27:36 ceri Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.129 2005/10/05 21:46:34 delphij Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.130 2005/10/06 19:27:36 ceri Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
|
@ -139,6 +139,7 @@
|
|||
</xsl:call-template>
|
||||
</select>
|
||||
</div> <!-- unnamed -->
|
||||
<input type="submit" value="Go" />
|
||||
</form>
|
||||
</div> <!-- mirror -->
|
||||
|
||||
|
|
|
|||
|
|
@ -142,6 +142,13 @@
|
|||
color: #666;
|
||||
}
|
||||
|
||||
#MIRROR input, #mirror input {
|
||||
font-size: 0.8em;
|
||||
background: transparent;
|
||||
color: #666;
|
||||
border: 1px solid #DADADA;
|
||||
}
|
||||
|
||||
/* Content */
|
||||
|
||||
#CONTENT, #content {
|
||||
|
|
@ -487,4 +494,4 @@
|
|||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue