Mercurial > laserkard
comparison paypal/lines_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 — $125 | 85 30 cards — $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 — $30 | 95 4 cards — $29 |
96 | 96 |
97 <br> | 97 <br> |
98 | 98 |
99 | 99 |
100 | 100 |
157 <!-- End of Text Input Fields --> | 157 <!-- End of Text Input Fields --> |
158 | 158 |
159 | 159 |
160 <br> | 160 <br> |
161 Total Cost: | 161 Total Cost: |
162 <input class="nbor" type="text" name="tot" size="8" value="$125.00"> | 162 <input class="nbor" type="text" name="tot" size="8" value="$99.00"> |
163 <br>(Free Shipping) | 163 <br>(Free Shipping) |
164 <br><br> | 164 <br><br> |
165 <input name="accept" type="checkbox" value="0"><br> | 165 <input name="accept" type="checkbox" value="0"><br> |
166 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. | 166 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. |
167 | 167 |