Fix a few IDs.
This commit is contained in:
parent
bcf896850f
commit
1c1026ba1d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26406
3 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/it/includes.header.sgml,v 1.3 2005/11/17 10:05:06 ale Exp $ -->
|
||||
|
||||
<!-- Images -->
|
||||
<!ENTITY i.daemon '<img src="&enbase;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<form action="&cgibase;/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">Cerca</label></h2>
|
||||
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="WORDS" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Cerca"> <input id="submit" name="submit" type="submit" value="Cerca">
|
||||
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="WORDS" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Cerca"> <input id="SUBMIT" name="submit" type="submit" value="Cerca">
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- SEARCH -->
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/it/includes.xsl,v 1.20 2005/11/17 10:05:06 ale Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
|||
<form action="{$cgibase}/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">Cerca</label></h2>
|
||||
<input type="hidden" name="max" value="25" /> <input type="hidden" name="source" value="www" /><input id="WORDS" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Cerca" /> <input id="submit" name="submit" type="submit" value="Cerca" />
|
||||
<input type="hidden" name="max" value="25" /> <input type="hidden" name="source" value="www" /><input id="WORDS" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Cerca" /> <input id="SUBMIT" name="submit" type="submit" value="Cerca" />
|
||||
</div>
|
||||
</form>
|
||||
</div> <!-- SEARCH -->
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Italian Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSD: www/it/index.xsl,v 1.27 2005/11/17 10:05:06 ale Exp $
|
||||
Original revision: 1.138
|
||||
-->
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="../en/news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.27 2005/11/17 10:05:06 ale Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -181,7 +181,7 @@
|
|||
</div> <!-- FRONTFEATURECONTAINER -->
|
||||
|
||||
<br class="clearboth" />
|
||||
<div id="FRONTNEWSCONTAINER">
|
||||
<div id="FRONTNEMSCONTAINER">
|
||||
<div id="FRONTNEWS">
|
||||
<div id="FRONTNEWSCONTENT" class="txtnewsevent">
|
||||
<h2>ULTIME NOTIZIE</h2>
|
||||
|
@ -293,7 +293,7 @@
|
|||
|
||||
<br class="clearboth" />
|
||||
|
||||
</div> <!-- FRONTNEWSCONTAINER -->
|
||||
</div> <!-- FRONTNEMSCONTAINER -->
|
||||
</div> <!-- FRONTMAIN -->
|
||||
</div> <!-- FRONTCONTAINER -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue