index.html
author viric@llimona
Thu, 18 May 2006 23:00:19 +0200
changeset 0 66cea237d6e8
permissions -rw-r--r--
Init from svn.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
	<title>Consulta de telèfons</title>
	<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
</head>

<body>

<h1 align=center>Agenda de telèfons</h1>
<h2>Cerca</h2>

<p>Emplena el camp pel que vulguis cercar. </p>

<form action="get-phones" method="POST">

<TABLE BORDER=0>
<TR>
	<TH>Nom:
	<TD><input type="text" name="nom">
	<TH>Base de dades:
	<TD> <select name=db_selected>
		<option value="phones">Telèfons del mòbil
		<option value="phones_olot">Telèfons d'Olot
		</select>
<TR>
	<TH>Telèfon:
	<TD><input type="text" name="telefon">
	<TD>
	<TD>
<TR>
	<TD COLSPAN=4> <input type="submit" value="Cercar">
</TABLE>

</form>

<BR>
<A HREF="update-phones">Afegir entrada</A>

</body>
</html>