[%USE O%][%USE this.plugin%]
<h1>RVGlobalSoft Plugin License Agreement</h1>
<div class="message">[%O.msgGet()%]</div>
<p>Please read and agree to the agreement below by clicking "I accept this Plugin License Agreement" checkbox and then clicking "Submit".</p>
<textarea id="licenseagree" readonly="readonly" style="width: 700px; height: 400px;">[%licenseData%]</textarea>
<p>
<form id="frm_form" method="post" action="">
<input type="hidden" id="action" name="action" value="agree" />
<div><input type="checkbox" id="agree" value="agree" /> <label for="agree">I accept this Plugin License Agreement.</label></div>
<div>
<center>
<input type="submit" id="submit" name="submit" value="Submit" />
</center>
</div>
</form>
</p>
<script type="text/javascript">
\$( '#frm_form' ).submit(function () {
var checked = \$( '#agree' ).attr('checked');
if (checked == undefined ) {
alert('Please check accept the terms of License Agreement.');
return false;
} else {
return true;
}
});
</script>
Copyright 2K16 - 2K18 Indonesian Hacker Rulez