-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·119 lines (94 loc) · 3.14 KB
/
footer.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
</tr>
</table>
<?php
if((!$wkdisgood) or ($wkdisgood=="about")){
if(!$google){
?>
<table width=100% border="0" cellpadding="10" cellspacing="1">
<tr>
<td width="33%" valign="top" bgcolor="#FFFFFF">
<fieldset>
<legend>
<strong>
<?php print $language['randomuser']; ?> <img alt='clickhere' src="images/topicarrow.gif"> </strong></legend>
<?php include("person.php"); ?>
</fieldset>
</td>
<td width="33%" valign="top" bgcolor="#FFFFFF">
<form action="search.php" method="post" class="postbody">
<fieldset>
<legend><strong><?php print $language['mailinglist']; ?> <img alt='clickhere' src="images/topicarrow.gif"> </strong></legend>
<img src="images/mailtopic.gif"><br>
<?php print $language['address']; ?> <br> <input type="text" value="person@gmail.com" onfocus="value=''" class="input-box"><br>
<input type="submit" value="Signup" class="mainoption">
</fieldset>
</form>
</td>
</td>
</tr>
</table>
<?php
}
}
?>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<table width="100%" cellspacing="0" border="0" cellpadding="0">
<tr>
<td class="left_bottom"><span class="gensmall"> </span></td>
<td class="middle_bottom3"><span class="gensmall"> </span></td>
<td class="middle_bottom2"><span class="gensmall"> </span></td>
<td class="middle_bottom" align="center"><span class="gensmall" nowrap="nowrap"><a href='index.php?pageview=contactus' class="tab"> <?php print $language['designby']; ?> David O Neill</a></span></td>
<td class="right_bottom"><span class="gensmall"> </span></td>
</tr>
</table>
</td>
<td class="back_4_7"></td>
</tr>
</table>
<table class="bodyline" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td class="back_5_1"></td>
<td class="back_5_2"></td>
<td class="back_5_3">
<div align="center" class="copyright"><br /><br /></div>
</td>
<td class="back_5_4"></td>
<td class="back_5_5">
</td>
<td class="back_5_6"></td>
<td class="back_5_7"></td>
</tr>
<tr>
<td class="back_6_1"></td>
<td class="back_6_2"></td>
<td class="back_6_3" colspan="3" valign=top>
<a href='javascript:history.back(-1)'>< Back </a> |
<a href='javascript:history.forward()'>Forward ></a>
</td>
<td class="back_6_6"></td>
<td class="back_6_7"></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<div align=center><img alt='1' src="images/valid/css2.png"> <img alt='1' src="images/valid/ie.png"> <img alt='1' src="images/php.gif"> <img alt='1' src="images/valid/mozilla.png"> <img alt='1' src="images/valid/netscape.png"><br> <p>
<img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" height="31" width="88">
<img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" height="31" width="88">
</p><br>
<img src="vin.php" width=1 height=1>
</div>
</body>
</html>