shop.balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

step_1.twig (933B)


      1 {{ header }}
      2 <div class="container">
      3   <header>
      4     <div class="row">
      5       <div class="col-sm-6">
      6         <h1 class="pull-left">1<small>/4</small></h1>
      7         <h3>{{ heading_title }}<br>
      8           <small>{{ text_step_1 }}</small></h3>
      9       </div>
     10       <div class="col-sm-6">
     11         <div id="logo" class="pull-right hidden-xs"><img src="view/image/logo.png" alt="OpenCart" title="OpenCart" /></div>
     12       </div>
     13     </div>
     14   </header>
     15   <div class="row">
     16     <div class="col-sm-9">
     17       <form action="{{ action }}" method="post" enctype="multipart/form-data">
     18         <div class="terms">{{ text_terms }}</div>
     19         <div class="buttons">
     20           <div class="pull-right">
     21             <input type="submit" value="{{ button_continue }}" class="btn btn-primary" />
     22           </div>
     23         </div>
     24       </form>
     25     </div>
     26     <div class="col-sm-3">{{ column_left }}</div>
     27   </div>
     28 </div>
     29 {{ footer }}