-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
140 lines (137 loc) · 4.73 KB
/
header.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DCAT Registry</title>
<meta name="description" content="description">
<meta name="author" content="DCU">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="plugins/bootstrap/bootstrap.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.ico" >
<link href="plugins/jquery-ui/jquery-ui.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
<link href="plugins/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="plugins/fullcalendar/fullcalendar.css" rel="stylesheet">
<link href="plugins/xcharts/xcharts.min.css" rel="stylesheet">
<link href="plugins/select2/select2.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="http://getbootstrap.com/docs-assets/js/html5shiv.js"></script>
<script src="http://getbootstrap.com/docs-assets/js/respond.min.js"></script>
<![endif]-->
<!-- ********MOVED FROM FOOTER TO HEAD******** -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!--<script src="http://code.jquery.com/jquery.js"></script>-->
<script src="plugins/jquery/jquery-2.1.0.min.js"></script>
<script src="plugins/jquery-ui/jquery-ui.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<script src="plugins/justified-gallery/jquery.justifiedgallery.min.js"></script>
<script src="plugins/tinymce/tinymce.min.js"></script>
<script src="plugins/tinymce/jquery.tinymce.min.js"></script>
<!-- All functions for this theme + document.ready processing -->
<script src="js/devoops.js"></script>
<!-- ********MOVED FROM FOOTER TO HEAD******** -->
</head>
<body>
<!--Start Header-->
<div id="screensaver">
<canvas id="canvas"></canvas>
<i class="fa fa-lock" id="screen_unlock"></i>
</div>
<div id="modalbox">
<div class="devoops-modal">
<div class="devoops-modal-header">
<div class="modal-header-name">
<span>Basic table</span>
</div>
<div class="box-icons">
<a class="close-link">
<i class="fa fa-times"></i>
</a>
</div>
</div>
<div class="devoops-modal-inner">
</div>
<div class="devoops-modal-bottom">
</div>
</div>
</div>
<header class="navbar">
<div class="container-fluid expanded-panel">
<div class="row">
<div id="logo" class="col-xs-12 col-sm-2">
<a href="index.php">Registry</a>
</div>
<div id="top-panel" class="col-xs-12 col-sm-10">
<div class="row">
<div class="col-xs-8 col-sm-4">
<a href="#" class="show-sidebar">
<i class="fa fa-bars"></i>
</a>
<div id="search">
<input type="text" placeholder="search"/>
<i class="fa fa-search"></i>
</div>
</div>
<div class="col-xs-4 col-sm-8 top-panel-right">
<ul class="nav navbar-nav pull-right panel-menu">
<!--
<li class="hidden-xs">
<a href="index.html" class="modal-link">
<i class="fa fa-bell"></i>
<span class="badge">7</span>
</a>
</li>
<li class="hidden-xs">
<a class="ajax-link" href="ajax/calendar.html">
<i class="fa fa-calendar"></i>
<span class="badge">7</span>
</a>
</li>
<li class="hidden-xs">
<a href="ajax/page_messages.html" class="ajax-link">
<i class="fa fa-envelope"></i>
<span class="badge">7</span>
</a>
</li>
-->
<li class="dropdown">
<a href="#" class="dropdown-toggle account" data-toggle="dropdown">
<div class="avatar">
<img src="img/1.png" class="img-rounded" alt="avatar" />
</div>
<i class="fa fa-angle-down pull-right"></i>
<div class="user-mini pull-right">
<span class="welcome">Welcome,</span>
<span><?php echo getUserName(); ?></span>
</div>
</a>
<ul class="dropdown-menu">
<li>
<a href="index.php?op=settings">
<i class="fa fa-cog"></i>
<span class="hidden-sm text">Settings</span>
</a>
</li>
<li>
<a href="index.php?op=logout">
<i class="fa fa-power-off"></i>
<span class="hidden-sm text">Logout</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<!--End Header-->
<!--Start Container-->
<div id="main" class="container-fluid">
<div class="row">