-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheaderSystem.php
46 lines (38 loc) · 1.69 KB
/
headerSystem.php
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
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html>
<!--<![endif]-->
<head>
<?php include('element/css.php'); ?>
</head>
<body class="signin signin-vertical">
<?php if(!isset($no_visible_elements) || !$no_visible_elements) { ?>
<div class="page-container">
<div id="header-container">
<div id="header">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="brand" href="?link=home"> Loket Antrian Bank Ini</a>
<div class="nav-collapse collapse">
<?php include('element/menus_system.php'); ?>
</div>
</div>
</div>
</div>
<!-- // navbar -->
<?php } ?>
<?php if(!isset($no_visible_elements) || !$no_visible_elements) { ?>
<!-- // drawer -->
</div>
</div>
</div>
<!-- // header-container -->
<?php } ?>
<!-- // header-container -->