viewers

Rabu, 03 Juni 2015

TAMPILAN VIEW INVOICE

<!-- Page Content -->
<div id="page-wrapper">
    <div class="container-fluid">
        <div class="row">
            <div class="col-lg-12">
                <h1 class="page-header">view voice</h1>
               
               
               

<!DOCTYPE html>
 <head>
  <style type="text/css">
  body{background:#efefef;font-family:arial;}
  #wrapshopcart{width:70%;margin:3em auto;padding:30px;background:#fff;box-shadow:0 0 15px #ddd;}
  h1{margin:0;padding:0;font-size:2.5em;font-weight:bold;}
  p{font-size:1em;margin:0;}
  table{margin:2em 0 0 0; border:1px solid #eee;width:100%; border-collapse: separate;border-spacing:0;}
  table th{background:#fafafa; border:none; padding:20px ; font-weight:normal;text-align:left;}
  table td{background:#fff; border:none; padding:12px  20px; font-weight:normal;text-align:left; border-top:1px solid #eee;}
  table tr.total td{font-size:1.5em;}
  .btnsubmit{display:inline-block;padding:10px;border:1px solid #ddd;background:#eee;color:#000;text-decoration:none;margin:2em 0;}
  </style>
 </head>

 <body>
  <div id="wrapshopcart">
 
   <label><h>NO. INVOICE    : </h>
   
  
   </label>
   <hr>
   <label>
  
    <tr><th>Date    : </th></tr>
   
   
   
   </label>
   </hr>
   
   <table>
    <tr><th width="70%">Produk</th><th width="10%">Quantity</th><th width="20%">Subtotal</th></tr>

   
    </table>
   
    <table>
    <td></td><td >Total</td><td></td>
   </table>
  
  
 </body>



    </div>
            </div>
            <!-- /.col-lg-12 -->
        </div>
        <!-- /.row -->
    </div>
    <!-- /.container-fluid -->
</div>
<!-- /#page-wrapper -->