Exemple #1
0
<?php

include "../../myDatabase.php";
$ro = new database();
$ro->coconutHeading("NURSING SERVICE", "COCONUT/NURSING/initializeNursing.php");
$ro->coconutDesign();
echo "<br><br>";
$ro->coconutFormStart("get", "nursingStation.php");
$ro->coconutHidden("username", "");
$ro->coconutHidden("module", "");
$ro->coconutBoxStart("600px", "125px");
echo "<Br><br>";
$ro->coconutComboBoxStart_long("branch");
$ro->showOption("branch", "branch");
$ro->coconutComboBoxStop();
echo "<br>";
$ro->coconutComboBoxStart_long("floor");
$ro->showFloor();
$ro->coconutComboBoxStop();
echo "<br><Br>";
$ro->coconutButton("Proceed");
$ro->coconutBoxStop();
$ro->coconutFormStop();
<?php

include "../myDatabase.php";
require_once '../COCONUT/authentication.php';
$username = $_SESSION['username'];
$module = $_SESSION['module'];
$from = $_SESSION['from'];
$ro = new database();
echo "\n<style type='text/css'>\na { text-decoration:none; color:red; }\n</style>\n\n";
$ro->coconutDesign();
$ro->coconutHeading($module, "Department/initializeDepartment.php");
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
$url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//kuhain ang current web address
/*
if ( (!isset($username) && !isset($module)) ) {
header("Location:/LOGINPAGE/module.php ");
die();
}
*/
echo "<br><br><center>";
$ro->coconutBoxStart("600", "100");
echo "<br>";
echo "<font size=3 color=black>Logged as {$username}</font>";
echo "<Br>";
echo "<a href='http://" . $ro->getMyUrl() . "/LOGINPAGE/module.php'><font color=red size=2><< Sign Out</a>&nbsp;&nbsp;&nbsp;";
echo "&nbsp;&nbsp;<a href='http://" . $ro->getMyUrl() . "/Department/departmentHeading.php'><font color=blue size=2>Sign In >></font></a>";
$ro->coconutBoxStop();
<?php

include "../../myDatabase.php";
session_start();
$username = $_SESSION['username'];
$registrationNo = $_SESSION['registrationNo'];
$module = $_SESSION['module'];
$ro = new database();
echo "\n<style type='text/css'>\na { text-decoration:none; color:red; }\n</style>\n\n";
$ro->coconutDesign();
$ro->coconutHeading($module, "/COCONUT/currentPatient/initializeProfile.php");
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
$url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//kuhain ang current web address
if (!isset($username) && !isset($registrationNo)) {
    header("Location:/LOGINPAGE/module.php ");
    die;
}
echo "<br><br><center>";
$ro->coconutBoxStart("600", "100");
echo "<br>";
echo "<font size=3 color=black>Logged as {$username}</font>";
echo "<Br>";
echo "<a href='http://" . $ro->getMyUrl() . "/COCONUT/patientProfile/unknownUser/verifyUser.php?registrationNo={$registrationNo}'><font color=red size=2><< Sign Out</a>&nbsp;&nbsp;&nbsp;";
//echo "&nbsp;&nbsp;<a href='http://".$ro->getMyUrl()."/COCONUT/currentPatient/patientInterface1.php?username=$username&registrationNo=$_GET[registrationNo]'><font color=blue size=2>Sign In >></font></a>";
$ro->coconutFormStart("post", "/COCONUT/currentPatient/patientInterface1.php");
$ro->coconutHidden("patientSearch", "");
$ro->coconutHidden("username", $username);
$ro->coconutHidden("module", $module);
$ro->coconutHidden("registrationNo", $registrationNo);
<?php

include "../../myDatabase.php";
session_start();
$username = $_SESSION['username'];
$module = $_SESSION['module'];
$ro = new database();
echo "\n<style type='text/css'>\na { text-decoration:none; color:red; }\n</style>\n\n";
$ro->coconutDesign();
$ro->coconutHeading($module, "COCONUT/currentPatient/initializePatient.php");
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
$url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//kuhain ang current web address
if (!isset($username) && !isset($module)) {
    header("Location:/LOGINPAGE/module.php ");
    die;
}
echo "<br><br><center>";
$ro->coconutBoxStart("600", "100");
echo "<br>";
echo "<font size=3 color=black>Logged as {$username}</font>";
echo "<Br>";
echo "<a href='http://" . $ro->getMyUrl() . "/LOGINPAGE/module.php'><font color=red size=2><< Sign Out</a>&nbsp;&nbsp;&nbsp;";
//echo "&nbsp;&nbsp;<a href='http://".$ro->getMyUrl()."/COCONUT/currentPatient/patientInterface.php?patientSearch=&username=$username&module=$module'><font color=blue size=2>Sign In >></font></a>";
$ro->coconutFormStart("post", "/COCONUT/currentPatient/patientInterface.php");
$ro->coconutHidden("patientSearch", "");
$ro->coconutHidden("username", $username);
$ro->coconutHidden("module", $module);
echo "<br>";
echo "<input type='submit' style='background:transparent; border:1px solid #0000FF; color:blue' value='Sign In >>>'>";
<?php

include "../../myDatabase.php";
//session_start();
$username = $_SESSION['username'];
$module = $_SESSION['module'];
$ro = new database();
echo "\n<style type='text/css'>\na { text-decoration:none; color:red; }\n</style>\n\n";
$ro->coconutDesign();
$ro->coconutHeading($module, "COCONUT/NURSING/initializeNursing.php");
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
$url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//kuhain ang current web address
if (!isset($username) && !isset($module)) {
    header("Location:/LOGINPAGE/module.php ");
    die;
}
echo "<br><br><center>";
$ro->coconutBoxStart("600", "100");
echo "<br>";
echo "<font size=3 color=black>Logged as {$username}</font>";
echo "<Br>";
echo "<a href='http://" . $ro->getMyUrl() . "/LOGINPAGE/module.php'><font color=red size=2><< Sign Out</a>&nbsp;&nbsp;&nbsp;";
echo "&nbsp;&nbsp;<a href='http://" . $ro->getMyUrl() . "/COCONUT/NURSING/nursingPage.php'><font color=blue size=2>Sign In >></font></a>";
$ro->coconutBoxStop();
<?php

require_once "../authentication.php";
include "../../myDatabase.php";
$module = $_POST['module'];
$ro = new database();
$username = $ro->selectNow("registeredUser", "username", "employeeID", $_SESSION['employeeID']);
echo "<script src='../js/jquery-2.1.4.min.js'></script>";
echo "<script src='../js/open.js'></script>";
echo "\n<script>\n\t\$(document).ready(function(){\n\n\t\t\$('#signin').click(function(){\n\t\t\topen('POST','maintenanceHeading.php',{module:'" . $module . "'},'_self');\n\t\t});\n\n\t});\n</script>\n";
echo "\n<style type='text/css'>\na { text-decoration:none; color:red; }\n.style1 {\n\tfont-family: Arial;\n\tfont-size: 12px;\n\tcolor: #0033FF;\n\tfont-weight: bold;\n}\n.style2 {\n\tfont-family: Arial;\n\tfont-size: 12px;\n\tcolor: #FF0000;\n\tfont-weight: bold;\n}\n.style3 {\n\tfont-family: Arial;\n\tfont-size: 14px;\n\tcolor: #000000;\n\tfont-weight: bold;\n}\n</style>\n\n";
$ro->coconutDesign();
$ro->coconutHeading("MAINTENANCE", "COCONUT/maintenance/initializeMaintenance.php");
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
$url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//kuhain ang current web address
/*
if ( (!isset($username) && !isset($module)) ) {
header("Location:/LOGINPAGE/module.php ");
die();
}
*/
echo "<br><br><center>";
$ro->coconutBoxStart("600", "100");
echo "<br>";
echo "<span class='style3'>Logged in as {$username}</span>";
echo "<Br>";
echo "<a href='../session/out.php'><span class='style2'>&lt;&lt; Sign Out</span></a>&nbsp;&nbsp;&nbsp;";
echo "&nbsp;&nbsp;<a id='signin' href='#'><span class='style1'>Sign In &gt;&gt;</span></a>";
$ro->coconutBoxStop();
<?php

include "../../myDatabase.php";
session_start();
$username = $_SESSION['username'];
$module = $_SESSION['module'];
$ro = new database();
echo "\n<style type='text/css'>\na { text-decoration:none; color:red; }\n.style1 {\n\tfont-family: Arial;\n\tfont-size: 12px;\n\tcolor: #0033FF;\n\tfont-weight: bold;\n}\n.style2 {\n\tfont-family: Arial;\n\tfont-size: 12px;\n\tcolor: #FF0000;\n\tfont-weight: bold;\n}\n.style3 {\n\tfont-family: Arial;\n\tfont-size: 14px;\n\tcolor: #000000;\n\tfont-weight: bold;\n}\n</style>\n\n";
$ro->coconutDesign();
$ro->coconutHeading("Cashier", "COCONUT/Cashier/initializeCashier.php");
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
$url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//kuhain ang current web address
if (!isset($username) && !isset($module)) {
    header("Location:/LOGINPAGE/module.php ");
    die;
}
echo "<br><br><center>";
$ro->coconutBoxStart("600", "100");
echo "<br>";
echo "<span class='style3'>Logged in as {$username}</span>";
echo "<Br>";
echo "<a href='../session/out.php'><span class='style2'>&lt;&lt; Sign Out</span></a>&nbsp;&nbsp;&nbsp;";
echo "&nbsp;&nbsp;<a href='http://" . $ro->getMyUrl() . "/COCONUT/Cashier/cashierMainpage.php'><span class='style1'>Sign In &gt;&gt;</span></a>";
$ro->coconutBoxStop();
Exemple #8
0
<?php

include "../../../myDatabase.php";
session_start();
$registrationNo = $_GET['registrationNo'];
$ro = new database();
$ro->getPatientProfile($registrationNo);
$ro->coconutDesign();
$ro->coconutHeading("User Verification", "COCONUT/NURSING/initializeNursing.php");
unset($_SESSION['registrationNo']);
session_destroy();
echo "<Br>";
echo "<center>";
$ro->coconutImages("lock2.jpeg");
echo "&nbsp;<font size=2 color=red>Pls Login first to access the Profile of " . $ro->getPatientRecord_lastName() . ", " . $ro->getPatientRecord_firstName() . " in " . $ro->getRegistrationDetails_room() . " </font>";
echo "<br>";
$ro->coconutFormStart("post", "verifyUser1.php");
$ro->coconutHidden("registrationNo", $registrationNo);
$ro->coconutBoxStart("500", "150");
echo "<br><table border=0>";
echo "<tr>";
echo "<Td>" . $ro->coconutText("Username") . "</tD>";
echo "<td>";
$ro->coconutTextBox("username", "");
echo "</td>";
echo "</tr>";
echo "<tr>";
echo "<td>" . $ro->coconutText("Password") . "</td>";
echo "<td>";
echo "<input type=password name='password' class='txtBox' value=''>";
echo "</td>";
<?php

include "../../myDatabase.php";
session_start();
$employeeID = $_SESSION['employeeID'];
$username = $_SESSION['username'];
$module = $_SESSION['module'];
$ro = new database();
echo "\n<style type='text/css'>\na { text-decoration:none; color:red; }\n</style>\n\n";
$ro->coconutDesign();
$ro->coconutHeading($module, "COCONUT/Doctor/initializeDoctor.php");
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
$url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//kuhain ang current web address
if (!isset($username) && !isset($module)) {
    header("Location:/LOGINPAGE/module.php ");
    die;
}
echo "<br><br><center>";
$ro->coconutBoxStart("600", "100");
echo "<br>";
echo "<font size=3 color=black>Logged as {$username}</font>";
echo "<Br>";
echo "<a href='http://" . $ro->getMyUrl() . "/LOGINPAGE/module.php'><font color=red size=2><< Sign Out</a>&nbsp;&nbsp;&nbsp;";
echo "&nbsp;&nbsp;<a href='http://" . $ro->getMyUrl() . "/COCONUT/android/doctor/doctorInterface.php'><font color=blue size=2>Sign In >></font></a>";
$ro->coconutBoxStop();
Exemple #10
0
<?php

require_once "../authentication.php";
include "../../myDatabase.php";
$module = $_POST['module'];
$ro = new database();
$username = $ro->selectNow('registeredUser', 'username', 'employeeID', $_SESSION['employeeID']);
echo "<script src='../js/jquery-2.1.4.min.js'></script>";
echo "<script src='../js/open.js'></script>";
echo "\n<script>\n\t\$(document).ready(function(){\n\t\t\$('#signin').click(function(){\n\t\t\topen('POST','adminHeading.php',{module:'ADMIN'},'_self');\n\t\t});\n\t});\n</script>\n";
echo "\n<style type='text/css'>\na { text-decoration:none; color:red; }\n.style1 {\n\tfont-family: Arial;\n\tfont-size: 12px;\n\tcolor: #0033FF;\n\tfont-weight: bold;\n}\n.style2 {\n\tfont-family: Arial;\n\tfont-size: 12px;\n\tcolor: #FF0000;\n\tfont-weight: bold;\n}\n.style3 {\n\tfont-family: Arial;\n\tfont-size: 14px;\n\tcolor: #000000;\n\tfont-weight: bold;\n}\n</style>\n\n";
$ro->coconutDesign();
$ro->coconutHeading($module, "COCONUT/ADMIN/initializeAdmin.php");
$ro->coconutUpperMenuStart();
$ro->coconutUpperMenuStop();
$url = "http://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
//kuhain ang current web address
/*
if ( (!isset($username) && !isset($module)) ) {
header("Location:/LOGINPAGE/module.php ");
die();
}
*/
echo "<br><br><center>";
$ro->coconutBoxStart("600", "100");
echo "<br>";
echo "<span class='style3'>Logged in as {$username}</span>";
echo "<Br>";
echo "<a href='../session/out.php'><span class='style2'>&lt;&lt; Sign Out</span></a>&nbsp;&nbsp;&nbsp;";
echo "&nbsp;&nbsp;<a id='signin' href='#'><span class='style1'>Sign In &gt;&gt;</span></a>";
$ro->coconutBoxStop();
Exemple #11
0
<?php

include "../../myDatabase.php";
$ro = new database();
$ro->coconutDesign();
$ro->coconutHeading("NURSING SERVICE", "");
$ro->coconutUpperMenuStart();
//$ro->coconutUpperMenu_headingStart("Floor");
//$ro->showFloorAsUpperMenu($branch);
//$ro->coconutUpperMenu_headingMenu("","Search Patient");
$ro->coconutUpperMenu_headingStop();
//$ro->coconutUpperMenu_headingStart("Patient");
//$ro->coconutUpperMenu_headingMenu_target("http://".$ro->getMyUrl()."/COCONUT/currentPatient/patientInterface.php?username=&completeName=&module=","Search","_blank");
$ro->coconutUpperMenu_headingStop();
$ro->coconutUpperMenuStop();
$ro->coconutFrame_target("http://" . $ro->getMyUrl() . "/COCONUT/room/showStation.php", "100%", "100%", "nsX");