28 lines
886 B
PHP
28 lines
886 B
PHP
<?
|
|
#############################################
|
|
# phpDirectory v1.0 #
|
|
# #
|
|
# Jean-Yves Fort - 21 avril 2001 #
|
|
# jean-yves@lozere-online.com #
|
|
# #
|
|
# Consulter les documents du repertoire #
|
|
# /doc pour plus d'informations sur #
|
|
# l'installation, l'auteur, les conditions #
|
|
# d'utilisation. #
|
|
#############################################
|
|
?>
|
|
<table>
|
|
<tr><form action="index.php" method="post">
|
|
<input type="hidden" name="m" value="l">
|
|
<input type="hidden" name="s" value="1">
|
|
<td>Recherche </td>
|
|
<td><input type="text" name="z"
|
|
<? echo "value=\"".$z."\""; ?>
|
|
size=15 maxlength=40></td>
|
|
<td>
|
|
<input type="submit" value="Ok"></td>
|
|
</tr></form>
|
|
</table>
|
|
|
|
|
|
|