Ejemplo n.º 1
0
<?php

require_once 'Class_LoginLogic.php';
$TierTwo = new LoginLogic();
//print_r($_SESSION);
?>

<!-- Gray Example


<nav class="navbar navbar-default">
  <div class="container-fluid">
    <div class="navbar-header">
      <a class="navbar-brand" href="index.php">I.S. Operations</a>
    </div>
    <div>
      <ul class="nav navbar-nav">
        <li class="active"><a href="dashboard.php">Dashboard</a></li>
        <li><a href="requestformresponse.php">Request Response Form</a></li>
        <li><a href="eventlog.php">Event Log</a></li>
        <li><a href="login.php">Login Page</a></li>
      </ul>
    </div>
  </div>
</nav> -->


<!--  Color black example:   -->
<nav class="navbar navbar-inverse navbarCustom ">
  <div class="container-fluid " >
    <div class="navbar-header ">
Ejemplo n.º 2
0
	<title>ISOC VIEW TURNOVER</title>
	<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
	<link rel="stylesheet" type="text/css" href="css/turnoverStylesheet.css">
	
	
	
	<link rel="icon" type="image/png" href="img/8bmicon.png">
</head>

<!-- WRAPPING BODY IN DIV TO HELP PUSH FOOTER TO BOTTOM OF PAGE -->
<div class="wrapper">
	<body class="">

<?php 
require_once 'lib/Class_LoginLogic.php';
$login = new LoginLogic();
// Check login first
$login->checkSession();
?>

<?php 
$login->getNavBar();
?>
	

		<div class="" id="Header">
			<h1 class="">ISOC Turnover</h1>
			
<!-- Navigation Bar -->	
			<div class="navigation ">
				<ul class="">
Ejemplo n.º 3
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<?php 
require_once 'lib/Class_LoginLogic.php';
$TierTwo = new LoginLogic();
?>
<script type="text/javascript" src="script/bootstrap.js"></script>
<script type="text/javascript" src="script/jquery.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript" src="script/sweetalert.min.js"></script>

<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/sweetalert.css" />


<script>
loadCookies();
</script>

<?php 
try {
    $TierTwo->checkSessionLogin();
    $TierTwo->getNavBar();
    $TierTwo->checkPOSTLoginInfo();
} catch (Exception $e) {
    echo $e->getMessage();
}
?>
Ejemplo n.º 4
0
<html>
<head>
<?php 
require_once 'lib/Class_LoginLogic.php';
$TierTwo = new LoginLogic();
?>
<script type="text/javascript" src="script/bootstrap.js"></script>
<script type="text/javascript" src="script/jquery.js"></script>
<script type="text/javascript" src="script/sweetalert.min.js"></script>
<script type="text/javascript" src="script/cookies.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/sweetalert.css" />
<link rel="stylesheet" type="text/css" href="css/errorCSS.css" />
<link rel="stylesheet" type="text/css" href="css/customCss.css" />
<script>
loadCookies();
</script>

<?php 
try {
    $TierTwo->checkSessionLoginRegister();
    $TierTwo->checkPOSTLoginInfo();
} catch (Exception $e) {
    echo $e->getMessage();
}
?>

</head>

 <div class="container">    
        <div id="loginbox" style="margin-top:50px;" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">                    
Ejemplo n.º 5
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<?php 
require_once 'lib/Class_LoginLogic.php';
$TierTwo = new LoginLogic();
?>



	<!-- Load CSS --> 
	<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" /> 
	<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" /> 
	<link rel="stylesheet" type="text/css" href="css/sweetalert.css" />	
	<link rel="stylesheet" type="text/css" href="css/shiftlog.css" />
	<link rel="stylesheet" type="text/css" href="css/bootstrap-datetimepicker.css" />
	
	
	<!-- Load Javascript -->
	<script type="text/javascript" src="script/jquery-2.1.1.min.js"></script>
	<script type="text/javascript" src="script/bootstrap.min.js"></script>
	<script type="text/javascript" src="script/moment-with-locales.js"></script>
	<script type="text/javascript" src="script/bootstrap-datetimepicker.js"></script>
	<script type="text/javascript" src="script/getdatetime.js"></script>
	<script type="text/javascript" src="script/editAccount.js"></script>

<?php 
try {
    $TierTwo->checkSessionLogin();
    $TierTwo->getNavBar();
Ejemplo n.º 6
0
<!--
/ Request Form Response History
5/27/2015 - Form created
-->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<?php 
require 'lib/Class_LogicIsocSupportForm.php';
require 'lib/Class_LoginLogic.php';
$Login = new LoginLogic();
$TierTwo = new LogicIsocSupportForm();
$Login->checkSession();
$TierTwo->retrieveTicket();
$TierTwo->checkPost();
?>
	

	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
	<title>I.S. Operations Support Request Form</title>
	
	<!--  Load JavaScript --> 
	<script type="text/javascript" src="script/supportscript.js" async></script> 
	<script type="text/javascript" src="script/bootstrap.js"></script>
	<script type="text/javascript" src="script/sweetalert.min.js"></script>
	<script type="text/javascript" src="script/bootstrap-datetimepicker.js"></script>
	<script type="text/javascript" src="script/jquery.js"></script>
Ejemplo n.º 7
0
<?php

require_once 'Class_LoginLogic.php';
// must be on all pages
if (!isset($_SESSION)) {
    session_start();
}
$tierTwo = new LoginLogic();
ob_start();
$tierTwo->checkPost();
ob_end_flush();
Ejemplo n.º 8
0
<html>
<head>
<?php 
require_once 'lib/Class_LoginLogic.php';
$TierTwo = new LoginLogic();
try {
    $TierTwo->checkSession();
    $TierTwo->checkPOSTRegisterInfo();
    $TierTwo->getNavBar();
} catch (Exception $e) {
    echo $e->getMessage();
}
?>
<script type="text/javascript" src="script/bootstrap.js"></script>
<script type="text/javascript" src="script/jquery.js"></script>
<script type="text/javascript" src="script/sweetalert.min.js"></script>
<script type="text/javascript" src="script/cookies.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/sweetalert.css" />
<link rel="stylesheet" type="text/css" href="css/errorCSS.css" />
<script>
loadCookies();
</script>

<script>
// Uses HTML5 features to save local info from username and password to local computer.

          
// function to show calendar 2

			
Ejemplo n.º 9
0
<?php

require 'lib/Class_ISOCSupportFormDB_Out.php';
require 'lib/Class_LoginLogic.php';
$test = new ISOCSupportFormDB_Out();
$test2 = new LoginLogic();
//print_r( $test->getOtherEnvironmentOptions() );
//print_r( $test->getFileEnvironmentOptions() );
//print_r( $test->getStreamEnvironmentOptions() );
//print_r( $test->getJobEnvironmentOptions() );
//print_r( $test->getFileRequestOptions() );
//print_r( $test->getStreamRequestOptions() );
//print_r( $test->getOtherRequestOptions() );
//print_r( $test->getJobRequestOptions() );
//print_r( $test->getMainOptions() );
//print_r( $test->getEmail() );
//session_start();
//print_r($_SESSION);
$test2->checkSession();
echo "Everything is awesome! http://  HTTPHost: {$_SERVER['HTTP_HOST']}  URI: {$_SERVER['REQUEST_URI']}<br />";
print_r($_SESSION);
//echo json_encode($test->getMainOptions() );
/*
function clear()
{
session_unset(); 
session_destroy();
}
*/
?>