« Modèle:GLFindexEn » : différence entre les versions
(Page créée avec « <html> <center style="font-weight:bold; font-size:26px; "> <a href="/wiki/index.php?title=Catégorie:ENGLISH&pagefrom=A">A</a> <a href="/wiki/index.php?title=Caté... ») Balise : Éditeur de wikicode 2017 |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
<html> | <html> | ||
window.location.href="sample.html"; | |||
<script> | |||
$(document).ready(function(){ | |||
$("#searchbutton").click(function(){ | |||
var q; | |||
q=$("#bar").val(); | |||
window.location = "https://datafranca.org/wiki/index.php?title=Cat%C3%A9gorie:ENGLISH&pagefrom="+q; | |||
}); | |||
$('#form').submit(function(){ | |||
var q; | |||
q=$("#bar").val(); | |||
window.location = "https://datafranca.org/wiki/index.php?title=Cat%C3%A9gorie:ENGLISH&pagefrom="+q; | |||
event.preventDefault(); | |||
}); | |||
}); | |||
</script> | |||
<center style="font-weight:bold; font-size:26px; "> | <center style="font-weight:bold; font-size:26px; "> | ||
<a href="/wiki/index.php?title=Catégorie:ENGLISH&pagefrom=A">A</a> | <a href="/wiki/index.php?title=Catégorie:ENGLISH&pagefrom=A">A</a> |