-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdonateform_LINKED.html
51 lines (43 loc) · 1.12 KB
/
donateform_LINKED.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
<div class="minHeight">
<div class="fullPage">
<div class="pageContent">
<div class="pageContentInner popupContentInner">
<!--Beginning main page content-->
<h1 class="popupFormHeading">Donations</h1>
<div id="accessibleForm" class = "popupForm form1Part">
<!--{formbegin}-->
<div class="errormessage">
<!--{error_msg}-->
</div>
<div class="msg">
<!--{declined_msg}-->
</div>
<!-- Main Page containing "left" and "right" boxes to standardize presentation of Payment info. -->
<div class="ecommerceFormOptions">
<h2>
Donation:
</h2>
<fieldset>
<div class="donateFormAmount formEntryArea">
<label for="amount"><span>
Amount:
</span></label>
<!--{amount}-->
</div>
<div class="donateFormInstruct formEntryArea">
Thank you for donating to the library. Please fill in a donation amount above and click Continue.
</div>
</fieldset>
</div>
<!-- end left box -->
<div class="formButtonArea">
<!--{continue}-->
<!--{cancel}-->
</div>
<!--{formend}-->
</div><!-- accessibleForm -->
<div class="clear"></div>
</div><!-- popupContentInner -->
</div><!-- pageContent -->
</div><!-- fullPage -->
</div>