- Merge changes from www/en/index.xsl rev.1.135.
- Use $cgibase.
This commit is contained in:
parent
ea374c2713
commit
69ab3bbf85
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25943
3 changed files with 21 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<!-- $FreeBSD: www/ja/includes.sgml,v 1.58 2005/10/04 16:21:45 hrs Exp $ -->
|
<!-- $FreeBSD: www/ja/includes.sgml,v 1.59 2005/10/04 17:15:06 hrs Exp $ -->
|
||||||
<!-- The FreeBSD Japanese Documentation Project -->
|
<!-- The FreeBSD Japanese Documentation Project -->
|
||||||
<!-- Original revision: 1.62 -->
|
<!-- Original revision: 1.62 -->
|
||||||
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- searchnav -->
|
</div> <!-- searchnav -->
|
||||||
<div id="search">
|
<div id="search">
|
||||||
<form action="&enbase;/cgi/search.cgi" method="get">
|
<form action="&cgibase;/search.cgi" method="get">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="blockhide"><label for="words">Search</label></h2>
|
<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='';" value="Search"> <input id="submit" name="submit" type="submit" value="Search">
|
<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="Search"> <input id="submit" name="submit" type="submit" value="Search">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="EUC-JP" ?>
|
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/ja/includes.xsl,v 1.29 2005/10/04 17:15:06 hrs Exp $ -->
|
<!-- $FreeBSD: www/ja/includes.xsl,v 1.30 2005/10/08 11:45:23 hrs Exp $ -->
|
||||||
<!-- Original revision: 1.20 -->
|
<!-- Original revision: 1.20 -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- searchnav -->
|
</div> <!-- searchnav -->
|
||||||
<div id="search">
|
<div id="search">
|
||||||
<form action="{$enbase}/cgi/search.cgi" method="get">
|
<form action="{$cgibase}/search.cgi" method="get">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="blockhide"><label for="words">Search</label></h2>
|
<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='';" value="Search" /> <input id="submit" name="submit" type="submit" value="Search" />
|
<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="Search" /> <input id="submit" name="submit" type="submit" value="Search" />
|
||||||
|
|
@ -163,7 +163,7 @@
|
||||||
<li><a href="{$base}/doc/{$url.doc.langcode}/books/handbook/">Handbook</a></li>
|
<li><a href="{$base}/doc/{$url.doc.langcode}/books/handbook/">Handbook</a></li>
|
||||||
<li><a href="{$base}/docs.html#man">Manual Pages</a>
|
<li><a href="{$base}/docs.html#man">Manual Pages</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{$enbase}/cgi/man.cgi">Man Online</a></li>
|
<li><a href="{$cgibase}/man.cgi">Man Online</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="{$base}/docs.html#books">Books and Articles Online</a></li>
|
<li><a href="{$base}/docs.html#books">Books and Articles Online</a></li>
|
||||||
|
|
|
||||||
24
ja/index.xsl
24
ja/index.xsl
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="EUC-JP" ?>
|
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/ja/index.xsl,v 1.43 2005/10/04 17:15:06 hrs Exp $ -->
|
<!-- $FreeBSD: www/ja/index.xsl,v 1.44 2005/10/06 00:56:04 hrs Exp $ -->
|
||||||
<!-- Original revision: 1.100 -->
|
<!-- Original revision: 1.135 -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<xsl:variable name="base" select="'.'"/>
|
<xsl:variable name="base" select="'.'"/>
|
||||||
<xsl:variable name="enbase" select="'..'"/>
|
<xsl:variable name="enbase" select="'..'"/>
|
||||||
<xsl:variable name="date" select="'$FreeBSD: www/ja/index.xsl,v 1.43 2005/10/04 17:15:06 hrs Exp $'"/>
|
<xsl:variable name="date" select="'$FreeBSD: www/ja/index.xsl,v 1.44 2005/10/06 00:56:04 hrs Exp $'"/>
|
||||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||||
|
|
||||||
<!-- these params should be externally bound. The values
|
<!-- these params should be externally bound. The values
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title><xsl:value-of select="$title"/></title>
|
<title><xsl:value-of select="$title"/></title>
|
||||||
<meta name="description" content="The FreeBSD Project"/>
|
<meta name="description" content="The FreeBSD Project"/>
|
||||||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Gallery,
|
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Ports,
|
||||||
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
|
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs,
|
||||||
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
|
CVS, CVSup, News, Commercial Vendors, homepage, CTM, Unix"/>
|
||||||
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||||
|
|
@ -116,6 +116,13 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="{$u.rel2.announce}">プロダクションリリース (旧版) <xsl:value-of select="$rel2.current"/></a>
|
<a href="{$u.rel2.announce}">プロダクションリリース (旧版) <xsl:value-of select="$rel2.current"/></a>
|
||||||
</li>
|
</li>
|
||||||
|
<xsl:if test="$beta.testing">
|
||||||
|
<li>
|
||||||
|
<a href="{$base}/where.html#HELPTEST">
|
||||||
|
次回リリース予定
|
||||||
|
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a>
|
||||||
|
</li>
|
||||||
|
</xsl:if>
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- frontreleasescontent -->
|
</div> <!-- frontreleasescontent -->
|
||||||
</div> <!-- frontreleases -->
|
</div> <!-- frontreleases -->
|
||||||
|
|
@ -151,7 +158,7 @@
|
||||||
</div> <!-- languagenav -->
|
</div> <!-- languagenav -->
|
||||||
|
|
||||||
<div id="mirror">
|
<div id="mirror">
|
||||||
<form action="{$enbase}/cgi/mirror.cgi" method="get">
|
<form action="{$cgibase}/mirror.cgi" method="get">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="blockhide"><label for="mirrorsel">ミラーサイト</label></h2>
|
<h2 class="blockhide"><label for="mirrorsel">ミラーサイト</label></h2>
|
||||||
<select id="mirrorsel" name="goto">
|
<select id="mirrorsel" name="goto">
|
||||||
|
|
@ -160,6 +167,7 @@
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</select>
|
</select>
|
||||||
</div> <!-- unnamed -->
|
</div> <!-- unnamed -->
|
||||||
|
<input type="submit" value="移動" />
|
||||||
</form>
|
</form>
|
||||||
</div> <!-- mirror -->
|
</div> <!-- mirror -->
|
||||||
|
|
||||||
|
|
@ -170,15 +178,15 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="{$base}/support.html#mailing-list" title="Mailing Lists">メーリングリスト</a>
|
<a href="{$base}/support.html#mailing-list" title="Mailing Lists">メーリングリスト</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href="{$base}/platforms/" title="Platforms">プラットフォーム</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="{$base}/send-pr.html" title="Report a Bug">バグの報告</a>
|
<a href="{$base}/send-pr.html" title="Report a Bug">バグの報告</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="{$enbase}/doc/{$url.doc.langcode}/books/faq/index.html" title="FAQ">FAQ</a>
|
<a href="{$enbase}/doc/{$url.doc.langcode}/books/faq/index.html" title="FAQ">FAQ</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/index.html" title="Handbook">ハンドブック</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://www.freebsdfoundation.org/" title="Foundation">FreeBSD 財団</a>
|
<a href="http://www.freebsdfoundation.org/" title="Foundation">FreeBSD 財団</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue