Server IP : 162.0.217.223 / Your IP : 216.73.216.150 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/yeslicense.org/wp-content/plugins/squirrly-seo/view/Research/ |
Upload File : |
<?php defined( 'ABSPATH' ) || die( 'Cheatin\' uh?' ); if ( ! isset( $view ) ) { return; } /** * Research History view * * Called from Research Controller */ ?> <div id="sq_wrap"> <?php $view->show_view( 'Blocks/Toolbar' ); ?> <?php do_action( 'sq_notices' ); ?> <div id="sq_content" class="d-flex flex-row bg-white my-0 p-0 m-0"> <?php if ( ! apply_filters( 'sq_load_snippet', true ) || ! SQ_Classes_Helpers_Tools::userCan( 'sq_manage_snippet' ) ) { echo '<div class="col-12 alert alert-success text-center m-0 p-3">' . esc_html__( "You do not have permission to access this page. You need Squirrly SEO Editor role.", 'squirrly-seo' ) . '</div>'; return; } ?> <?php $view->show_view( 'Blocks/Menu' ); ?> <div class="d-flex flex-row flex-nowrap flex-grow-1 bg-light m-0 p-0"> <div class="flex-grow-1 sq_flex m-0 py-0 px-4"> <?php do_action( 'sq_form_notices' ); ?> <div class="sq_breadcrumbs my-4"><?php SQ_Classes_ObjController::getClass( 'SQ_Models_Menu' )->showBreadcrumbs( SQ_Classes_Helpers_Tools::getValue( 'page' ) . '/' . SQ_Classes_Helpers_Tools::getValue( 'tab' ) ) ?></div> <h3 class="mt-4 card-title"> <?php echo esc_html__( "Research History", 'squirrly-seo' ); ?> <div class="sq_help_question d-inline"> <a href="https://howto12.squirrly.co/kb/keyword-research-and-seo-strategy/#history" target="_blank"><i class="fa-solid fa-question-circle"></i></a> </div> </h3> <div class="col-7 small m-0 p-0"> <?php echo esc_html__( "See the Keyword Researches you made in the last 30 days", 'squirrly-seo' ); ?> </div> <div id="sq_history" class="col-12 p-0 m-0 my-5"> <?php do_action( 'sq_subscription_notices' ); ?> <?php if ( is_array( $view->kr ) && ! empty( $view->kr ) ) { ?> <div class="row col-12 m-0 p-0 my-2"> <div class="col-5 p-0 m-0"></div> <div class="col-7 p-0 m-0"> <form method="get" class="d-flex flex-row justify-content-end p-0 m-0"> <?php SQ_Classes_Helpers_Tools::setNonce( 'sq_research_search', 'sq_nonce', false ); ?> <input type="hidden" name="action" value="sq_research_search"/> <input type="hidden" name="page" value="<?php echo esc_attr( SQ_Classes_Helpers_Tools::getValue( 'page' ) ) ?>"> <input type="hidden" name="tab" value="<?php echo esc_attr( SQ_Classes_Helpers_Tools::getValue( 'tab' ) ) ?>"> <input type="search" class="d-inline-block align-middle col-7 py-0 px-2 mr-0 rounded-0" id="post-search-input" name="skeyword" value="<?php echo esc_attr( SQ_Classes_Helpers_Tools::getValue( 'skeyword' ) ) ?>" placeholder="<?php echo esc_attr__( "Write the keyword you want to search for", 'squirrly-seo' ) ?>"/> <input type="submit" class="btn btn-primary" value="<?php echo esc_attr__( "Search", 'squirrly-seo' ) ?> >"/> <?php if ( SQ_Classes_Helpers_Tools::getIsset( 'skeyword' ) ) { ?> <button type="button" class="btn btn-link text-primary ml-1" onclick="location.href = '<?php echo esc_url( SQ_Classes_Helpers_Tools::getAdminUrl( SQ_Classes_Helpers_Tools::getValue( 'page' ), SQ_Classes_Helpers_Tools::getValue( 'tab' ) ) ) ?>';" style="cursor: pointer"><?php echo esc_html__( "Show All", 'squirrly-seo' ) ?></button> <?php } ?> </form> </div> </div> <table class="sq_krhistory_list table table-striped table-hover"> <thead> <tr> <th scope="col"><?php echo esc_html__( "Keyword", 'squirrly-seo' ) ?></th> <th scope="col" title="<?php echo esc_attr__( "Country", 'squirrly-seo' ) ?>"><?php echo esc_html__( "Co", 'squirrly-seo' ) ?></th> <th style="width: 160px;"><?php echo esc_html__( "Date", 'squirrly-seo' ) ?></th> <th style="width: 160px;"><?php echo esc_html__( "Details", 'squirrly-seo' ) ?></th> </tr> </thead> <tbody> <?php foreach ( $view->kr as $key => $kr ) { ?> <tr> <td style="width:50%;" class="sq_kr_keyword" title="<?php echo esc_attr( $kr->keyword ) ?>"><?php echo esc_html( $kr->keyword ) ?></td> <td style="width:10%;"><?php echo esc_html( $kr->country ) ?></td> <td style="width:20%;"> <div data-datetime="<?php echo esc_attr( strtotime( $kr->datetime ) ) ?>"><?php echo esc_html( wp_date( get_option( 'date_format' ), strtotime( $kr->datetime ) ) ) ?></div> </td> <td style="width:20px;"> <button type="button" data-id="<?php echo (int) $kr->id ?>" data-destination="#history<?php echo (int) $kr->id ?>" class="sq_history_details btn btn-link text-primary btn-sm px-5"><?php echo esc_html__( "Show All Keywords", 'squirrly-seo' ) ?></button> </td> </tr> <?php } ?> </tbody> </table> <?php if ( isset( $view->max_num_pages ) && $view->max_num_pages ) { ?> <div class="row col-12 m-0 p-0 my-2"> <div class="col alignleft mr-3"> <label> <select name="snum" onchange="location.href = '<?php echo esc_url( add_query_arg( array( 'spage' => 1, 'snum' => "'+jQuery(this).find('option:selected').val()+'" ) ) ); ?>'"> <?php $post_on_page = array( 10, 20, 50, 100, 500 ); foreach ( $post_on_page as $num ) { ?> <option value="<?php echo esc_attr( $num ) ?>" <?php selected( $num, SQ_Classes_Helpers_Tools::getValue( 'snum' ) ) ?> ><?php echo esc_html( $num ) . ' ' . esc_html__( 'records', 'squirrly-seo' ) ?></option><?php } ?> </select> </label> <span class="mx-3"><?php echo esc_html__( "Total", 'squirrly-seo' ); ?>: <?php echo esc_html( $view->total ) ?> <?php echo esc_html__( "records", 'squirrly-seo' ); ?></span> </div> <div class="nav-previous alignright"> <?php SQ_Classes_Helpers_Tools::pagination( $view->max_num_pages ); ?> </div> </div> <?php } ?> <?php } elseif ( SQ_Classes_Helpers_Tools::getIsset( 'skeyword' ) || SQ_Classes_Helpers_Tools::getIsset( 'slabel' ) || SQ_Classes_Helpers_Tools::getIsset( 'spage' ) ) { ?> <div class="row col-12 m-0 p-0 my-2"> <div class="col-5 row m-0 p-0"></div> <div class="col-7 p-0 m-0"> <form method="get" class="d-flex flex-row justify-content-end p-0 m-0"> <?php SQ_Classes_Helpers_Tools::setNonce( 'sq_research_search', 'sq_nonce', false ); ?> <input type="hidden" name="action" value="sq_research_search"/> <input type="hidden" name="page" value="<?php echo esc_attr( SQ_Classes_Helpers_Tools::getValue( 'page' ) ) ?>"> <input type="hidden" name="tab" value="<?php echo esc_attr( SQ_Classes_Helpers_Tools::getValue( 'tab' ) ) ?>"> <input type="search" class="d-inline-block align-middle col-7 py-0 px-2 mr-0 rounded-0" id="post-search-input" name="skeyword" value="<?php echo esc_attr( SQ_Classes_Helpers_Tools::getValue( 'skeyword' ) ) ?>" placeholder="<?php echo esc_attr__( "Write the keyword you want to search for", 'squirrly-seo' ) ?>"/> <input type="submit" class="btn btn-primary" value="<?php echo esc_attr__( "Search", 'squirrly-seo' ) ?> >"/> <button type="button" class="btn btn-link text-primary ml-1" onclick="location.href = '<?php echo esc_url( SQ_Classes_Helpers_Tools::getAdminUrl( SQ_Classes_Helpers_Tools::getValue( 'page' ), SQ_Classes_Helpers_Tools::getValue( 'tab' ) ) ) ?>';" style="cursor: pointer"><?php echo esc_html__( "Show All", 'squirrly-seo' ) ?></button> </form> </div> </div> <table class="table table-striped table-hover"> <thead> <tr> <th> </th> </tr> </thead> <tbody> <tr> <td class="text-center"> <?php echo esc_html__( "No records found", 'squirrly-seo' ); ?> </td> </tr> </tbody> </table> <?php } else { ?> <h4 class="text-center"><?php echo esc_html__( "Welcome to Keyword Research History", 'squirrly-seo' ); ?></h4> <h5 class="text-center"><?php echo esc_html__( "See your research results and compare them over time", 'squirrly-seo' ); ?> :</h5> <div class="col-12 my-4 text-center"> <a href="<?php echo esc_url( SQ_Classes_Helpers_Tools::getAdminUrl( 'sq_research', 'research' ) ) ?>" class="btn btn-lg btn-primary"> <i class="fa-solid fa-plus-square-o"></i> <?php echo esc_html__( "Go Find New Keywords", 'squirrly-seo' ); ?> </a> </div> <?php } ?> </div> <div class="sq_tips col-12 m-0 p-0"> <h5 class="text-left my-3 font-weight-bold"> <i class="fa-solid fa-exclamation-circle"></i> <?php echo esc_html__( "Tips and Tricks", 'squirrly-seo' ); ?> </h5> <ul class="mx-4"> <li class="text-left"><?php echo esc_html__( "Re-discover keywords you may have forgotten to add to Briefcase when you did your keyword research.", 'squirrly-seo' ); ?></li> <li class="text-left"><?php echo esc_html__( "Squirrly keeps all of the data about the keywords you’ve already researched.", 'squirrly-seo' ); ?></li> <li class="text-left"><?php echo esc_html__( "Checking the Keyword Research evolution over time is very important. Keywords can trend differently from week to week and finding the right time to use them in your articles is key to your success.", 'squirrly-seo' ); ?></li> </ul> </div> <?php SQ_Classes_ObjController::getClass( 'SQ_Core_BlockKnowledgeBase' )->init(); ?> <?php do_action( 'sq_history_after' ); ?> </div> <div class="sq_col_side bg-white"> <div class="col-12 m-0 p-0 sq_sticky"> <?php SQ_Classes_ObjController::getClass( 'SQ_Core_BlockAssistant' )->init(); ?> <?php do_action( 'sq_history_side_after' ); ?> </div> </div> </div> </div> </div>