- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / modules / system_admin / edv_system_admin_mframe.php
blob0d3ab419deaff63ba2edc7defea88904d9634f68
1 <?php
2 error_reporting(E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR);
3 require('./roots.php');
4 require($root_path.'include/inc_environment_global.php');
5 /**
6 * CARE2X Integrated Hospital Information System Deployment 2.1 - 2004-10-02
7 * GNU General Public License
8 * Copyright 2002,2003,2004,2005 Elpidio Latorilla
9 * elpidio@care2x.org,
11 * See the file "copy_notice.txt" for the licence notice
14 $local_user='ck_edv_user';
15 require_once($root_path.'include/inc_front_chain_lang.php');
16 if(isset($ck_edv_admin_user)) setcookie('ck_edvzugang_user',$ck_edv_admin_user);
18 <?php html_rtl($lang); ?>
19 <head>
20 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
21 <title></title>
22 </head>
23 <?php
24 if($lang=='ar'||$lang=='fa'){
26 <frameset cols="*,22%">
27 <frame name="SYSADMIN_WFRAME" src="edv-system-admi-welcome.php<?php echo URL_REDIRECT_APPEND ?>">
28 <frame name="SYSADMIN_INDEX" src="edv-system-admi-menu.php<?php echo URL_REDIRECT_APPEND ?>">
29 <noframes>
30 <body>
31 </body>
32 </noframes>
33 </frameset>
34 <?php
35 }else{
37 <frameset cols="22%,*">
38 <frame name="SYSADMIN_INDEX" src="edv-system-admi-menu.php<?php echo URL_REDIRECT_APPEND ?>">
39 <frame name="SYSADMIN_WFRAME" src="edv-system-admi-welcome.php<?php echo URL_REDIRECT_APPEND ?>">
40 <noframes>
41 <body>
42 </body>
43 </noframes>
44 </frameset>
45 <?php
48 </html>