tuteurs.ens.fr/search.tml
Marc Mezzarobba cbbe543fce Passage à git des « Dernière modif... »
Remplacement de toutes les phrases du style « Dernière modification le
... [par ...] » par <date value="from git" />, qui produit une phrase du
genre à partir de l'historique du dépôt. Le « from git » n'a pas
d'importance, c'est juste parce que la DTD de TML (que je préfère ne pas
changer) exige un attribut value.

Last-change: ignore this commit
2009-09-27 22:16:43 +02:00

48 lines
1.3 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!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 onload="document.f.q.focus();">
<h1>Recherche dans les pages des tuteurs</h1>
<form method="get" action="http://www.google.com/custom" name="f">
<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.
<date value="from git" />
</div>
</body>
</html>