Skip to content

Commit

Permalink
LPB Piso Wifi Portal 4 Template
Browse files Browse the repository at this point in the history
  • Loading branch information
LPB Piso Wifi committed Feb 17, 2019
1 parent 151077c commit 37701d2
Show file tree
Hide file tree
Showing 7 changed files with 559 additions and 90 deletions.
47 changes: 34 additions & 13 deletions buyvoucher.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
margin:auto;
text-align: center;
}
.vertical-form {
padding-left:15px;
padding-right:15px;
}
a {color:#428bca !important;}
a:hover{
text-decoration: none !important;
}
Expand Down Expand Up @@ -94,35 +99,37 @@


<!--Toast-->
<div align="center">
<div align="center" class="text text-danger">
<p>VOUCHER AMOUNT :
<span id="tamount">0.00 <br> </p>
<span id="tamount" class="h4 font-weight-bold">0.00</p>


<div class="progress progress-rounded progress-lg progress-striped active">
<div id="progressBar" class="progress-bar progress-bar-danger" style="width:70%"></div>
</div>
<div id="progress-msg" class="text-center text-white" style="margin-top:-25px;"> </div>
<div style="clear: both; height:15px;"></div>
<div id="progress-msg" class="text-center text-white" style="margin-top:-25px;"> </div>
<div style="clear: both; height:60px;"></div>
<div id="transcoins">


</div>

</div>
<a href="<?= $done ?>"><button style="font-size: 180%;margin-bottom:20px;font-weight: normal;padding:10px;border-radius:20px;" name="submit" class="btn btn-success button-animate button-rnd" type="submit" >Start Internet</button> </a>
<a title="Click to Start Using the Internet" href="<?= $done ?>"><button style="font-size: 180%;margin-bottom:20px;font-weight: normal;padding:10px;border-radius:20px;" name="submit" class="btn btn-success button-animate button-rnd btn-spinner" type="submit" >Start Internet</button> </a>



<footer class="footer" style="margin-top:100px;margin-bottom:-20px;max-width: 500px">
<footer class="footer" style="margin:auto;max-width: 500px;position: relative;">
Powered By: <a href="http://www.pmpw.tech" target="_blank" >PMPW Tech</a>

<div class="text-left" style="font-size:80%;">
<div class="row">
<div class="col-md-6">
<i class="fa fa-file-o"></i> <a id="policy_view" href="#" data-toggle="modal" data-target="#policy">Terms of Service</a> <br>
<div class="col-xs-6" style="width:50%">
<i class="fa fa-facebook-f"></i> <a href="http://facebook.com/pmpw.tech" target="_blank">facebook.com/pmpw.tech</a> <br>
<i class="fa fa-phone-square"></i> 0995 282 6560 <br>
</div>

<div class="col-md-6">
<div class="col-xs-6" style="width:50%">
<i class="fa fa-at"></i> pmpw.tech@gmail.com <br>
<i class="fa fa-map-marker"></i> Cebu City, Cebu
</div>
Expand All @@ -147,7 +154,21 @@


<!--//footer-->


<script>
window.history.pushState(null, "", window.location.href);
window.onpopstate = function() {
window.history.pushState(null, "", window.location.href);
alert("If you want to cancel, please click the Start Internet button.");
};
$(document).ready(function() {
// add spinner and disable button when click
$(".btn-spinner").on('click', function(e) {
//e.preventDefault();
$(".btn-spinner").attr("disabled", "disabled");
//$(".btn-no-spinner").attr("disabled", false);
$(this).prepend('<i class="fa fa-spinner fa-spin"></i> ');
});
});
</script>
</body>
</html>
Binary file added images/allow_notification.JPG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bell.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/instructions.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37701d2

Please sign in to comment.