-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmember_menu.php
More file actions
93 lines (88 loc) · 3.51 KB
/
member_menu.php
File metadata and controls
93 lines (88 loc) · 3.51 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
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Home</title>
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>
</head>
<body>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="168" id="AutoNumber1" height="291">
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="16">
<font face="Verdana" size="2"><a href="member_area.php">H o m e</a></font></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="16">
<font face="Verdana" size="2"><a href="member_download.php">Download</a></font></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="28">
<p style="margin-top: 0; margin-bottom: 0"><font face="Verdana" size="2">
<a target="_blank" href="member_genealogy.php">Genealogy view</a></font></p>
<p style="margin-top: 0; margin-bottom: 0"><i>
<font face="Verdana" size="1" color="#FF0000">(new windows)</font></i></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="19">
<p style="margin-top: 0; margin-bottom: 0"><font face="Verdana" size="2">
<a target="_blank" href="member_view_tree.php">View Tree</a></font></p>
<p style="margin-top: 0; margin-bottom: 0"><i>
<font face="Verdana" size="1" color="#FF0000">(new windows)</font></i></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="16">
<font face="Verdana" size="2"><a href="member_tips.php">Tips & Trik</a></font></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="16">
<font face="Verdana" size="2"><a href="member_rekrutmen.php">Rekrutmen</a></font></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="15">
<font face="Verdana" size="2"><a href="member_edit.php">Edit email & Password</a></font></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="19">
<font face="Verdana" size="2"><a href="member_profil.php">Profil Anda</a></font></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#FFFFCC" height="16">
<font face="Verdana" size="2"><a href="member_logout.php">Logout</a></font></td>
</tr>
<tr>
<td width="168" align="center" bgcolor="#CC3300" height="19"> </td>
</tr>
</table>
</center>
</div>
</body>
</html>