-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathtemplate4_master.htm
250 lines (205 loc) · 9.51 KB
/
template4_master.htm
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<html>
<head>
<title>Template 4 Master</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="styles/style.css">
<SCRIPT LANGUAGE="JavaScript">
<!--Hide from old browsers
function theDate() {
var days = new Array(8);
days[1] = "Sunday";
days[2] = "Monday";
days[3] = "Tuesday";
days[4] = "Wednesday";
days[5] = "Thursday";
days[6] = "Friday";
days[7] = "Saturday";
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj = new Date()
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear = dateObj.getYear()
document.write(wday + " " + lmonth + " " + date + ", " + fyear)
}
//-->
</SCRIPT>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<TABLE NAME="CHANGE MY WIDTH" WIDTH="90%" border=0 cellspacing=0 cellpadding=0><TR><TD>
<!-- CHANGING THE WIDTH ABOVE WILL CHANGE ALL PAGE WIDTH -->
<table NAME="HEADER" width="100%" border=0 cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td height="68" valign=top><img src="images/dba_400_home.jpg" width="400" height="58" alt="Database Answers"></td>
<td ROWSPAN=2 width="100%" align="right"><img src="images/maldives_sml.jpg" hspace="0" vspace="4"></td>
</tr>
<tr>
<td COLSPAN=2 heiIIIght="68" valign="bottom"><p class="time"><nobr><SCRIPT LANGUAGE="JavaScript">theDate();</SCRIPT></nobr></p></td>
</tr>
</table>
<table NAME="ORANGE BAND" width="100%" border=0 cellspacing="0" cellpadding="0">
<tr>
<td height="2"><img src="images/v3/spacer.gif" width="663" height="2"></td>
</tr>
<tr>
<td height="3" bgcolor="#FF9900"><img src="images/v3/spacer.gif" width="663" height="3"></td>
</tr>
<tr>
<td height="2"><img src="images/v3/spacer.gif" width="663" height="2"></td>
</tr>
</table>
<table NAME="TOP NAVBAR" width=100% border=0 cellpadding=0 cellspacing=0 background="images/v3/px-blue.gif" bgcolor="#3366CC">
<tr>
<td> <img src="images/v3/spacer.gif" width=5 height=24></td>
<td><a href="index.htm"> <img name="menu_home" src="images/v3/menu-home-blue.gif" width=85 height=24 border=0 alt="Home"></a></td>
<td><img src="images/v3/curve-top-blue.gif" width=28 height=24></td>
<td> <a href="#">
<img name="menu_question" src="images/v3/menu-question.gif" width=109 height=24 border=0 alt="Ask a Question"></a></td>
<td> <a href="careers.htm"> <img name="menu_careers" src="images/v3/menu-careers.gif" width=59 height=24 border=0 alt="Careers"></a></td>
<td><a href="#">
<img name="menu_contact" src="images/v3/menu-contact.gif" width=76 border=0 height=24 alt="Contact us"></a></td>
<td> <a href="#">
<img name="menu_models" src="images/v3/menu-models.gif" width=83 height=24 border=0 alt="Data Models"></a></td>
<!---
<td> <a href="#">
<img name="menu_faqs" src="images/v3/menu-faqs.gif" width=48 height=24 border=0 alt="FAQ's"></a></td>
--->
<td> <a href="#">
<img name="menu_timers" src="images/v3/menu-timers.gif" width=82 height=24 border=0 alt="First Timers"></a></td>
<td> <a href="#">
<img name="menu_search" src="images/v3/menu-search.gif" width=53 height=24 border=0 alt="Search"></a></td>
<td width="100%"> <a href="site_map.htm">
<img name="menu_map" src="images/v3/menu-map.gif" width=62 height=24 border=0 alt="Site Map"></a></td>
</tr>
</table>
<table NAME="GRAY NAVBAR" width="100%" border=0 cellspacing="0" cellpadding="0">
<tr>
<td height="2"><img src="images/v3/spacer.gif" width="663" height="2"></td>
</tr>
<tr>
<td height="3" bgcolor="#999999"><img src="images/v3/spacer.gif" width="663" height="3"></td>
</tr>
<tr>
<td height="2"><img src="images/v3/spacer.gif" width="663" height="2"></td>
</tr>
</table>
<table NAME="MAIN CONTENT" width="100%" border=0 cellspacing="0" cellpadding="0">
<tr>
<td width="90" background="images/v3/px-left.gif" valign="top" align="center" bgcolor="#3399CC"><img src="images/boschendal_vertical_sml.jpg" width="81" height="122" vspace="5">
<p><img src="images/v3/spacer.gif" width="90"></p></td>
<td valign="top"><img src="images/v3/spacer.gif" width="3" height="239"></td>
<td width="100%" bgcolor="#B0D8FF" valign="top"><img src="images/v3/spacer.gif" height=20>
<table WIDTH=90% wiIIIdth="590" border=0 cellspacing="0" cellpadding="0">
<tr>
<td rowspan="4" valign="top" width="30"><img src="images/v3/spacer.gif" width="21" height="1"></td>
<td width="61"> </td>
<td rowspan="4" width="6"><img src="images/v3/spacer.gif" width="6" height="1"></td>
<td colspan="3" width="100%" align="right" class="header1">
Template Master Records<img src="images/v3/spacer.gif" width="5" height="1"></td>
<td width="3" bgcolor="#FF9900"><img src="images/v3/px-orange.gif" width="3" height="20"></td>
</tr>
<tr>
<td rowspan="3" valign="top" width="1"> </td>
<td colspan="4" height="3" rowspan="3" valign="top">
<table width="100%" border=0 cellspacing="0" cellpadding="0" height="3">
<tr bgcolor="#FF9900">
<td><img src="images/v3/px-orange.gif" width="1" height="3"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FF9900"><img src="images/v3/px-orange.gif" width="3" height="1"></td>
<td><img src="images/v3/spacer.gif" width="8" height="1"></td>
<td width="100%"><p class="small">
This Page shows the Template for Master records with drill-down for details.
<BR>This Template is View-Driven and applies to Clients, Donors, Projects, Staff, etc..
</td>
</tr>
</table>
</td>
</tr>
<tr> </tr>
<tr> </tr>
</table>
<br>
<table width="590" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="25"><img src="images/v3/spacer.gif" border="0" width="31"></td>
<td>
<table width="100%" border="0" cellspacing="3" cellpadding="3" bgcolor="#FF9900" name="change me">
<tr>
<td class="header2" colspan="2">
<div align="center">Top-level Details of Master records.</div>
</td>
</tr>
<tr>
<td class="cell" width="50%" bgcolor="#B0D8FF"><img src="images/v3/white-point.gif" width="17" height="8">
<a class="cell" href="details4_megabank.htm">
MegaBank</a></td>
<td class="cell" width="50%" bgcolor="#B0D8FF">Customer since 1990, in good standing.</td>
</tr>
</table>
</td>
</tr>
</table>
<p> </p></TD>
</TR></TABLE>
<table name="GRAY BAND" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2"><img src="images/v3/spacer.gif" width="663" height="2"></td>
</tr>
<tr>
<td height="3" bgcolor="#999999"><img src="images/v3/spacer.gif" width="663" height="3"></td>
</tr>
<tr>
<td height="2"><img src="images/v3/spacer.gif" width="663" height="2"></td>
</tr>
</table>
<table NAME="bottom NAVBAR" width=100% border=0 cellpadding=0 cellspacing=0 background="images/v3/px-blue.gif" bgcolor="#3366CC">
<tr>
<td> <img src="images/v3/spacer.gif" width=5 height=24></td>
<td> <a href="index.htm"> <img name="menu_home" src="images/v3/menu-home-blue.gif" width=85 height=24 border=0 alt="Home"></a></td>
<td> <img src="images/v3/curve-bottom-blue2.gif" width=28 height=24></td>
<td> <a href="#">
<img name="menu_question" src="images/v3/menu-question.gif" width=109 height=24 border=0 alt="Ask a Question"></a></td>
<td> <a href="careers.htm"> <img name="menu_careers" src="images/v3/menu-careers.gif" width=59 height=24 border=0 alt="Careers"></a></td>
<td><a href="#">
<img name="menu_contact" src="images/v3/menu-contact.gif" width=76 border=0 height=24 alt="Contact us"></a></td>
<td> <a href="#">
<img name="menu_models" src="images/v3/menu-models.gif" width=83 height=24 border=0 alt="Data Models"></a></td>
<!---
<td> <a href="#">
<img name="menu_faqs" src="images/v3/menu-faqs.gif" width=48 height=24 border=0 alt="FAQ's"></a></td>
--->
<td> <a href="#">
<img name="menu_timers" src="images/v3/menu-timers.gif" width=82 height=24 border=0 alt="First Timers"></a></td>
<td> <a href="#">
<img name="menu_search" src="images/v3/menu-search.gif" width=53 height=24 border=0 alt="Search"></a></td>
<td width="100%"> <a href="#">
<img name="menu_map" src="images/v3/menu-map.gif" width=62 height=24 border=0 alt="Site Map"></a></td>
</tr>
</table>
<table name="ORANGE BAND" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2"><img src="images/v3/spacer.gif" width="663" height="2"></td>
</tr>
<tr>
<td height="3" bgcolor="#FF9900"><img src="images/v3/spacer.gif" width="663" height="3"></td>
</tr>
</table>
<!-- HERE BASE TABLE CLOSES, INSIDE WHICH ALL PAGE IS PLACED, AND WHICH WIDTH IS 90 PERCENTS -->
</td></tr></table>
</body>
</html>