website diff ja/search.php @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents 12bf990a118b
children
line diff
     1.1 --- a/ja/search.php	Sun Jan 15 10:53:32 2017 +0200
     1.2 +++ b/ja/search.php	Fri Jan 22 23:02:15 2021 +0100
     1.3 @@ -67,6 +67,7 @@
     1.4  	</form>
     1.5  </div>
     1.6  
     1.7 +<?php if (false) { ?>
     1.8  <h2>Google 検索</h2>
     1.9  
    1.10  <p>
    1.11 @@ -89,6 +90,20 @@
    1.12  		}, true);
    1.13  	</script>
    1.14  </div>
    1.15 +<?php } if (true) { ?>
    1.16 +<h2>DuckDuckGo 検索</h2>
    1.17 +
    1.18 +<p>
    1.19 +	DuckDuckGo 検索では、ウェブサイトSliTaz GNU/Linux 全体、<a href="http://doc.slitaz.org/">ドキュメント</a> Wiki、<a href="mailing-list.php">メーリングリスト</a> のアーカイブ、<a href="http://forum.slitaz.org/">フォーラム</a> も検索することができます。
    1.20 +	この検索エンジンは、DuckDuckGo Co-op カスタム検索エンジンによって SliTaz 用に作成されました。
    1.21 +</p>
    1.22 +
    1.23 +<div class="searchbox">
    1.24 +	<iframe src="https://duckduckgo.com/search.html?t=slitaz&kl=jp-jp&duck=yes&site=www.slitaz.org,doc.slitaz.org,forum.slitaz.org,https://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/&prefill=Search DuckDuckGo"
    1.25 +	 style="overflow:hidden;margin:0;padding:0;width:603px;height:60px;" frameborder="0">
    1.26 +	</iframe>
    1.27 +</div>
    1.28 +<?php } ?>
    1.29  
    1.30  <div id="cse"></div>
    1.31