summaryrefslogtreecommitdiff
path: root/httemplate/docs/cvv2.html
blob: 6025a673fb3e5a3d4ee7d731158a7ed99d3d18f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<HTML>
  <HEAD>
    <TITLE>
      <% mt('CVV2 information') |h %>
    </TITLE>
  </HEAD>
  <BODY BGCOLOR="#f8f8f8">
  <% mt('The CVV2 number (also called CVC2 or CID) is a three- or four-digit security code used to reduce credit card fraud') |h %>
  <BR><BR>
  <TABLE BORDER=0 CELLSPACING=4>
    <TR>
      <TH><% mt('Visa / MasterCard / Discover') |h %></TH>
      <TH><% mt('American Express') |h %></TH>
    </TR>
    <TR>
      <TD>
        <IMG BORDER=0 ALT="<% mt('Visa/MasterCard/Discover') |h %>" SRC="../images/cvv2.png">
      </TD>
      <TD>
        <IMG BORDER=0 ALT="<% mt('American Express') |h %>" SRC="../images/cvv2_amex.png">
      </TD>
  </TABLE>
  </BODY>
</HTML>