JavaScool:Menu : Différence entre versions
De Sciencinfolycee
m (→Ressources) |
m |
||
| Ligne 4 : | Ligne 4 : | ||
* [[JavaScool:Ailleurs|Liens]] | * [[JavaScool:Ailleurs|Liens]] | ||
=== Recherche === | === Recherche === | ||
| − | <html><form action="http://www.google.com/search" method="get" style="font-size:10px;"> | + | <html><!--<form action="http://www.google.com/search" method="get" style="font-size:10px;"> |
<input name="ie" type="hidden" value="UTF-8"></input> | <input name="ie" type="hidden" value="UTF-8"></input> | ||
<input name="oe" type="hidden" value="UTF-8"></input> | <input name="oe" type="hidden" value="UTF-8"></input> | ||
| Ligne 11 : | Ligne 11 : | ||
<input name="domains" type="hidden" value="http://javascool.gforge.inria.fr"></input> | <input name="domains" type="hidden" value="http://javascool.gforge.inria.fr"></input> | ||
<input name="sitesearch" type="hidden" value="http://javascool.gforge.inria.fr"></input> | <input name="sitesearch" type="hidden" value="http://javascool.gforge.inria.fr"></input> | ||
| − | </form></html> | + | </form>--> |
| + | <script type="text/javascript" src="http://www.google.com/jsapi"></script> | ||
| + | <script type="text/javascript"> | ||
| + | google.load('search', '1'); | ||
| + | google.setOnLoadCallback(function() { | ||
| + | google.search.CustomSearchControl.attachAutoCompletion( | ||
| + | '000567687519946432762:unyqz7x9tiu', | ||
| + | document.getElementById('q'), | ||
| + | 'cse-search-box'); | ||
| + | }); | ||
| + | </script> | ||
| + | <form action="http://www.google.com/cse" id="cse-search-box"> | ||
| + | <div> | ||
| + | <input type="hidden" name="cx" value="000567687519946432762:unyqz7x9tiu" /> | ||
| + | <input type="hidden" name="ie" value="UTF-8" /> | ||
| + | <input type="text" name="q" id="q" autocomplete="off" size="31" /> | ||
| + | <input type="submit" name="sa" value="Rechercher" /> | ||
| + | </div> | ||
| + | </form> | ||
| + | <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=fr"></script> | ||
| + | </html> | ||
=== Activités === | === Activités === | ||
* [[JavaScool:Telechargement|démarrage]] | * [[JavaScool:Telechargement|démarrage]] | ||