pay_info.pt 3.09 KB
<html metal:use-macro="load: opensipkd.base:views/templates/base3-clean.pt">
<div metal:fill-slot="content">
<style>
    button {
        margin:0px 3px;
    }
    #main{min-height: 1px;
          padding-bottom: 1px;}


hr { 
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  /*border-style: inset;*/
  /*border-width: 0.2px;*/
} 

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.control-label{
  text-align: left !important;
}


</style>

</div>
<div metal:fill-slot="scripts">
  <div class="panel-body col-md-12">
    <div class="col-md-6 col-md-offset-3 col-xs-12 well" style="padding: 0px;">
        <!-- Proses Template Form -->
        <form method="post" 
              accept-charset="utf-8" 
              id="deform" 
              class="form-horizontal"
              enctype="multipart/form-data" 
              style="background-color:white;"
              autocomplete="off">

          <!-- Tampilan untuk general error -->
          <!-- END Tampilan untuk general error -->

          <div class="col-md-12">

            <!-- Looping Semua Field-->

            <h5 style="width: 100%; text-align: left;">Lakukan pembayaran sebelum tagihan kamu kadaluwarsa.</h5>
            <div class="panel-body well" style="padding: 0px;">
              <div class="panel-header" style="text-align: center;">
                <label style="font-weight: normal; margin-bottom: 0px; margin-top: 10px;" class="col-md-12 col-xs-12 col-sm-12">
                  Total pembayaran 
                </label>
                <label style="font-size: 1.2em; color: #db4827;" class="col-md-12 col-xs-12 col-sm-12">
                  Rp. ${amount}
                </label> 
              </div>
              <hr class="col-sm-12 col-md-12 col-xs-12" >
              <label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">Batas Pembayaran </label>
              <label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">${dt_tm_str}</label>
              <hr class="col-sm-12 col-md-12 col-xs-12" >
              <label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">Metode Pembayaran </label>
              <div class="col-md-12 col-xs-12 col-sm-12" id="img_container">
                <img  style="height: 60px;" src="${request._host}/static/payment/${img_src}">
              </div>
              
              <label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">${meth_str}</label>
              <hr class="col-sm-12 col-md-12 col-xs-12" >
              <label style="font-weight: normal;" class="col-md-12 col-xs-12 col-sm-12">${subject}</label>
              <label style="font-weight: bolder;" class="col-md-12 col-xs-12 col-sm-12">${content}</label>
            </div>

          </div>

          <div>
            
          </div>



        </form>
        <!-- End Template Form -->
      <!-- </div> -->

    </div>
  </div>
  <script>

    $(document).ready(function() {
    })

  </script>
</div>
</html>