doc/zh_CN/includes.sgml
Xin LI 702e390ee2 Merge Simplified Chinese translation for the website.
Obtained from:	The FreeBSD Simplified Chinese Project
Thanks goes to:	Gavin MU <gavin.mu at gmail dot com> [1],
		Fukang CHEN <loader at freebsdmall dot com> [2],
		intron <intron at intron dot ac> [3]

[1] The original translation with me.
[2] New layout and structural improvements.
[3] Additional and continued contributions.
2006-07-11 15:27:53 +00:00

148 lines
5.5 KiB
Text

<!-- $FreeBSD: www/zh_CN/includes.sgml,v 1.1.1002.10 2006/05/10 10:20:28 delphij Exp $ -->
<!-- The FreeBSD Simplified Chinese Documentation Project -->
<!-- Original Revision www/en/includes.sgml,v 1.62 2003/10/11 18:51:26 hrs -->
<!ENTITY url.doc.langcode 'zh_CN.GB2312'>
<!--
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 '../&base;'>
<!-- From FreeBSD: www/share/sgml/includes.header.sgml,v 1.12 2006/05/09 07:30:29 kuriyama -->
<!ENTITY copyright '<a href="&base;/copyright/">版权信息</a> | &copy; 1995-2006 The FreeBSD Project.
保留所有权利。'>
<!ENTITY email 'freebsd-questions'>
<!ENTITY author '<a href="&base;/index.html">首页</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">联系</a> &nbsp; | &nbsp; <a href="&base;/copyright/index.html">版权</a> &nbsp; | &nbsp; &copyright;'>
<!ENTITY home '<a href="&base;/index.html"><img src="&enbase;/gifs/home.gif"
alt="FreeBSD 主页" border="0" align="right" width="101" height="33"></a>'>
<!ENTITY stylesheet '&base;/layout/css/fixed.css'>
<!ENTITY stylesheetlarge '&base;/layout/css/fixed_large.css'>
<!ENTITY header '<head><title>&title;</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<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="跳过站点导航栏" accesskey="1">跳过站点导航栏</a> (1)</span>
<span class="txtoffscreen"><a href="#CONTENTWRAP" title="跳过栏目导航栏" accesskey="2">跳过栏目导航栏</a> (2)</span>
<div id="HEADERCONTAINER">
<div id="HEADER">
<h2 class="blockhide">Header And Logo</h2>
<div id="HEADERLOGOLEFT">
<a href="&base;" title="FreeBSD"><img src="&enbase;/layout/images/logo-red.png" width="457" height="75" alt="FreeBSD"></a>
</div> <!-- HEADERLOGOLEFT -->
<div id="HEADERLOGORIGHT">
<h2 class="blockhide">Peripheral Links</h2>
<div id="SEARCHNAV">
<ul id="SEARCHNAVLIST">
<li>
文字尺寸 <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Normal Text&#39;); return false;" title="Normal Text Size">正常</a> / <a href="#" onkeypress="return false;" onclick="setActiveStyleSheet(&#39;Large Text&#39;); return false;" title="Large Text Size">大字</a>
</li>
<li>
<a href="&enbase;/donations/" title="捐赠">捐赠</a>
</li>
<li class="last-child">
<a href="&base;/mailto.html" title="联络">联络</a>
</li>
</ul>
</div> <!-- SEARCHNAV -->
<div id="SEARCH">
<form action="&cgibase;/search.cgi" method="get">
<div>
<h2 class="blockhide"><label for="WORDS">Search</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="搜索"> <input id="SUBMIT" name="submit" type="submit" value="搜索">
</div>
</form>
</div> <!-- SEARCH -->
</div> <!-- HEADERLOGORIGHT -->
</div> <!-- HEADER -->
<h2 class="blockhide">Site Navigation</h2>
<div id="TOPNAV">
<ul id="TOPNAVLIST">
<li>
<a href="&base;/" title="首页">首页</a>
</li>
<li>
<a href="&base;/about.html" title="关于">关于</a>
</li>
<li>
<a href="&base;/where.html" title="获得 FreeBSD">获得 FreeBSD</a>
</li>
<li>
<a href="&base;/docs.html" title="文档">文档</a>
</li>
<li>
<a href="&base;/community.html" title="社区">社区</a>
</li>
<li>
<a href="&enbase;/projects/index.html" title="开发">开发</a>
</li>
<li>
<a href="&base;/support.html" title="支持">支持</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 -->'>
<!-- From FreeBSD: www/share/sgml/includes.release.sgml,v 1.24 2006/05/09 08:07:48 ceri -->
<!ENTITY rel.current.date '2006 年 5 月'>
<!ENTITY rel2.current.date '2005 年 5 月'>
<!-- Language-specific entities should be put above this line -->
<!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:
-->