doc/es/includes.sgml
Jesus R. Camou 48fe7771d0 New logo layout, Spanish web.
Approved by:	jesusr (mentor)
2006-06-05 21:15:48 +00:00

185 lines
7 KiB
Text

<!-- $FreeBSD: www/es/includes.sgml,v 1.21 2005/10/07 17:23:12 jesusr Exp $ -->
<!--
Base is the absolute URL for the given page, minus the actual page
part. It should either be specified as a fully qualified URL, or
relative to the server root. It should be defined in the prolog
<em>before</em> including this file if the page does not live at the
default location below.
When making a link, use <a href="&base/mypage.html">foo</a> and
&base will be expanded appropriately. Base is also used in the
definition of standard boilerplate entities in this file, so be sure
base is correct!
-->
<!ENTITY base CDATA ".">
<!ENTITY enbase CDATA "..">
<!-- Images -->
<!ENTITY i.daemon '<img src="/gifs/daemon.gif" alt="" align=left width="80" height="76">'>
<!ENTITY i.new '<img src="/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 'Copyright &copy; 1995-2001 The FreeBSD Project.
All rights reserved.'>
<!ENTITY email 'freebsd-questions'>
<!ENTITY author '<a href="&base;/mailto.html">&email@FreeBSD.ORG</a><br>
&copyright;'>
<!ENTITY date ''>
<!ENTITY home '<a href="&base;/index.html"><img src="&base;/gifs/home.gif"
alt="FreeBSD Home Page" border="0" align="right" width="101" height="33"></a>'>
<!ENTITY stylesheet '&enbase;/&base;/layout/css/fixed.css'>
<!ENTITY stylesheetlarge '&enbase;/&base;/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;/&base;/favicon.ico" type="image/x-icon">
<link rel="icon" href="&enbase;/&base;/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;/&base;/layout/js/styleswitcher.js"></script>
</head>
<body>
<div id="containerwrap">
<div id="container">
<span class="txtoffscreen"><a href="#content" title="Skip site navigation" accesskey="1">Skip site navigation</a> (1)</span>
<span class="txtoffscreen"><a href="#contentwrap" title="Skip section navigation" accesskey="2">Skip section navigation</a> (2)</span>
<div id="headercontainer">
<div id="header">
<h2 class="blockhide">Cabecera y Logo</h2>
<div id="headerlogoleft">
<a href="&base;" title="FreeBSD"><img src="&enbase;/&base;/layout/images/logo-red.png" width="457" height="75" alt="FreeBSD"></a>
</div> <!-- headerlogoleft -->
<div id="headerlogoright">
<h2 class="blockhide">Enlaces Perifericos</h2>
<div id="searchnav">
<ul id="searchnavlist">
<li>
Text Size: <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Normal Text&#39;); return false;" title="Normal Text Size">Normal</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Large Text&#39;); return false;" title="Large Text Size">Large</a>
</li>
<li>
<a href="&enbase;/donations/" title="Donaciones">Donaciones</a>
</li>
<li class="last-child">
<a href="&base;/mailto.html" title="Contactar">Contactar</a>
</li>
</ul>
</div> <!-- searchnav -->
<div id="search">
<form action="&enbase;/cgi/search.cgi" method="get">
<div>
<h2 class="blockhide"><label for="words">Buscar</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="Buscar"> <input id="submit" name="submit" type="submit" value="Buscar">
</div>
</form>
</div> <!-- search -->
</div> <!-- headerlogoright -->
</div> <!-- header -->
<h2 class="blockhide">Navegacion</h2>
<div id="topnav">
<ul id="topnavlist">
<li>
<a href="&base;/" title="Inicio">Inicio</a>
</li>
<li>
<a href="&base;/about.html" title="About">About</a>
</li>
<li>
<a href="&base;/where.html" title="Obtener FreeBSD">Obtener FreeBSD</a>
</li>
<li>
<a href="&base;/docs.html" title="Documentaci&oacute;n">Documentaci&oacute;n</a>
</li>
<li>
<a href="&enbase;/community.html" title="Community">Community</a>
</li>
<li>
<a href="&base;/projects/index.html" title="Desarrollo">Desarrollo</a>
</li>
<li>
<a href="&base;/support.html" title="Soporte">Soporte</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 -->'>
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
<!-- The currently released version of FreeBSD. This value is used to
create some links on web sites and such, so do NOT change it until
it's really release time. When you update this, you should also
update (at least) the following:
- similar entity in the Handbook
- similar entity in the Relnotes
- releases/index.sgml has the date of the current release
- the FAQ has links to the release FTP url
- "versions supported" in security.sgml
(If you're the release engineer, feel free to update this list with
other doc-related things you had to do. It'll save you time and
trouble the next time around :-).)
-->
<!ENTITY rel.current '4.9'>
<!-- URLs to information on the latest release -->
<!ENTITY u.rel.notes '&base;/../releases/&rel.current;R/relnotes.html'>
<!ENTITY u.rel.announce '&base;/../releases/&rel.current;R/announce.html'>
<!ENTITY u.rel.errata '&base;/../releases/&rel.current;R/errata.html'>
<!ENTITY u.rel.hardware '&base;/../releases/&rel.current;R/hardware.html'>
<!-- macro for webbuild paper -->
<!ENTITY webbuild '
<p>This document describe how to build and update
the FreeBSD Web pages from the CVS repository by hand.</p>'>
<!-- avoid replacing &nbsp; etc. with hardcoded Latin1 values -->
<!ENTITY nbsp SDATA "[nbsp ]">
<!ENTITY copy SDATA "[copy ]">
<!ENTITY reg SDATA "[reg ]">
<!ENTITY deg SDATA "[deg ]">
<!ENTITY middot SDATA "[middot ]">
<!ENTITY raquo SDATA "[raquo ]">
<!ENTITY laquo SDATA "[laquo ]">
<!ENTITY % includes.global SYSTEM "../share/sgml/includes.sgml">
%includes.global;
<!--
Local Variables:
mode: sgml
sgml-indent-data: t
sgml-omittag: nil
sgml-always-quote-attributes: t
End:
-->