| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2bzend/application/views/scripts/activities/ |
Upload File : |
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">Policies</h4>
</div>
<div class="modal-body">
<div class="col-md-12 alert alert-info">
<div class="form-group form-group1 no-margin">
<label class="inlinebl">Mark Up Setting : </label>
<label class="radio inlinebl standardpol" onclick="viewMarkupPoliciesSettingGrid('<?php echo $this->InvnItemSysId; ?>','STANDARDPOLICIES')">
<div class="iradio_flat" style="position: relative;">
<input type="radio" <?php if($this->popupType=="STANDARDPOLICIES") { echo "checked"; } ?> class="icheck-black" value="S" id="optionsRadios3" name="optionsRadios3" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border: 0px none; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border: 0px none; opacity: 0;"></ins></div>
Standard
</label>
<label class="radio inlinebl customizepol" onclick="viewMarkupPoliciesSettingGrid('<?php echo $this->InvnItemSysId; ?>','CUSTOMIZEPOLICIES')">
<div class="iradio_flat" style="position: relative;">
<input type="radio" <?php if($this->popupType=="CUSTOMIZEPOLICIES") { echo "checked"; } ?> class="icheck-black" value="C" id="optionsRadios3" name="optionsRadios3" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border: 0px none; opacity: 0;"><ins class="iCheck-helper" style="position: absolute; top: -20%; left: -20%; display: block; width: 140%; height: 140%; margin: 0px; padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border: 0px none; opacity: 0;"></ins></div>
Customize
</label>
</div>
</div>
<div id="markup-settings-policies-grid-content">
</div>
<div class="clear"></div>
</div>
<div class="modal-footer">
<?php if($this->key=="single") { ?>
<button type="button" class="btn btn-default btn-round" data-dismiss="modal">Exit</button>
<?php } else { ?>
<button type="button" class="btn btn-default btn-round" data-dismiss="modal">Exit</button>
<?php } ?>
</div>
<script type="text/javascript">
$().ready(function() {
viewMarkupPoliciesSettingGrid('<?php echo $this->InvnItemSysId; ?>','<?php echo $this->popupType; ?>');
});
function showMarkupModal()
{
$('#myModalPolicy').modal('hide');
$('body').removeClass('modal-open');
$('div.modal-backdrop fade in').remove();
}
</script>
<!--Layout Script start -->
<!-- Script For Icheck -->
<script src="<?php echo $this->baseUrl('public/assets/js/icheck.min.js'); ?>"></script>
<!-- Script For Icheck -->
<!--Advance Radio and checkbox demo start-->
<script src="<?php echo $this->baseUrl('public/assets/js/pages/checkboxRadio.js'); ?>"></script>
<!--Advance Radio and checkbox demo start-->