comparison paypal/basic_acrylic_clear.paylist @ 51:95fa4bcc5d67 laserkard

[svn r52] implemented SVG backend
author rlm
date Wed, 03 Feb 2010 03:14:09 -0500
parents 5eb11cf654de
children 8324f195ef36
comparison
equal deleted inserted replaced
50:1b5417799713 51:95fa4bcc5d67
77 <!-- Start of Options --> 77 <!-- Start of Options -->
78 78
79 79
80 <input type="radio" name = "whatev" 80 <input type="radio" name = "whatev"
81 81
82 value="40 cards @125.00" CHECKED 82 value="30 cards @99.00" CHECKED
83 onclick = "ReadForm (this.form, false);" 83 onclick = "ReadForm (this.form, false);"
84 onload = "ReadForm (this.form, false);" > 84 onload = "ReadForm (this.form, false);" >
85 40 cards &mdash; $125 85 30 cards &mdash; $99
86 86
87 <br> 87 <br>
88 88
89 89
90 <input type="radio" name = "whatev" 90 <input type="radio" name = "whatev"
91 91
92 value="4 cards @30.00" 92 value="4 cards @29.00"
93 onclick = "ReadForm (this.form, false);" 93 onclick = "ReadForm (this.form, false);"
94 onload = "ReadForm (this.form, false);" > 94 onload = "ReadForm (this.form, false);" >
95 4 cards &mdash; $30 95 4 cards &mdash; $29
96 96
97 <br> 97 <br>
98 98
99 99
100 100
145 Add a penny! ^__^ 145 Add a penny! ^__^
146 <br> 146 <br>
147 147
148 <br> 148 <br>
149 Total Cost:&nbsp; &nbsp; 149 Total Cost:&nbsp; &nbsp;
150 <input class="nbor" type="text" name="tot" size="8" value="$125.00"> 150 <input class="nbor" type="text" name="tot" size="8" value="$99.00">
151 <br>(Free Shipping) 151 <br>(Free Shipping)
152 <br><br> 152 <br><br>
153 <input name="accept" type="checkbox" value="0"><br> 153 <input name="accept" type="checkbox" value="0"><br>
154 I approve this design. I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct. 154 I approve this design. I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
155 155