Sha256: fb7d45c492badf667049ce4ef8238aa0939e04701f9bbadac64836db15298295

Contents?: true

Size: 919 Bytes

Versions: 31

Compression:

Stored size: 919 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();">
    <div>
      <h2>One moment...</h2>
    </div>
    
    {% checkoutform %}
      <noscript>
        <input type="submit" value="Checkout" />
      </noscript>
    {% endcheckoutform %}
  </body>
</html>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
dugway-0.10.5 spec/fixtures/theme/checkout.html
dugway-0.10.4 spec/fixtures/theme/checkout.html
dugway-0.10.3 spec/fixtures/theme/checkout.html
dugway-0.10.2 spec/fixtures/theme/checkout.html
dugway-0.10.1 spec/fixtures/theme/checkout.html
dugway-0.10.0 spec/fixtures/theme/checkout.html
dugway-0.9.0 spec/fixtures/theme/checkout.html
dugway-0.8.4 spec/fixtures/theme/checkout.html
dugway-0.8.3 spec/fixtures/theme/checkout.html
dugway-0.8.2 spec/fixtures/theme/checkout.html
dugway-0.8.1 spec/fixtures/theme/checkout.html
dugway-0.8.0 spec/fixtures/theme/checkout.html
dugway-0.7.1 spec/fixtures/theme/checkout.html
dugway-0.7.0 spec/fixtures/theme/checkout.html
dugway-0.6.7 spec/fixtures/theme/checkout.html
dugway-0.6.6 spec/fixtures/theme/checkout.html
dugway-0.6.5 spec/fixtures/theme/checkout.html
dugway-0.6.4 spec/fixtures/theme/checkout.html
dugway-0.6.3 spec/fixtures/theme/checkout.html
dugway-0.6.2 spec/fixtures/theme/checkout.html