Server IP : 192.64.118.117 / Your IP : 18.191.171.58 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/www/wp-content/plugins/e-signature/views/partials/ |
Upload File : |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } ?> <div class="col-sm-6" <?php if (array_key_exists('esig-tooltip', $data)) { echo $data['esig-tooltip']; } ?>> <div style="pointer-events: none;" class="signature-wrapper-displayonly-signed" id="signature-<?php echo $data['user_id']; ?>"> <div class="signed rtl-signed"> <?php $esignature = new WP_E_Signature(); if(isset($data['signature']) && $data['signature']=="yes") { echo '<img class="signature-image" src="'. $esignature->display_signature($data['user_id'],$data['signed_doc_id'],$data['esig_sig_nonce']) . '" width="320px" height="100px">'; } elseif(isset($data['signature']) && $data['signature']=="old-aams") { $esignature->esign_set_json($data['user_id'],$data['signature'],true); echo '<img class="signature-image" src="'. ESIGN_DIRECTORY_URI .'lib/sigtoimage.php?uid='. $data['user_id'] .'&owner_id='. $data['user_id'] .'&doc_id='. $data['signature'] .'&esig_verify='. $data['esig_sig_nonce'] .'" width="320px" height="100px">'; } ?> </div> <input type="hidden" name="esignature_in_text_signed" maxlength="64" class="esignature-in-text-signed" value="<?php if (array_key_exists('output_type', $data)) { echo $data['output_type']; } ?>" placeholder="Type signature"> <input type="hidden" name="font_type_signed" class="font-type-signed" value="<?php if (array_key_exists('font_type', $data)) { echo $data['font_type']; } ?>"> </div> <div class="signature-meta rtl-signature-meta"> <p > <?php if (array_key_exists('esig-awaiting-sig', $data)){ echo $data['esig-awaiting-sig'];} ?> <?php if (array_key_exists('by_line', $data)){ echo $data['by_line'] . ' ' . $data['user_name']; } ?><br/> <?php if (array_key_exists('sign_date', $data)){ echo $data['sign_date'];} ?> </p> </div> </div>