-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathindex2.php
More file actions
107 lines (105 loc) · 3.53 KB
/
index2.php
File metadata and controls
107 lines (105 loc) · 3.53 KB
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
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pakar Belimbing Manis</title>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body {
background-image: url();
background-color: #009933;
}
.style1 {color: #FF0000}
-->
</style></head>
<body>
<div align="center">
<table width="989">
<tr>
<td bordercolor="#DBEAF5" bgcolor="#009933"> </td>
<td colspan="2" bgcolor="#009933"> </td>
<td bgcolor="#009933"> </td>
</tr>
<tr>
<td bordercolor="#DBEAF5" bgcolor="#009933"> </td>
<td colspan="2" bgcolor="#009933"><?php
include "inc.header.php";
?></td>
<td bgcolor="#009933"> </td>
</tr>
<tr>
<td width="101" height="43" bgcolor="#009933"> </td>
<td width="128" bgcolor="#FFFF33"><div align="center"><strong>MENU</strong></div></td>
<td width="592" rowspan="8" valign="top" bgcolor="#DBEAF5"><?php
include "inc.bukaprogram.php";
?></td>
<td width="148" rowspan="8" bgcolor="#009933"> </td>
</tr>
<tr>
<td bgcolor="#009933"> </td>
<td height="32" bgcolor="#6633FF"><ul id="MenuBar1" class="MenuBarHorizontal">
<li>
<div align="center"><a href="?page=home" class="style1"> Beranda </a> </div>
</li>
</ul> </td>
</tr>
<tr>
<td bgcolor="#009933"> </td>
<td height="26" bgcolor="#6633FF"><ul id="MenuBar1" class="MenuBarHorizontal">
<li>
<div align="center"><a href="?page=daftar" class="MenuBarActive style1" > Diagnosa</a> </div>
</li>
</ul> </td>
</tr>
<tr>
<td bgcolor="#009933"> </td>
<td height="37" bgcolor="#6633FF"><ul id="MenuBar1" class="MenuBarHorizontal">
<li>
<div align="center"><a class="MenuBarActive" href="?page=artikel" > Artikel </a> </div>
</li>
</ul> </td>
</tr>
<tr>
<td bgcolor="#009933"> </td>
<td height="26" bgcolor="#6633FF"><ul id="MenuBar1" class="MenuBarHorizontal">
<li>
<div align="center"><a class="MenuBarActive" href="?page=profil" > Profil</a> </div>
</li>
</ul> </td>
</tr>
<tr>
<td bgcolor="#009933"> </td>
<td height="26" bgcolor="#6633FF"><ul id="MenuBar1" class="MenuBarHorizontal">
<li>
<div align="center"><a class="MenuBarActive" href="?page=login" > Admin </a> </div>
</li>
</ul> </td>
</tr>
<tr>
<td bgcolor="#009933"> </td>
<td height="29" bgcolor="#6633FF"><ul id="MenuBar1" class="MenuBarHorizontal">
<li>
<div align="center"><a class="MenuBarActive" href="?page=help" >Bantuan</a> </div>
</li>
</ul> </td>
</tr>
<tr>
<td bgcolor="#009933"> </td>
<td height="74" bgcolor="#009933"> </td>
</tr>
<tr>
<td bgcolor="#009933"> </td>
<td height="51" colspan="2" bgcolor="#009933"><?php
include "inc.footer.php";
?></td>
<td height="51" bgcolor="#009933"> </td>
</tr>
</table>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</div>
</body>
</html>