Sha256: ead69a205a9ad44d33e360854cb32ef755b9c1d08643229168cf56d2f216b2b8

Contents?: true

Size: 929 Bytes

Versions: 1

Compression:

Stored size: 929 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Dummy Payment Information</title>
  <style type="text/css">
    body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
    div.dialog {
      width: 25em;
      padding: 0 4em;
      margin: 4em auto 0 auto;
      border: 1px solid #ccc;
      border-right-color: #999;
      border-bottom-color: #999;
    }
    h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
  </style>
</head>

<body>
  <!-- This file lives in public/payment.html -->
  <div class="dialog">
    <h1>Dummy payment information</h1>
  </div>
  <form name="payment" action="/billing/payments" method="POST"> 
    <ol> 
      <li>
        <label for="payment[customer_id]">Customer id</label>  
        <input type="text" name="customer_id">
      </li>
      <li>
        <input type="submit" name="confirm" value="confirm"> 
      </li>
    <ol>
  <form>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jackpot-0.0.3 spec/dummy/public/payment.html