diff paypal/BASE.paylist @ 40:1ac1409ea68c laserkard

[svn r41] implemented dynamic text.
author rlm
date Mon, 25 Jan 2010 03:42:08 -0500
parents ae22c2d59891
children
line wrap: on
line diff
     1.1 --- a/paypal/BASE.paylist	Sun Jan 24 15:06:22 2010 -0500
     1.2 +++ b/paypal/BASE.paylist	Mon Jan 25 03:42:08 2010 -0500
     1.3 @@ -1,13 +1,15 @@
     1.4  <div id = "i_inputbox">
     1.5  
     1.6 +
     1.7 +
     1.8  <div class = "ttyls"> <titletron>PERL::TITLE</titletron></div><br>
     1.9 -<div class = "descript"> PERL::DESC </div>
    1.10 +<div class = "descript">PERL::DESC </div>
    1.11  
    1.12  <!-- Start of Form -->
    1.13  <!-- Note: target="paypal" was replaced with the variable target="_self" -->
    1.14  <!-- Note: shopping_url also added to code -->
    1.15  <!-- These two changes allow better functionality with IE and Firefox --> 
    1.16 -<form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; return ReadForm(this, true);">
    1.17 +<form id = "paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = '_self'; verify(this);return ReadForm(this, true);">
    1.18  <input type="hidden" name="add" value="1">
    1.19  <input type="hidden" name="cmd" value="_cart">
    1.20  <!--your email address goes here -->