Sha256: a1b06b761c31326702c0a58a1d69f17ec8cf87b1b0d18bc38c50b8f1b8c79666

Contents?: true

Size: 950 Bytes

Versions: 26

Compression:

Stored size: 950 Bytes

Contents

<!DOCTYPE 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

26 entries across 26 versions & 1 rubygems

Version Path
dugway-0.10.0 lib/dugway/cli/templates/source/checkout.html
dugway-0.9.0 lib/dugway/cli/templates/source/checkout.html
dugway-0.8.4 lib/dugway/cli/templates/source/checkout.html
dugway-0.8.3 lib/dugway/cli/templates/source/checkout.html
dugway-0.8.2 lib/dugway/cli/templates/source/checkout.html
dugway-0.8.1 lib/dugway/cli/templates/source/checkout.html
dugway-0.8.0 lib/dugway/cli/templates/source/checkout.html
dugway-0.7.1 lib/dugway/cli/templates/source/checkout.html
dugway-0.7.0 lib/dugway/cli/templates/source/checkout.html
dugway-0.6.7 lib/dugway/cli/templates/source/checkout.html
dugway-0.6.6 lib/dugway/cli/templates/source/checkout.html
dugway-0.6.5 lib/dugway/cli/templates/source/checkout.html
dugway-0.6.4 lib/dugway/cli/templates/source/checkout.html
dugway-0.6.3 lib/dugway/cli/templates/source/checkout.html
dugway-0.6.2 lib/dugway/cli/templates/source/checkout.html
dugway-0.6.1 lib/dugway/cli/templates/source/checkout.html
dugway-0.6.0 lib/dugway/cli/templates/source/checkout.html
dugway-0.5.9 lib/dugway/cli/templates/source/checkout.html
dugway-0.5.8 lib/dugway/cli/templates/source/checkout.html
dugway-0.5.7 lib/dugway/cli/templates/source/checkout.html