pay_info.pt 2.1 KB
<html metal:use-macro="load: base.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">
        <!-- 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-->

            <h3 style="width: 100%; text-align: center;">Sukses Melakukan Pembayaran :)</h3>
            <hr class="col-md-12">
            <div style="margin-right: 20%; margin-left: 20%">
              <h5 style="width: 100%; text-align: center;">${subject}</h5>
              <h6 style="width: 100%; text-align: center;">${content}</h6>
            </div>

            <div id="bt_box" class="col-md-12" style="text-align: right;">
<!--                <button style="width: 100px;" class="btn btn-success" type="submit" name="bayar" id="bt_bayar" >Bayar</button> 

               <button class="btn btn-warning" type="submit" name="batal_bayar" id="bt_batal_bayar" >Batal</button> -->
              
            </div>

          </div>

          <div>
            
          </div>



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

    </div>
  </div>
  <script>

    $(document).ready(function() {

    })

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