Ajout de search.tml
This commit is contained in:
parent
81ae2b5cd1
commit
55640c060a
2 changed files with 49 additions and 0 deletions
1
nolinks
1
nolinks
|
@ -3,3 +3,4 @@ aide
|
|||
404
|
||||
actualite
|
||||
plan_site
|
||||
search
|
||||
|
|
48
search.tml
Normal file
48
search.tml
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE html
|
||||
PUBLIC "-//ENS/Tuteurs//DTD TML 1//EN"
|
||||
"tuteurs://DTD/tml.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Recherche dans les pages des tuteurs</title>
|
||||
<style type="text/css">
|
||||
table { margin: 0cm auto }
|
||||
.google { border: none }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Recherche dans les pages des tuteurs</h1>
|
||||
|
||||
<form method="get" action="http://www.google.com/custom">
|
||||
<table><tr>
|
||||
|
||||
<td><a class="google" href="http://www.google.com/search"><img
|
||||
class="google"
|
||||
src="http://www.google.com/logos/Logo_40wht.gif"
|
||||
alt="Google" /></a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<input type="text" name="q" size="48" maxlength="255" value="" />
|
||||
<input type="submit" name="sa" value="Chercher" />
|
||||
<input type="hidden" name="domains" value="www.tuteurs.ens.fr" />
|
||||
<br />
|
||||
|
||||
<span class="petit">
|
||||
<input type="radio" name="sitesearch" value="www.tuteurs.ens.fr"
|
||||
checked="checked" /> Chercher sur les pages des tuteurs
|
||||
<input type="radio" name="sitesearch" value="" /> Chercher sur le WWW
|
||||
</span>
|
||||
|
||||
</td>
|
||||
</tr></table>
|
||||
</form>
|
||||
|
||||
<div class="metainformation">
|
||||
Auteur : webmaster@www.eleves.ens.fr, mis à jour par Laurent Rineau.
|
||||
Dernière modification le <date value="$Date: 2004-04-07 16:34:28 $"/>.
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue