- Merge the following from the English version:
c303f9ccd4
(r51713) ->d6babdba96
ja_JP.eucJP/htdocs/search/search.xml
This commit is contained in:
parent
ccc6b0e2b6
commit
2a93091cc3
1 changed files with 10 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
<!ENTITY title "検索">
|
||||
]>
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: r51713 -->
|
||||
<!-- Original revision: d6babdba96 -->
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
@ -41,20 +41,22 @@
|
|||
<hr noshade="noshade"/>
|
||||
|
||||
<a name="web"></a><h2>ウェブページ (<a
|
||||
href="&enbase;/doc/ja_JP.eucJP/books/faq/index.html">FAQ</a> と <a
|
||||
href="&enbase;/doc/ja_JP.eucJP/books/handbook/index.html">ハンドブック</a>
|
||||
を含む)</h2>
|
||||
href="&enbase;/doc/ja_JP.eucJP/books/faq/index.html">FAQ</a>, <a
|
||||
href="&enbase;/doc/ja_JP.eucJP/books/handbook/index.html">ハンドブック</a>、<a
|
||||
href="https://lists.freebsd.org">メーリングリスト</a>, <a
|
||||
href="https://wiki.freebsd.org">Wiki</a> および <a
|
||||
href="https://forums.freebsd.org">フォーラム</a> を含む)</h2>
|
||||
|
||||
<h3>サイトの検索</h3>
|
||||
|
||||
<form action="https://duckduckgo.com/" method="get">
|
||||
<h2 class="blockhide"><label for="words">検索</label></h2>
|
||||
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org/doc,wiki.FreeBSD.org,forums.FreeBSD.org" />
|
||||
<form action="https://duckduckgo.com/" method="get"
|
||||
onsubmit="document.getElementById('words2').value+=' (site:www.FreeBSD.org OR site:docs.FreeBSD.org OR site:lists.FreeBSD.org OR site:wiki.FreeBSD.org OR site:forums.FreeBSD.org)'">
|
||||
<h2 class="blockhide"><label for="words2">検索</label></h2>
|
||||
<input type="hidden" name="ka" value="v" />
|
||||
<input type="hidden" name="kt" value="v" />
|
||||
<input type="hidden" name="kh" value="1" />
|
||||
<input type="hidden" name="kj" value="r2" />
|
||||
<input id="words" name="q" type="text" size="50" maxlength="255"/>
|
||||
<input id="words2" name="q" type="text" size="50" maxlength="255"/>
|
||||
<br />
|
||||
<input id="submit" name="submit" type="submit" value="検索" />
|
||||
<input id="reset" type="reset" value="リセット" />
|
||||
|
|
Loading…
Reference in a new issue