/home/bonphmya/geseroff.online/wp-content/plugins/essential-grid/admin/views/elements/grid-info.php
<?php
/**
* @package Essential_Grid
* @author ThemePunch <info@themepunch.com>
* @link http://www.themepunch.com/essential/
* @copyright 2016 ThemePunch
*/
if( !defined( 'ABSPATH') ) exit();
global $EssentialAsTheme;
$dir = plugin_dir_path(__FILE__).'../../../';
$validated = get_option('tp_eg_valid', 'false');
$code = get_option('tp_eg_code', '');
$latest_version = get_option('tp_eg_latest-version', Essential_Grid::VERSION);
if(version_compare($latest_version, Essential_Grid::VERSION, '>')){
//new version exists
}else{
//up to date
}
?>
<!--
THE INFO ABOUT EMBEDING OF THE SLIDER
-->
<div class="title_line nobgnopd" style="margin-top:45px"><div class="view_title"><?php _e("How To Use Essential Grid", EG_TEXTDOMAIN); ?></div></div>
<div style="border:1px solid #e5e5e5; padding:15px 15px 15px 80px; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;position:relative;overflow:hidden;background:#FFFFFF">
<div class="revyellow" style="left:0px;top:0px;position:absolute;height:100%;padding:27px 10px;"><i style="color:#fff;font-size:25px" class="eg-icon-arrows-ccw"></i></div>
<p><?php _e('From the <b>page and/or post editor</b> insert the shortcode from the sliders table', EG_TEXTDOMAIN); ?></p>
<p><?php _e('From the <b>widgets panel</b> drag the "Essential Grid" widget to the desired sidebar', EG_TEXTDOMAIN); ?></p>
</div>
<div style="width:100%;height:50px"></div>
<!--
THE CURRENT AND NEXT VERSION
-->
<div class="title_line nobgnopd"><div class="view_title"><?php _e("Version Information", EG_TEXTDOMAIN); ?></div></div>
<div style="border:1px solid #e5e5e5; padding:15px 15px 15px 80px; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;position:relative;overflow:hidden;background:#FFFFFF">
<div class="revgray" style="left:0px;top:0px;position:absolute;height:100%;padding:27px 10px;"><i style="color:#fff;font-size:25px" class="eg-icon-info-circled"></i></div>
<p style="margin-top:5px; margin-bottom:5px;">
<?php _e("Installed Version", EG_TEXTDOMAIN); ?>: <span class="slidercurrentversion"><?php echo Essential_Grid::VERSION; ?></span><br>
<?php _e("Available Version", EG_TEXTDOMAIN); ?>: <span class="slideravailableversion"><?php echo $latest_version; ?></span> <a class="button-primary revblue" href="?page=essential-grid&checkforupdates=true"><?php _e('Check Version', EG_TEXTDOMAIN); ?></a>
</p>
</div>
<!--
ACTIVATE THIS PRODUCT
-->
<a name="activateplugin"></a>
<div style="width:100%;height:50px"></div>
<div class="title_line nobgnopd">
<div class="view_title"><span style="margin-right:10px"><?php _e("Purchase Code Registration", EG_TEXTDOMAIN); ?></span>
</div>
<?php $displs = $validated !== 'true' ? 'block' : 'none'; ?>
<div id="benefitscontent" style="margin-top:10px;margin-bottom:10px;border:1px solid #e5e5e5; padding:15px 15px 15px 80px; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;position:relative;overflow: hidden;background-color:#fff;display:<?php echo $displs; ?>">
<div class="revblue" style="left:0px;top:0px;position:absolute;height:100%;padding:27px 10px;"><i style="color:#fff;font-size:25px" class="eg-icon-doc"></i></div>
<h3> <?php _e("Benefits", EG_TEXTDOMAIN); ?>:</h3>
<p>
<strong><?php _e("Get Premium Support", EG_TEXTDOMAIN); ?></strong><?php _e(" - We help you in case of Bugs, installation problems, and Conflicts with other plugins and Themes ", EG_TEXTDOMAIN); ?><br>
<strong><?php _e("Auto Updates", EG_TEXTDOMAIN); ?></strong><?php _e(" - Get the latest version of our Plugin. New Features and Bug Fixes are available regularly !", EG_TEXTDOMAIN); ?>
</p>
</div>
<!--
VALIDATION
-->
<div id="tp-validation-box" style="cursor:pointer;border:1px solid #e5e5e5; padding:15px 15px 15px 80px; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;position:relative;overflow:hidden;background:#FFFFFF">
<!--
CONTENT BEFORE ACTIVATION, BASED OF VALIDATION
-->
<?php if($validated === 'true') {
$displ = "block";
?>
<div class="revgreen" style="left:0px;top:0px;position:absolute;height:100%;padding:30px 10px;"><i style="color:#fff;font-size:25px" class="eg-icon-check"></i></div>
<?php
} else {
$displ = "none";
?>
<div class="revcarrot" style="left:0px;top:0px;position:absolute;height:100%;padding:22px 10px;"><i style="color:#fff;font-size:25px" class="eg-icon-cancel"></i></div>
<?php
}
?>
<div id="rs-validation-wrapper">
<div class="validation-label"><?php _e('Purchase code:', EG_TEXTDOMAIN); ?></div>
<div class="validation-input">
<input type="text" name="eg-validation-token" value="<?php echo $code; ?>" <?php echo ($validated === 'true') ? ' readonly="readonly"' : ''; ?> style="width: 350px;" />
<p class="validation-description"><?php _e('Please enter your ', EG_TEXTDOMAIN); ?><strong style="color:#000"><?php _e('Essential Grid purchase code / license key', EG_TEXTDOMAIN); ?></strong><?php _e('. You can find your key by following the instructions on', EG_TEXTDOMAIN); ?><a target="_blank" href="http://www.themepunch.com/home/plugins/wordpress-plugins/revolution-slider-wordpress/where-to-find-the-purchase-code/"><?php _e(' this page.', EG_TEXTDOMAIN); ?></a><br><?php _e('Have no regular license for this installation? <a target="_blank" href="https://www.themepunch.com/links/essential_grid_wordpress_regular_license">Grab a fresh one</a>!', EG_TEXTDOMAIN); ?></p>
</div>
<div class="clear"></div>
<span style="display:none" id="rs_purchase_validation" class="loader_round"><?php _e('Please Wait...', EG_TEXTDOMAIN); ?></span>
<a href="javascript:void(0);" <?php echo ($validated !== 'true') ? '' : 'style="display: none;"'; ?> id="eg-validation-activate" class="button-primary revgreen"><?php _e('Activate', EG_TEXTDOMAIN); ?></a>
<a href="javascript:void(0);" <?php echo ($validated === 'true') ? '' : 'style="display: none;"'; ?> id="eg-validation-deactivate" class="button-primary revred"><?php _e('Deactivate', EG_TEXTDOMAIN); ?></a>
<?php
if($validated === 'true'){
?>
<a href="update-core.php?checkforupdates=true" id="eg-check-updates" class="button-primary revpurple"><?php _e('Search for Updates', EG_TEXTDOMAIN); ?></a>
<?php
}
?>
</div>
<!--
CONTENT AFTER ACTIVATION, BASED OF VALIDATION
-->
<?php if($validated === 'true') {
?>
<div style="height:15px"></div>
<h3> <?php _e("How to get Support ?", EG_TEXTDOMAIN); ?></h3>
<p>
<?php _e("Visit our ", EG_TEXTDOMAIN); ?><a href='https://www.themepunch.com/support-center/' target="_blank"><?php _e("Support Center ", EG_TEXTDOMAIN); ?></a><?php _e("and/or the ", EG_TEXTDOMAIN); ?><a href='https://codecanyon.net/item/essential-grid-wordpress-plugin/7563340/comments'><?php _e("Item Disscussion Forum", EG_TEXTDOMAIN); ?></a><br />
</p>
<?php
} else {
?>
<p style="margin-top:10px; margin-bottom:10px;" id="tp-before-validation">
<?php _e("Click Here to get ", EG_TEXTDOMAIN); ?><strong><?php _e("Premium Support and Auto Updates", EG_TEXTDOMAIN); ?></strong><br />
</p>
<?php
}
?>
</div>
<!-- NEWSLETTER PART -->
<div class="title_line nobgnopd" style="margin-top:45px">
<div class="view_title"><span style="margin-right:10px"><?php _e('Newsletter', EG_TEXTDOMAIN); ?></span>
</div>
<div id="eg-newsletter-wrapper">
<div class="revred" style="left:0px;top:0px;position:absolute;height:100%;padding:27px 10px;"><i style="color:#fff;font-size:25px" class="eg-icon-mail"></i></div>
<div style="margin-top:65px; margin-bottom:5px;">
<span id="unsubscribe-text" style="display: none;"><?php _e("Unsubscribe our newsletter", EG_TEXTDOMAIN); ?></span><span id="subscribe-text"><?php _e("Subscribe to our newsletter", EG_TEXTDOMAIN); ?></span>: <input type="text" value="" placeholder="<?php _e('Enter your E-Mail here', EG_TEXTDOMAIN); ?>" name="eg-email" />
<span class="subscribe-newsletter-wrap"><a href="javascript:void(0);" class="button-primary revgreen" id="subscribe-to-newsletter"><?php _e('Subscribe', EG_TEXTDOMAIN); ?></a></span>
<span class="unsubscribe-newsletter-wrap" style="display: none;">
<a href="javascript:void(0);" class="button-primary revred" id="unsubscribe-to-newsletter"><?php _e('Unsubscribe', EG_TEXTDOMAIN); ?></a>
<a href="javascript:void(0);" class="button-primary revgreen" id="cancel-unsubscribe"><?php _e('Cancel', EG_TEXTDOMAIN); ?></a>
</span>
</div>
<a href="javascript:void(0);" id="activate-unsubscribe" style="font-size: 12px; color: #999; text-decoration: none;"><?php _e('unsubscibe from newsletter', EG_TEXTDOMAIN); ?></a>
<div id="why-subscribe-wrapper">
<div class="star_red"><strong style="font-weight:700"><?php _e('Perks of subscribing to our Newsletter', EG_TEXTDOMAIN); ?></strong></div>
<ul>
<li><?php _e('Receive info on the latest ThemePunch product updates', EG_TEXTDOMAIN); ?></li>
<li><?php _e('Be the first to know about new products by ThemePunch and their partners', EG_TEXTDOMAIN); ?></li>
<li><?php _e('Participate in polls and customer surveys that help us increase the quality of our products and services', EG_TEXTDOMAIN); ?></li>
</ul>
</div>
</div>
<!-- THE UPDATE HISTORY OF ESSENTIAL GRID -->
<div style="width:100%;height:50px"></div>
<div class="title_line nobgnopd">
<div class="view_title"><span style="margin-right:10px"><?php _e("Update History", EG_TEXTDOMAIN); ?></span></div>
</div>
<div style="border:1px solid #e5e5e5; height:500px;padding:25px 15px 15px 80px; border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;position:relative;overflow:hidden;background:#FFFFFF">
<div class="revpurple" style="left:0px;top:0px;position:absolute;height:100%;padding:27px 10px;"><i style="color:#fff;font-size:27px" class="eg-icon-back-in-time"></i></div>
<div style="height:485px;overflow:scroll;width:100%;"><?php echo file_get_contents($dir."release_log.html"); ?></div>
</div>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#tp-validation-box').click(function() {
jQuery(this).css({cursor:"default"});
if (jQuery('#rs-validation-wrapper').css('display')=="none") {
jQuery('#tp-before-validation').hide();
jQuery('#rs-validation-wrapper').slideDown(200);
}
})
AdminEssentials.initUpdateRoutine();
AdminEssentials.initNewsletterRoutine();
});
</script>