Example #1
0
</title>
		  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

		  <?php 
build_header();
?>

		  <script src="../js/bootstrap-datepicker.js"></script>
		  <link rel="stylesheet" href="../css/datepicker.css"/>
	 </head>
	 <body class="skin-blue layout-top-nav">

		  <div class="wrapper">
				<header class="main-header">
					 <?php 
build_navbar($conn, 2);
?>
				</header> 
		  </div>

		  <div class="content-wrapper">

				<div class="container-fluid">

					 <?php 
buildNewHeader('statusReports.php', 'Status Reports', "{$my_get['function']} a Status Report");
?>

					 <div class='row'>
						  <div class='col-md-2'></div>
						  <div class='col-md-8'>
Example #2
0
    if (!$host) {
        header("Location: hosts.php");
        die;
    } else {
        // GET VALUES
        $hostValues = $host->getValues();
    }
}
if (isset($host)) {
    // We got successful host information
    // Load up the data required.
    print_header("Host Editor");
    build_navbar($_GET['id'], $navbar);
} else {
    print_header("Host Browser");
    build_navbar(0, $navbar);
}
if (isset($host)) {
    // To create a "default" command
    $command_list[] = array("command_id" => 0, "command_name" => "None");
    $lilac->return_command_list($tempList);
    foreach ($tempList as $command) {
        $command_list[] = array("command_id" => $command->getId(), "command_name" => $command->getName());
    }
    $period_list = array();
    $lilac->return_period_list($tempList);
    foreach ($tempList as $period) {
        $period_list[] = array("timeperiod_id" => $period->getId(), "timeperiod_name" => $period->getName());
    }
    $initialState_list = array();
    $initialState_list[] = array('value' => 'o', 'label' => 'Up');
Example #3
0
build_header();
?>

		  <script src="../js/bootstrap-datepicker.js"></script>
		  <link rel="stylesheet" href="../css/datepicker.css"/>
		  <!--
		  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"/>
		  -->

	 </head>
	 <body class="skin-blue layout-top-nav">

		  <div class="wrapper">
				<header class="main-header">
					 <?php 
build_navbar($conn, 3);
?>
				</header> 
		  </div>

		  <div class="content-wrapper">

				<div class="container-fluid">

					 <?php 
buildNewHeader('maintenances.php', 'Maintenance Notifications', "{$my_get['function']} a Maintenance Notification");
?>

					 <div class='row'>
						  <div class='col-md-2'></div>
						  <div class='col-md-8'>
Example #4
0
		  -->
		  <title><?php 
buildTitle("My Portal");
?>
</title>
		  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

		  <?php 
build_header();
?>
	 </head>
	 <body class="skin-blue layout-top-nav">
		  <div class="wrapper">
				<header class="main-header">
					 <?php 
build_navbar($conn, 0);
?>
				</header> 
		  </div>

		  <div class="content-wrapper">

				<div class="container-fluid">

					 <div class="page-header">
						  <div class='row'>
								<div class='col-xs-10'>
									 <small>
										  <ul style='margin-top: 8px;' class='breadcrumb'>
												<li class="active">Home</li>
										  </ul>
Example #5
0
	 <head>
		  <title><?php 
buildTitle("Support Requests");
?>
</title>
		  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		  <?php 
build_header();
?>
	 </head>
	 <body class="skin-blue layout-top-nav">

		  <div class="wrapper">
				<header class="main-header">
					 <?php 
build_navbar($conn, 4);
?>
				</header> 
		  </div>

		  <div class="content-wrapper">

				<div class="container-fluid">

					 <?php 
buildNewHeader('supportRequests.php', 'Support Requests', '', 'supportRequest.php', 'Add a Support Request');
?>

					 <div class="row">

						  <div class='box box-primary'>
Example #6
0
?>
</title>
		  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		  <?php 
build_header();
?>

		  <script src="../js/bootstrap-datepicker.js"></script>
		  <link rel="stylesheet" href="../css/datepicker.css"/>
	 </head>
	 <body class="skin-blue layout-top-nav">

		  <div class="wrapper">
				<header class="main-header">
					 <?php 
build_navbar($conn, 1);
?>
				</header> 
		  </div>

		  <div class="content-wrapper">

				<div class="container-fluid">

					 <?php 
buildNewHeader('rfas.php', 'RFCs', "{$my_get['function']} a RFC");
?>

					 <div class='row'>
						  <div class='col-md-2'></div>
						  <div class='col-md-8'>