Rev 24220 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<style>.row{margin:0 auto;}.modal-content{background : white;}.modelHeaderCustom{font-size:14px;font-weight:bold;}.border-highlight{border : 3px solid red;}hr{background-color:#007aff;border:none;height:1px;background:#007aff;}.control-label {margin-top: 0;margin-bottom: 0;padding-top: 7px;font-weight:bold;font-size:14px;}.form-group{border-bottom: 1px solid #eff2f7;padding-bottom: 15px;margin-bottom: 15px;}.right{float:right;}.form-control{color:black;}.table-align-center{text-align:center;}</style><section class="wrapper"><div class="row"><div class="col-lg-12"><h3 class="page-header"><i class="icon_document_alt"></i>RECHARGE</h3><ol class="breadcrumb"><li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li><li><i class="icon_document_alt"></i>CREATE COMMISSION</li></ol></div></div><form id="create-recharge-commission-form"><div id="customer-details" style="background:white;background-color:white;padding:10px;"><h4 class="modelHeaderCustom" style="font-size:22px;">Recharge Commission Information</h4><div><div class = "row">#if($operatorTypes)<div class="col-lg-2 form-group"><select class="form-control input-sm" id = "rechargeCommissionOperatorType" name = "rechargeCommissionOperatorType" placeholder="Operator Type">#foreach($operatorType in $operatorTypes)#if($operatorType == "PREPAID")<option value="$operatorType" selected>$operatorType</option>#else<option value="$operatorType">$operatorType</option>#end#end</select></div>#end<div class="col-lg-2 form-group"><select class="form-control input-sm" id = "rechargeCommissionOperator" name = "rechargeCommissionOperator" placeholder="Recharge Operators"><option value="" disabled selected>Recharge Operators</option>#foreach($rechargeOperator in $rechargeOperators)<option value="$rechargeOperator.getId()">$rechargeOperator.getName()</option>#end</select></div><div class="col-lg-2 form-group"><select class="form-control input-sm" id = "amountType" name = "amountType" placeholder="Amount Type"><option value="" disabled selected>Amount Type</option><option value="PERCENTAGE">Percentage</option><option value="FIXED">Fixed</option></select></div><div class="col-lg-2 form-group"><input placeholder="Amount" id="amount" name="amount" type="number" value="0" class="form-control input-sm"></div><div class="col-lg-2" style="float:right;"><input class="btn btn-primary create-recharge-commission-button" type="submit" value="Create"></div></div></div></div></form></section><script type="text/javascript" src="resources/js/create-recharge-commission.js?v=${version}"></script>