Sha256: 15be034604b11bc8fee5f732c085fae13b5e82292f452adb479335dc5d763755

Contents?: true

Size: 933 Bytes

Versions: 5

Compression:

Stored size: 933 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>{{ store.name }} &mdash; {{ page.name }}</title>

    <meta charset="utf-8">
    <meta name="description" content="{{ page.meta_description }}">
    <meta name="keywords" content="{{ page.meta_keywords }}">

    <link href="{{ theme | theme_css_url }}" media="screen" rel="stylesheet" type="text/css">

    <script type="text/javascript" charset="utf-8">
      function checkout() {
        if(top != self) {
          top.location.replace(self.location.href);
          } else {
          document.checkout_form.submit();
        }
      }
    </script>

    {{ head_content }}
  </head>

  <body id="{{ page.permalink }}" class="{{ page.category }}" onload="checkout();">
    <h1>One moment&hellip;</h1>

    {% checkoutform %}
      <noscript>
        <button type="submit" name="checkout" title="Checkout">Checkout</button>
      </noscript>
    {% endcheckoutform %}
  </body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dugway-0.10.5 lib/dugway/cli/templates/source/checkout.html
dugway-0.10.4 lib/dugway/cli/templates/source/checkout.html
dugway-0.10.3 lib/dugway/cli/templates/source/checkout.html
dugway-0.10.2 lib/dugway/cli/templates/source/checkout.html
dugway-0.10.1 lib/dugway/cli/templates/source/checkout.html