1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
| <?
include ("config.inc.php");
include ("top_foot.inc.php");
//intestazione
top();
?>
<html>
<head>
<script language="javascript" type="text/javascript">
</script>
<!--
</head>
<body>
<form method="post" action="visualizza.php">
<table align="CENTER" cellSpacing=0 width="100%" border="0">
<tr>
<td width="50%">Numero questionario     <input type="text" size="25" name="numquest" > </td>
<td width="50%"> <font size="4"> <b> Data inserimento <input type="text" size="15" name="data_ins" ></b> </font></td>
</table>
<br /><br />
<p align="center">
<input type="submit" value="Cliccare qui per registrare le risposte" style="FONT-SIZE: 14pt" /></p>
</form>
</body>
</html>
<?
// chiusura pagina
foot();
?> |
Partager