initial: bootstrap from BukidBountyApp base
This commit is contained in:
96
legacy/pages-html/slvl/all/lotterysched
Normal file
96
legacy/pages-html/slvl/all/lotterysched
Normal file
@@ -0,0 +1,96 @@
|
||||
<div class="card-body card-info" id="main-card-body" style="">
|
||||
<div class="row">
|
||||
<div class="col-md-18">
|
||||
Welcome User
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<div class="row card-info">
|
||||
<div class="col-md-18 card bg-gray text-xl border-rounded" style="width:100%;height:20%;">
|
||||
Schedule are as Follows:
|
||||
<br><br>
|
||||
<b>3D</b> Everyday at 2PM, 5PM and 9PM
|
||||
<br><br>
|
||||
<b>4D</b> Every Monday, Wednesday, Friday at 9PM
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="card" id="secondary-card">
|
||||
<div class="card-header ui-sortable-handle" style="cursor: move;">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h4 class="card-title">Betting Instructions</h4>
|
||||
</div>
|
||||
<div class="col">
|
||||
<h4 class="card-title" id=""></h4>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card-tools">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-body " id="credit-amount-request-form" style="">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
You can place your bet 30 mins before the draw.
|
||||
</div>
|
||||
<br> <br>
|
||||
<div class="col-12">
|
||||
For example, you wanted to bet Today 2PM, bets before 1:30PM are allowed.
|
||||
</div>
|
||||
<br> <br>
|
||||
<div class="col-12">
|
||||
You can place your bet 3 days in advance.
|
||||
</div>
|
||||
<br> <br>
|
||||
<div class="col-12">
|
||||
Keep the QR for scanning by the coordinator for claiming prizes.
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
var currenttarget=0;
|
||||
|
||||
// CheckPendingRequestForUI();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user