Server : Apache/2.4.58 (Ubuntu) System : Linux yumsem00.cafe24.com 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.2.14 Disable Function : NONE Directory : /var/www/html/wp-content/plugins/kboard-comments/pages/ |
Upload File : |
<div class="wrap"> <div class="kboard-header-logo"></div> <h1 class="wp-heading-inline"><?php echo KBOARD_COMMENTS_PAGE_TITLE?></h1> <a href="https://www.cosmosfarm.com" class="page-title-action" onclick="window.open(this.href);return false;"><?php echo __('Home', 'kboard-comments')?></a> <a href="https://www.cosmosfarm.com/threads" class="page-title-action" onclick="window.open(this.href);return false;"><?php echo __('Community', 'kboard-comments')?></a> <a href="https://www.cosmosfarm.com/support" class="page-title-action" onclick="window.open(this.href);return false;"><?php echo __('Support', 'kboard-comments')?></a> <a href="https://blog.cosmosfarm.com" class="page-title-action" onclick="window.open(this.href);return false;"><?php echo __('Blog', 'kboard-comments')?></a> <hr class="wp-header-end"> <div class="kboard-comments-list-search"> <form method="get"> <input type="hidden" name="page" value="kboard_comments_list"> <input type="hidden" name="filter_board_id" value="<?php echo $table->filter_board_id?>"> <select name="target"> <option value=""<?php if(kboard_target() == 'content'):?> selected<?php endif?>><?php echo __('Content', 'kboard-comments')?></option> <option value="user_display"<?php if(kboard_target() == 'user_display'):?> selected<?php endif?>><?php echo __('Author', 'kboard-comments')?></option> </select> <?php $table->search_box(__('Search', 'kboard-comments'), 'kboard_comments_list_search')?> </form> </div> <div class="kboard-comments-list"> <form id="kboard-comments-list" method="post"> <?php $table->display()?> </form> </div> </div> <script> function kboard_comment_list_update(){ jQuery('#kboard-comments-list').find('.spinner').addClass('is-active'); jQuery.post(ajaxurl, jQuery('#kboard-comments-list').serialize()+'&action=kboard_comments_list_update', function(res){ jQuery('#kboard-comments-list').find('.spinner').removeClass('is-active'); }); return false; } </script>