- Merge the following from the English version:

c303f9ccd4 (r51713) -> d6babdba96	ja_JP.eucJP/htdocs/search/search.xml
This commit is contained in:
Ryusuke SUZUKI 2021-01-19 01:09:49 +09:00
parent ccc6b0e2b6
commit 2a93091cc3

View file

@ -4,7 +4,7 @@
<!ENTITY title "検索"> <!ENTITY title "検索">
]> ]>
<!-- The FreeBSD Japanese Documentation Project --> <!-- The FreeBSD Japanese Documentation Project -->
<!-- Original revision: r51713 --> <!-- Original revision: d6babdba96 -->
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
@ -41,20 +41,22 @@
<hr noshade="noshade"/> <hr noshade="noshade"/>
<a name="web"></a><h2>ウェブページ (<a <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/faq/index.html">FAQ</a>, <a
href="&enbase;/doc/ja_JP.eucJP/books/handbook/index.html">ハンドブック</a> href="&enbase;/doc/ja_JP.eucJP/books/handbook/index.html">ハンドブック</a><a
を含む)</h2> href="https://lists.freebsd.org">メーリングリスト</a>, <a
href="https://wiki.freebsd.org">Wiki</a> および <a
href="https://forums.freebsd.org">フォーラム</a> を含む)</h2>
<h3>サイトの検索</h3> <h3>サイトの検索</h3>
<form action="https://duckduckgo.com/" method="get"> <form action="https://duckduckgo.com/" method="get"
<h2 class="blockhide"><label for="words">検索</label></h2> 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)'">
<input type="hidden" name="sites" value="www.FreeBSD.org,docs.FreeBSD.org/doc,wiki.FreeBSD.org,forums.FreeBSD.org" /> <h2 class="blockhide"><label for="words2">検索</label></h2>
<input type="hidden" name="ka" value="v" /> <input type="hidden" name="ka" value="v" />
<input type="hidden" name="kt" value="v" /> <input type="hidden" name="kt" value="v" />
<input type="hidden" name="kh" value="1" /> <input type="hidden" name="kh" value="1" />
<input type="hidden" name="kj" value="r2" /> <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 /> <br />
<input id="submit" name="submit" type="submit" value="検索" /> <input id="submit" name="submit" type="submit" value="検索" />
<input id="reset" type="reset" value="リセット" /> <input id="reset" type="reset" value="リセット" />