File: dimentica.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 (39 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (2)
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
<?
$idtemp = "";
setcookie( "idpz", $idtemp );
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title>OdontoLinux!</title>

   <style type="text/css">
                  <!-- 
	A {text-decoration: none; }
	td {font-family: Lucida, Helvetica, Arial ; font-size: 12pt }
	.piccolo {  font-family: Lucida, Helvetica, Arial, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal }
                  -->
                </style>
 </head>


<BODY MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0"
      BGCOLOR="#FFFFFF" TEXT="#000000" 
      LINK="#FF0033" VLINK="#FF0033" ALINK="#FF0033">


<TABLE CELLSPACING="0" CELLPADDING="1" BORDER="0" WIDTH="100%">
   <TR>
    <TD ALIGN="CENTER">
<?
echo gettext ("Patient's ID deleted from memory.<P>");
echo "<a href=\"index.php\">";
echo gettext ("Back to main menu");
echo "</a>.<P>";
?>
</td>
</tr>
</table>
</BODY>
</HTML>