-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbrowser.php
More file actions
executable file
·34 lines (31 loc) · 1.37 KB
/
browser.php
File metadata and controls
executable file
·34 lines (31 loc) · 1.37 KB
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
<?PHP require("language/$lang/lang_".$lang."_startframe.php"); ?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE><?=$LDMainTitle ?></TITLE>
<meta name="Description" content="CARE 2002 Integrated Information System of a Hospital ">
<meta name="Keywords" content="health care, hospital, health, care, medicine, doctor, nurse, nursing, integrated information system for hospitals, integrated, information, barcode, patient, outpatient, inpatient, ambulant, emergency, unfall, notfall, praxis, hno, chirurgie, surgery, cardiology, obgyn, gyn, ambulance, CARE 2002, 2002, OSD, open source development, osd software, health care management, research institute, elpidio, latorilla, bong, elatorilla, ebong, pflege, krankenpflege, interaktiv, stuttgart, pflegebuch, handbuch, soziologie, marienhospital, online, calendar, unterricht">
<meta name="Author" content="Elpidio Latorilla">
</head>
<BODY bgcolor=white>
<center>
<p><br><p><br>
<font color="#990000" size=4 face="verdana,arial">
<? if($b!="msie") :?>
<?=$LDAlertBrowser ?>
<BR>
<p><br>
<p><br>
<font size=2 color="#000000">
<A HREF="<?="index.php?lang=$lang&egal=1" ?>"><u><?=$LDGoAheadEgal ?></u></A>
</font>
<? elseif($v<5) : ?>
<?=$LDAlertOldBrowser ?>
<BR>
<p><br><p><br>
<A HREF="<?="index.php?lang=$lang&egal=1" ?>"><u><?=$LDGoAheadEgal ?></u></A>
<? endif; ?>
</font>
</center>
</BODY>
</html>