doc/it/includes.header.sgml
2005-10-08 17:21:07 +00:00

132 lines
5.6 KiB
Text

<!-- $FreeBSD$ -->
<!-- Images -->
<!ENTITY i.daemon '<img src="&enbase;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
<!ENTITY i.new '<img src="&enbase;/gifs/new.gif" alt="[New!]" width="28" height="11">'>
<!-- Components making up the standard headers and footers. -->
<!-- Override in the prolog <em>before</em> including this -->
<!-- file if necessary. -->
<!ENTITY copyright '<a href="&enbase;/copyright/">Note Legali</a> | &copy; 1995-2005 The FreeBSD Project.
Tutti i diritti riservati.'>
<!ENTITY author '<a href="&base;/index.html">home</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contatti</a> &nbsp; | &nbsp; <a href="&enbase;/copyright/index.html">note legali</a> &nbsp; | &nbsp; &copyright;'>
<!ENTITY home '<a href="&base;/index.html"><img src="&enbase;/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
<!ENTITY stylesheet '&enbase;/layout/css/fixed.css'>
<!ENTITY stylesheetlarge '&enbase;/layout/css/fixed_large.css'>
<!ENTITY nav ''>
<!-- Standard headers and footers -->
<!ENTITY header '<head><title>&title;</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon">
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon">
<link rel="stylesheet" media="screen" href="&stylesheet;" type="text/css" title="Normal Text">
<link rel="alternate stylesheet" media="screen" href="&stylesheetlarge;" type="text/css" title="Large Text">
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
</head>
<body>
<div id="containerwrap">
<div id="container">
<span class="txtoffscreen"><a href="#content" title="Salta la navigazione del sito" accesskey="1">Salta la navigazione del sito</a> (1)</span>
<span class="txtoffscreen"><a href="#contentwrap" title="Salta la navigazione della sezione" accesskey="2">Salta la navigazione della sezione</a> (2)</span>
<div id="headercontainer">
<div id="header">
<h2 class="blockhide">Intestazione e Logo</h2>
<div id="headerlogoleft">
<a href="&base;" title="FreeBSD"><img src="&enbase;/layout/images/logo.png" width="360" height="40" alt="FreeBSD"></a>
</div> <!-- headerlogoleft -->
<div id="headerlogoright">
<h2 class="blockhide">Collegamenti Periferici</h2>
<div id="searchnav">
<ul id="searchnavlist">
<li>
Dimensione Testo: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Normal Text&#39;); return false;" title="Dimensione Testo Normale">Normale</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Large Text&#39;); return false;" title="Dimensione Testo Grande">Grande</a>
</li>
<li>
<a href="&enbase;/donations/" title="Donazioni">Donazioni</a>
</li>
<li class="last-child">
<a href="&base;/mailto.html" title="Contatti">Contatti</a>
</li>
</ul>
</div> <!-- searchnav -->
<div id="search">
<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=&#39;&#39;;" value="Cerca"> <input id="submit" name="submit" type="submit" value="Cerca">
</div>
</form>
</div> <!-- search -->
</div> <!-- headerlogoright -->
</div> <!-- header -->
<h2 class="blockhide">Navigazione del Sito</h2>
<div id="topnav">
<ul id="topnavlist">
<li>
<a href="&base;/" title="Home">Home</a>
</li>
<li>
<a href="&base;/about.html" title="Info">Info</a>
</li>
<li>
<a href="&enbase;/where.html" title="Ottenere FreeBSD">Ottenere FreeBSD</a>
</li>
<li>
<a href="&base;/docs.html" title="Documentazione">Documentazione</a>
</li>
<li>
<a href="&enbase;/community.html" title="Comunit&agrave;">Comunit&agrave;</a>
</li>
<li>
<a href="&enbase;/projects/index.html" title="Sviluppo">Sviluppo</a>
</li>
<li>
<a href="&enbase;/support.html" title="Supporto">Supporto</a>
</li>
</ul>
</div> <!-- topnav -->
</div> <!-- headercontainer -->
<div id="content">
<div id="sidewrap">
&nav;
</div> <!-- sidewrap -->
<div id="contentwrap">
<h1>&title;</h1>'>
<!ENTITY footer '</div> <!-- contentwrap -->
<br class="clearboth">
</div> <!-- content -->
<div id="footer">
&copyright;<br>
&date;
</div> <!-- footer -->
</div> <!-- container -->
</div> <!-- containerwrap -->'>
<!-- macro for webbuild paper -->
<!ENTITY webbuild '
<p>Questo documento descrive come creare e aggiornare le pagine web di FreeBSD
manualmente dal repository CVS.</p>'>
<!ENTITY % includes.header.global SYSTEM "../share/sgml/includes.release.sgml">
%includes.header.global;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->