Server IP : 172.67.216.182 / Your IP : 162.158.88.36 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/coircraft.com/wp-content/plugins/caldera-forms/ui/viewer-two/ |
Upload File : |
<?php if( ! defined( 'ABSPATH' ) ){ exit; } ?> <script type="text/html" id="caldera-forms-entry-tmpl"> <div v-bind="{'data-remodal-id': entry.id }" class="caldera-forms-entry-viewer"> <button data-remodal-action="close" class="remodal-close" title="<?php esc_attr_e( 'Click To Close', 'caldera-forms' ); ?>" v-on:click="close" ></button> <div class="caldera-forms-entry-left"> </div> <div class="caldera-forms-entry-right"> <ul v-for="field in fields"> <li class="entry-detail"> <span class="entry-label">{{field.label}}</span> <div class="entry-content">{{ fieldValue( field.id, entry ) }}</div> </li> </ul> </div> </div> </script> <div id="caldera-forms-entries"> <div class="caldera-table" v-cloak> <table class="table table-striped"> <thead> <tr> <th v-for="field in form.listFields"> {{field.label}} </th> <th></th> </tr> </thead> <tbody> <tr v-for="(entry, id) in entries.entries"> <td v-for="field in form.listFields"> {{ fieldValue( field.id, entry ) }} </td> <td> <a class="btn btn-default caldera-forms-entry-viewer-btn caldera-forms-entry-viewer-details-btn" role="button" href="#" title="<?php esc_html_e( 'View Entry Details', 'caldera-forms' ); ?>" @click="showSingle(id)" > <?php esc_html_e( 'Details', 'caldera-forms' ); ?> </a> </td> </tr> </tbody> </table> </div> <div id="caldera-forms-entries-nav" role="navigation"> <a href="#" v-on:click.prevent="prevPage" class="caldera-forms-entry-viewer-prev-btn btn btn-default caldera-forms-entry-viewer-btn caldera-forms-entry-viewer-nav-btn" title="<?php esc_attr_e( 'Previous page of entries', 'caldera-forms' ); ?>"> <?php esc_html_e( 'Previous', 'caldera-forms' ); ?> </a> <a href="#" v-on:click.prevent="nextPage" class="caldera-forms-entry-viewer-next-btn btn btn-default caldera-forms-entry-viewer-btn caldera-forms-entry-viewer-nav-bt" title="<?php esc_attr_e( 'Next page of entries', 'caldera-forms' ); ?>"> <?php esc_html_e( 'Next', 'caldera-forms' ); ?> </a> <label for="caldera-entry-viewer-2-per-page" class="screen-reader-text sr-only"> <?php esc_html_e( 'Entries Per Page', 'caldera-forms' ); ?> </label> <input type="number" min="1" max="100" v-model="perPage" v-on:change="updatePerPage" id="caldera-entry-viewer-2-per-page"> </div> </div> <div id="caldera-forms-entry"></div>