-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (93 loc) · 4.06 KB
/
index.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
118
119
120
121
122
123
124
125
126
127
128
<!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">
<head>
<title>
Volunteer Form Copy
</title>
<!-- Meta Tags -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Wufoo.com" />
<!-- CSS -->
<link rel="stylesheet" href="css/structure.css" type="text/css" />
<link rel="stylesheet" href="css/form.css" type="text/css" />
<!-- JavaScript -->
<script type="text/javascript" src="scripts/wufoo.js"></script>
</head>
<body id="public">
<div id="container">
<h1 id="logo">
<a href="http://wufoo.com" title="Powered by Wufoo">Wufoo</a>
</h1>
<form id="form1" name="form1" class="wufoo topLabel page" autocomplete="off" enctype="multipart/form-data" method="post" action="#public">
<div class="info">
<h2>Volunteer Form Copy</h2>
<div></div>
</div>
<ul>
<li id="foli9" class=" ">
<label class="desc" id="title9" for="Field9">
Subject
<span id="req_9" class="req">*</span>
</label>
<div>
<input id="Field9" name="Field9" type="text" class="field text medium" value="" maxlength="255" tabindex="1" />
</div>
</li>
<li id="foli111"
class=" ">
<label class="desc" id="title111" for="Field111">
Please let us know any previous voluntary work that you have done.
<span id="req_111" class="req">*</span>
</label>
<div>
<textarea id="Field111"
name="Field111"
class="field textarea medium"
rows="10" cols="50"
tabindex="2"
onkeyup=""
></textarea>
</div>
</li>
<li id="foli224" class=" ">
<label class="desc" id="title224" for="Field224">
Hours
</label>
<div>
<input id="Field224" name="Field224" type="text" class="field text medium" value="" maxlength="255" tabindex="3" onkeyup="validateRange(224, 'digit');" />
<label for="Field224">Must be between <var id="rangeMinMsg224">1</var> and <var id="rangeMaxMsg224">3</var> digits. <em class="currently">Currently Used: <var id="rangeUsedMsg224">0</var> digits.</em></label>
</div>
</li>
<li id="foli225" class=" ">
<label class="desc" id="title225" for="Field225">
URL
</label>
<div>
<input id="Field225" name="Field225" type="text" class="field text medium" value="" maxlength="255" tabindex="4" onkeyup="" />
</div>
</li>
<li class="buttons ">
<div>
<input type="hidden" name="currentPage" id="currentPage" value="dB5YAYUJLThQ1vViLqkRtO8PC6nWmLuPsz2BRQNT4gw=" />
<input id="saveForm" name="saveForm" class="btTxt submit" type="submit" value="Submit" onmousedown="doSubmitEvents();" />
</div>
</li>
<li style="display:none">
<label for="comment">Do Not Fill This Out</label>
<textarea name="comment" id="comment" rows="1" cols="1"></textarea>
<input type="hidden" id="idstamp" name="idstamp" value="" />
<input type="hidden" id="stats" name="stats" value="" />
<input type="hidden" id="clickOrEnter" name="clickOrEnter" value="" />
</li>
</ul>
</form>
</div><!--container-->
<img id="bottom" src="images/bottom.png" alt="" />
<a class="powertiny" href="http://wufoo.com" title="Powered by Wufoo"
style="display:block !important;visibility:visible !important;text-indent:0 !important;position:relative !important;height:auto !important;width:95px !important;overflow:visible !important;text-decoration:none;cursor:pointer !important;margin:0 auto !important">
<span style="background:url(./images/powerlogo.png) no-repeat center 7px; margin:0 auto;display:inline-block !important;visibility:visible !important;text-indent:-9000px !important;position:static !important;overflow: auto !important;width:62px !important;height:30px !important">Wufoo</span>
<b style="display:block !important;visibility:visible !important;text-indent:0 !important;position:static !important;height:auto !important;width:auto !important;overflow: auto !important;font-weight:normal;font-size:9px;color:#777;padding:0 0 0 3px;">Designed</b>
</a>
</body>
</html>