default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / docs / cvv2.html
1 <& /elements/header-popup.html, '' &>
2
3   <% mt('The CVV2 number (also called CVC2 or CID) is a three- or four-digit security code used to reduce credit card fraud') |h %>
4   <BR><BR>
5   <TABLE BORDER=0 CELLSPACING=4>
6     <TR>
7       <TH><% mt('Visa / MasterCard / Discover') |h %></TH>
8       <TH><% mt('American Express') |h %></TH>
9     </TR>
10     <TR>
11       <TD>
12         <IMG BORDER=0 ALT="<% mt('Visa/MasterCard/Discover') |h %>" SRC="../images/cvv2.png">
13       </TD>
14       <TD>
15         <IMG BORDER=0 ALT="<% mt('American Express') |h %>" SRC="../images/cvv2_amex.png">
16       </TD>
17   </TABLE>
18
19 <& /elements/footer-popup.html &>