Sync with en:
- add handbook link on home page - use $cgienbase
This commit is contained in:
parent
7d0187e3fc
commit
5f493987be
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25931
4 changed files with 15 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
<li><a href="&enbase;/doc/&url.doc.langcode;/books/handbook/index.html">Manuale</a></li>
|
||||
<li><a href="&enbase;/docs/man.html">Pagine man</a>
|
||||
<ul>
|
||||
<li><a href="&enbase;/cgi/man.cgi">Man Online</a></li>
|
||||
<li><a href="&cgibase;/cgi/man.cgi">Man Online</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="&base;/docs/books.html">Libri e Articoli Tradotti Online</a></li>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/it/includes.sgml,v 1.12 2005/08/29 15:04:36 ale Exp $ -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY url.doc.langcode 'it_IT.ISO8859-15'>
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
|||
-->
|
||||
|
||||
<!ENTITY base CDATA ".">
|
||||
<!ENTITY cgibase CDATA "http://www.FreeBSD.org/cgi">
|
||||
<!ENTITY enbase CDATA "..">
|
||||
|
||||
<!-- Images -->
|
||||
|
@ -73,7 +74,7 @@
|
|||
</ul>
|
||||
</div> <!-- searchnav -->
|
||||
<div id="search">
|
||||
<form action="&enbase;/cgi/search.cgi" method="get">
|
||||
<form action="&cgibase;/cgi/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">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/it/includes.xsl,v 1.12 2005/08/29 15:04:36 ale Exp $ -->
|
||||
<!-- $FreeBSD$ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
|||
</ul>
|
||||
</div> <!-- searchnav -->
|
||||
<div id="search">
|
||||
<form action="{$enbase}/cgi/search.cgi" method="get">
|
||||
<form action="{$cgibase}/cgi/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" />
|
||||
|
@ -170,7 +170,7 @@
|
|||
<li><a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/index.html">Manuale</a></li>
|
||||
<li><a href="{$enbase}/docs/man.html">Pagine man</a>
|
||||
<ul>
|
||||
<li><a href="{$enbase}/cgi/man.cgi">Man Online</a></li>
|
||||
<li><a href="{$cgibase}/cgi/man.cgi">Man Online</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/docs/books.html">Libri e Articoli Tradotti Online</a></li>
|
||||
|
|
15
it/index.xsl
15
it/index.xsl
|
@ -1,8 +1,8 @@
|
|||
<!--
|
||||
The FreeBSD Italian Documentation Project
|
||||
|
||||
$FreeBSD: www/it/index.xsl,v 1.16 2005/08/29 15:04:36 ale Exp $
|
||||
Original revision: 1.127
|
||||
$FreeBSD$
|
||||
Original revision: 1.133
|
||||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
@ -21,7 +21,7 @@
|
|||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
<meta name="description" content="The FreeBSD Project"/>
|
||||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Gallery,
|
||||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Ports,
|
||||
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
|
||||
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
|
@ -124,7 +124,7 @@
|
|||
</div> <!-- languagenav -->
|
||||
|
||||
<div id="mirror">
|
||||
<form action="{$enbase}/cgi/mirror.cgi" method="get">
|
||||
<form action="{$cgibase}/cgi/mirror.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="mirrorsel">Mirror</label></h2>
|
||||
<select id="mirrorsel" name="goto">
|
||||
|
@ -133,6 +133,7 @@
|
|||
</xsl:call-template>
|
||||
</select>
|
||||
</div> <!-- unnamed -->
|
||||
<input type="submit" value="Vai" />
|
||||
</form>
|
||||
</div> <!-- mirror -->
|
||||
|
||||
|
@ -143,15 +144,15 @@
|
|||
<li>
|
||||
<a href="{$enbase}/community/mailinglists.html" title="Mailing Lists">Mailing Lists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/platforms/" title="Piattaforme">Piattaforme</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/send-pr.html" title="Report di Bug">Report di Bug</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/doc/en_US.ISO8859-1/books/faq/index.html" title="FAQ">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/doc/it_IT.ISO8859-15/books/handbook/index.html" title="Manuale">Manuale</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.freebsdfoundation.org/" title="Fondazione">Fondazione</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue