$cgibase already contains cgi/ path.
Spotted by: ceri
This commit is contained in:
parent
5f493987be
commit
e34fb082ae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25932
4 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/it/includes.navdocs.sgml,v 1.2 2005/10/07 09:21:18 ale Exp $ -->
|
||||
|
||||
<!ENTITY nav '<div id="sidenav">
|
||||
<h2 class="blockhide">Sezione di Navigazione</h2>
|
||||
|
@ -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="&cgibase;/cgi/man.cgi">Man Online</a></li>
|
||||
<li><a href="&cgibase;/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$ -->
|
||||
<!-- $FreeBSD: www/it/includes.sgml,v 1.14 2005/10/07 09:21:18 ale Exp $ -->
|
||||
|
||||
<!ENTITY url.doc.langcode 'it_IT.ISO8859-15'>
|
||||
|
||||
|
@ -74,7 +74,7 @@
|
|||
</ul>
|
||||
</div> <!-- searchnav -->
|
||||
<div id="search">
|
||||
<form action="&cgibase;/cgi/search.cgi" method="get">
|
||||
<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">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/it/includes.xsl,v 1.14 2005/10/07 09:21:18 ale Exp $ -->
|
||||
|
||||
<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="{$cgibase}/cgi/search.cgi" method="get">
|
||||
<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" />
|
||||
|
@ -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="{$cgibase}/cgi/man.cgi">Man Online</a></li>
|
||||
<li><a href="{$cgibase}/man.cgi">Man Online</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{$base}/docs/books.html">Libri e Articoli Tradotti Online</a></li>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Italian Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSD: www/it/index.xsl,v 1.18 2005/10/07 09:21:18 ale Exp $
|
||||
Original revision: 1.133
|
||||
-->
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="../en/news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.16 2005/08/29 15:04:36 ale Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/it/index.xsl,v 1.18 2005/10/07 09:21:18 ale Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -124,7 +124,7 @@
|
|||
</div> <!-- languagenav -->
|
||||
|
||||
<div id="mirror">
|
||||
<form action="{$cgibase}/cgi/mirror.cgi" method="get">
|
||||
<form action="{$cgibase}/mirror.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="mirrorsel">Mirror</label></h2>
|
||||
<select id="mirrorsel" name="goto">
|
||||
|
|
Loading…
Reference in a new issue