Mercurial > laserkard
view paypal/BASE.paylist @ 43:329638a361cc laserkard
[svn r44] implemented redraw memory.
author | rlm |
---|---|
date | Thu, 28 Jan 2010 00:32:54 -0500 |
parents | 1ac1409ea68c |
children |
line wrap: on
line source
1 <div id = "i_inputbox">5 <div class = "ttyls"> <titletron>PERL::TITLE</titletron></div><br>6 <div class = "descript">PERL::DESC </div>8 <!-- Start of Form -->9 <!-- Note: target="paypal" was replaced with the variable target="_self" -->10 <!-- Note: shopping_url also added to code -->11 <!-- These two changes allow better functionality with IE and Firefox -->12 <form id = "paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; verify(this);return ReadForm(this, true);">13 <input type="hidden" name="add" value="1">14 <input type="hidden" name="cmd" value="_cart">15 <!--your email address goes here -->16 <input type="hidden" name="business" value="laserkards@mit.edu">17 <input type="hidden" name="item_name">18 <input type="hidden" name="item_number">19 <input type="hidden" name="amount">20 <input type="hidden" name="currency_code" value="USD">21 <input type="hidden" name="lc" value="US">22 <input type="hidden" name="shopping_url" value="http://www.laserkard.com/buy.pl">23 <input type="hidden" name="cancel_return" value="http://www.laserkard.com">24 <input type="hidden" name="return" value="http://www.laserkard.com">25 <input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHosted">28 <!-- -->29 <input type="hidden" name="baseamt" value="00">30 <input type="hidden" name="basedes" value="PERL::PRODUCT-NAME">31 <!-- -->32 <input type="hidden" name="baseon0" PERL::OPT0>33 <input type="hidden" name="baseos0">34 <input type="hidden" name="baseon1" PERL::OPT1>35 <input type="hidden" name="baseos1">36 <input type="hidden" name="baseon2" PERL::OPT2>37 <input type="hidden" name="baseos2">38 <input type="hidden" name="baseon3" PERL::OPT3>39 <input type="hidden" name="baseos3">40 <input type="hidden" name="baseon4" PERL::OPT4>41 <input type="hidden" name="baseos4">42 <input type="hidden" name="baseon5" PERL::OPT5>43 <input type="hidden" name="baseos5">44 <input type="hidden" name="baseon6" PERL::OPT6>45 <input type="hidden" name="baseos6">46 <input type="hidden" name="baseon7" PERL::OPT7>47 <input type="hidden" name="baseos7">48 <input type="hidden" name="baseon8" PERL::OPT8>49 <input type="hidden" name="baseos8">50 <input type="hidden" name="baseon9" PERL::OPT9>51 <input type="hidden" name="baseos9">52 <input type="hidden" name="baseitn">53 <!-- -->54 <input type="hidden" name="on0">55 <input type="hidden" name="os0">56 <input type="hidden" name="on1">57 <input type="hidden" name="os1">58 <input type="hidden" name="on2">59 <input type="hidden" name="os2">60 <input type="hidden" name="on3">61 <input type="hidden" name="os3">62 <input type="hidden" name="on4">63 <input type="hidden" name="os4">64 <input type="hidden" name="on5">65 <input type="hidden" name="os5">66 <input type="hidden" name="on6">67 <input type="hidden" name="os6">68 <input type="hidden" name="on7">69 <input type="hidden" name="os7">70 <input type="hidden" name="on8">71 <input type="hidden" name="os8">72 <input type="hidden" name="on9">73 <input type="hidden" name="os9">74 <!-- -->77 <!-- Start of Options -->79 PERL::PAYMENT82 83 <!-- End of Options -->85 <!-- Start of Text Input Fields -->86 PERL::INPUT87 <!-- -->89 <!-- End of Text Input Fields -->91 PERL::PENNY92 <br>93 Total Cost: 94 <input class="nbor" type="text" name="tot" size="8" value=PERL::INITIAL_COST>95 <br>(Free Shipping)96 <br><br>97 <input name="accept" type="checkbox" value="0"><br>98 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.101 <br><br>102 <div id = "buttoncon">103 <div id="crush">104 Sending Order.105 </div>107 <div id="vanish">108 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">109 </div>112 114 </div>116 </form>117 <!-- End of Form -->120 </div>