- Add "site map" to the footer.
- Bump copyright year to include 2007, 2008 and 2009. - Put a link to the Foundation on the top navbar. - Translate title attributes of <a href="...">. Submitted by: Ryusuke Suzuki <ryusuke _at_ jp dot FreeBSD dot org>
This commit is contained in:
parent
032830b983
commit
6162fe32e6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34505
1 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='euc-jp'?>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/ja/share/sgml/header.l10n.ent,v 1.1 2006/08/19 21:24:50 hrs Exp $ -->
|
||||
|
||||
<!-- FreeBSD HTML Header L10N Entities -->
|
||||
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header L10N Entities//EN" -->
|
||||
|
@ -7,7 +7,8 @@
|
|||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: -->
|
||||
|
||||
<!ENTITY copyright '<a href="&base;/copyright/">知的財産権について</a> | © 1995-2006 The FreeBSD Project. All rights reserved.'>
|
||||
<!ENTITY copyright '<a href="&base;/search/index-site.html">サイトマップ</a> |
|
||||
<a href="&base;/copyright/">知的財産権について</a> | © 1995-2009 The FreeBSD Project. All rights reserved.'>
|
||||
<!ENTITY author '<a href="&base;/index.html">ホーム</a> | <a href="&base;/mailto.html">連絡先</a> | <a href="&base;/copyright/index.html">知的財産権について</a> | ©right;'>
|
||||
|
||||
<!ENTITY header2.word.search '検索'>
|
||||
|
@ -24,13 +25,14 @@
|
|||
|
||||
<div id="TOPNAV">
|
||||
<ul id="TOPNAVLIST">
|
||||
<li><a href="&base;/" title="Home">ホーム</a></li>
|
||||
<li><a href="&base;/about.html" title="About">FreeBSD とは</a></li>
|
||||
<li><a href="&base;/where.html" title="Get FreeBSD">FreeBSD の入手</a></li>
|
||||
<li><a href="&base;/" title="ホーム">ホーム</a></li>
|
||||
<li><a href="&base;/about.html" title="FreeBSD とは">FreeBSD とは</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="Community">コミュニティ</a></li>
|
||||
<li><a href="&base;/community.html" title="コミュニティ">コミュニティ</a></li>
|
||||
<li><a href="&base;/projects/index.html" title="開発">開発</a></li>
|
||||
<li><a href="&base;/support.html" title="サポート">サポート</a></li>
|
||||
<li><a href="http://www.freebsdfoundation.org/" title="FreeBSD 財団">FreeBSD 財団</a></li>
|
||||
</ul>
|
||||
</div> <!-- TOPNAV -->
|
||||
'>
|
||||
|
|
Loading…
Reference in a new issue