PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
content-egg
/
application
/
admin
/
views
<?php /* * Некоторые иконы Yusuke Kamiyamane. Доступно по лицензии Creative Commons Attribution 3.0. * @link: http://p.yusukekamiyamane.com */ ?> <?php if (\ContentEgg\application\Plugin::isFree() || \ContentEgg\application\Plugin::isInactiveEnvato()): ?> <div class="cegg-maincol"> <?php endif; ?> <div class="wrap"> <h2> <?php _e('Content Egg Settings', 'content-egg'); ?> <?php if (\ContentEgg\application\Plugin::isPro()): ?> <span class="cegg-pro-label">pro</span> <?php endif; ?> </h2> <?php $modules = \ContentEgg\application\components\ModuleManager::getInstance()->getConfigurableModules(); ?> <h2 class="nav-tab-wrapper"> <a href="?page=content-egg" class="nav-tab<?php if (!empty($_GET['page']) && $_GET['page'] == 'content-egg') echo ' nav-tab-active'; ?>"> <?php _e('General settings', 'content-egg'); ?> </a> <?php foreach ($modules as $m): ?> <?php $config = $m->getConfigInstance(); ?> <a href="?page=<?php echo esc_attr($config->page_slug()); ?>" class="nav-tab<?php if (!empty($_GET['page']) && $_GET['page'] == $config->page_slug()) echo ' nav-tab-active'; ?>"> <?php if ($m->isActive() && $m->isDeprecated()) $status = 'deprecated'; elseif ($m->isActive()) $status = 'active'; else $status = 'inactive'; ?> <img src="<?php echo ContentEgg\PLUGIN_RES; ?>/img/status-<?php echo $status; ?>.png" /> <?php echo esc_html($m->getName()); ?> <?php if ($m->isNew()): ?><img src="<?php echo ContentEgg\PLUGIN_RES; ?>/img/new.png" alt="New" title="New" /><?php endif; ?> </a> <?php endforeach; ?> </h2> <div class="ui-sortable meta-box-sortables"> <div class="postbox1"> <div class="inside"> <div class="cegg-wrap"> <div class="cegg-maincol"> <h3> <?php if (!empty($_GET['page']) && $_GET['page'] == 'content-egg') _e('General settings', 'content-egg'); else echo esc_html($header); ?> </h3> <?php if (!empty($module) && $module->isDeprecated()): ?> <div class="cegg-warning"> <strong> <?php echo _e('WARNING:', 'content-egg'); ?> <?php echo _e('This module is deprecated', 'content-egg'); ?> (<a target="_blank" href="<?php echo \ContentEgg\application\Plugin::pluginDocsUrl(); ?>DeprecatedModules.html"><?php _e('what does this mean', 'content-egg'); ?></a>). </strong> </div> <?php endif; ?> <?php settings_errors(); ?> <form action="options.php" method="POST"> <?php settings_fields($page_slug); ?> <table class="form-table"> <?php //do_settings_fields($page_slug, 'default'); ?> <?php do_settings_sections($page_slug); ?> </table> <?php submit_button(); ?> </form> </div> <div class="cegg-rightcol"> <div> <?php if (!empty($description)) echo '<p>' . $description . '</p>'; if (!empty($api_agreement)) echo '<div style="text-align: right;"><small><a href="' . esc_attr($api_agreement) . '" target="_blank">' . __('Conditions', 'content-egg') . '</a></small></div>'; ?> </div> </div> </div> </div> </div> </div> </div> <?php if (\ContentEgg\application\Plugin::isFree() || \ContentEgg\application\Plugin::isInactiveEnvato()): ?> </div> <?php include('_promo_box.php'); ?> <?php endif; ?>
[+]
..
[-] metabox_module.php
[edit]
[-] _metabox_search_results_images.php
[edit]
[-] product_index.php
[edit]
[-] _metabox_search_results.php
[edit]
[-] _promo_box.php
[edit]
[-] _metabox_results.php
[edit]
[-] settings.php
[edit]
[-] autoblog_index.php
[edit]
[-] ae_integration.php
[edit]
[-] autoblog_edit.php
[edit]
[-] metabox_general.php
[edit]
[-] _metabox_autoblog.php
[edit]
[-] import_export.php
[edit]
[-] prefill.php
[edit]