-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.html
117 lines (100 loc) · 3.51 KB
/
header.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Chrome CSS Drop Down Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<<<<<<< Updated upstream
<<<<<<< Updated upstream
<link rel="stylesheet" type="text/css" href="./chromemenu1/chrometheme/chromestyle2.css" />
<script type="text/javascript" src="./chromemenu1/chromejs/chrome.js">
/**********************************************
=======
=======
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
<link rel="stylesheet" type="text/css" href="chromemenu/chrometheme/chromestyle.css" />
<script type="text/javascript" src="chromemenu/chromejs/chrome.js">
/***********************************************
<<<<<<< Updated upstream
<<<<<<< Updated upstream
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
=======
>>>>>>> Stashed changes
* Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<html>
<div id = "container">
<head>
<title>GREX Employee Record</title>
<meta
http-equiv="Content-Type"
content = "text/html; charset=utf-8;"
/>
<link
rel = "stylesheet"
type = "text/css"
href = "style.css" />
<link rel = "shotcut icon" href= "maurouli.jpg"/>
</head>
</div>
<body>
<h1 id = "top"> Employee Database</h1>
<?php
$myset = include "settings-local.php";
?>
<!--Main Menu-->
<div class= "chromostyle" id="insert">
<ul>
<li class="mainMenu"><img
src = "maurouli.jpg"
alt= "The db is not a lie..."
width="50"
hight="50" />
<a href="/~db/db-aviation">HOME</a></li>
<li><a href="#" rel="dropmenu1">EMPLOYEES</a></li>
<li><a href="#" rel="dropmenu2">test2</a></li>
<li><a href="#" rel="dropmenu3">test3</a></li>
</ul>
</div>
<!--1st drop down menu-->
<div id="dropmenu1" class="dropmenudiv">
<a href="/db/views/listEmployees/">Employees</a>
<!--<a href="/~db/db-aviation/views/listTechnicians/">Technicians</a>-->
<!--<a href="/~db/db-aviation/views/listAirTrafficControllers/">Air Traffic Controllers</a>-->
</div>
<!--2nd drop down menu-->
<div id="dropmenu2" class="dropmenudiv">
<!--<a href="/~db/db-aviation/views/listAircraftFleet/">Aircraft Fleet</a>-->
<!--<a href="/~db/db-aviation/views/listAircraftModels/">Aircraft Model</a>-->
</div>
<!--3rd drop down menu-->
<div id="dropmenu3" class="dropmenudiv">
<!--<a href="/~db/db-aviation/views/listChecks/">Checks</a>-->
<!--<a href="/~db/db-aviation/views/listFAATests/">FAA Check Types</a>-->
</div>
<!--javascript menu-->
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script>
</body> <!--end of title and menu-->
<img id = "eikona"
src = "first.jpg"
alt= "The db is not a lie..."
width="50"
hight="50"
align = center
/>
<div id="footer"><p>Credits:
<a href="mailto:[email protected]"> Aimilios Tsouvelekakis </a> ,
<a href="mailto:[email protected]"> Nikos Androulakis</a> ,
<a href="mailto:[email protected]"> Fay Kazakou</a>.
</div><!-- End of footer-->
</div><!-- End of container-->
</html>