File: modulo_ricerca.php

package info (click to toggle)
odontolinux 0.6.1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,128 kB
  • ctags: 566
  • sloc: php: 4,137; sh: 262; makefile: 46
file content (11 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<table BORDER="2" bgcolor="#000000" cellspacing="2" cellpadding="2" width="400">
		<tr>
			<td ALIGN="center"  bgcolor="#ffdead">
<? echo gettext ("Please type the first digits of the patient's last name. Use only lower-case letters. To obtain the full list, just click the button.");?>
			<FORM METHOD="post" ACTION="ricercapaziente.php">
			<? echo gettext ("Surname:");?> <INPUT NAME="cognome">
			<? echo "<INPUT TYPE=\"submit\" VALUE=\"";?><? echo gettext ("Find");?><? echo "\">"; ?>
			</FORM>
			</TD>
		</TR>
</TABLE>