Skip to content

Instantly share code, notes, and snippets.

@davidcornu
Created January 11, 2013 18:58
Show Gist options
  • Save davidcornu/4513042 to your computer and use it in GitHub Desktop.
Save davidcornu/4513042 to your computer and use it in GitHub Desktop.

Name: checkout_en

Content (En):

<body class="account" id="updatecc" style="padding: 0;margin: 0;line-height: 1;color: rgb(68,68,68);font-size: 12.0px;font-family: arial , helvetica , sans-serif;">
  <table class="cc_info" style="width: 480.0px;padding: 0;margin: 0;">
    <tr>
      <td>
        <label for="ccNum" style="font-weight: normal;border-width: 0;margin: 0;padding: 0;">Card Number</label>
        <br/>
        <input id="ccNum" name="ccNum" style="border: 1.0px solid rgb(199,199,199);padding: 2.0px;width: 150.0px;height: 16.0px;" type="text" value="" />
      </td>
    </tr>
    <tr>
      <td>
        <label for="ccCVV" style="font-weight: normal;border-width: 0;margin: 0;padding: 0;">CVV Number</label>
        <br/>
        <input id="ccCVV" name="ccCVV" style="border: 1.0px solid rgb(199,199,199);padding: 2.0px;width: 75.0px;height: 16.0px;" type="text" value="" />
      </td>
    </tr>
  </table>
</body>

Content (Fr):

<body class="account" id="updatecc" style="padding: 0;margin: 0;line-height: 1;color: rgb(68,68,68);font-size: 12.0px;font-family: arial , helvetica , sans-serif;">
  <table class="cc_info" style="width: 480.0px;padding: 0;margin: 0;">
    <tr>
      <td>
        <label for="ccNum" style="font-weight: normal;border-width: 0;margin: 0;padding: 0;">Card Number</label>
        <br/>
        <input id="ccNum" name="ccNum" style="border: 1.0px solid rgb(199,199,199);padding: 2.0px;width: 150.0px;height: 16.0px;" type="text" value="" />
      </td>
    </tr>
    <tr>
      <td>
        <label for="ccCVV" style="font-weight: normal;border-width: 0;margin: 0;padding: 0;">CVV Number</label>
        <br/>
        <input id="ccCVV" name="ccCVV" style="border: 1.0px solid rgb(199,199,199);padding: 2.0px;width: 75.0px;height: 16.0px;" type="text" value="" />
      </td>
    </tr>
  </table>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment