PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
content-egg
/
application
/
admin
/
views
<div ng-controllerTMP="<?php echo $module_id; ?>Controller" ng-init="indextab_<?php echo $module_id; ?> = activeResultTabs.<?php echo $module_id; ?> ? 0 : 1"> <input type="hidden" name="cegg_data[<?php echo $module_id; ?>]" ng-value="models.<?php echo $module_id; ?>.added | json" /> <input type="hidden" name="cegg_updateKeywords[<?php echo $module_id; ?>]" ng-value="updateKeywords.<?php echo $module_id; ?>" /> <input type="hidden" name="cegg_updateParams[<?php echo $module_id; ?>]" ng-value="updateParams.<?php echo $module_id; ?>| json" /> <uib-tabset active='indextab_<?php echo $module_id; ?>'> <uib-tab> <uib-tab-heading> <strong><?php echo $module->getName(); ?></strong> <span ng-show="models.<?php echo $module_id; ?>.added.length" class="label" ng-class="{'label-danger':models.<?php echo $module_id; ?>.added_changed, 'label-default':!models.<?php echo $module_id; ?>.added_changed}">{{models.<?php echo $module_id; ?>.added.length}}</span> </uib-tab-heading> <div class="data_panel"> <div clas="row"> <div class="col-md-12 col-lg-6"> <input class="input-sm col-sm-6 shortcode-input" ng-model="shortcodes.<?php echo $module_id; ?>" select-on-click readonly type="text" /> <?php $tpl_manager = ContentEgg\application\components\ModuleTemplateManager::getInstance($module_id); $templates = $tpl_manager->getTemplatesList(true); ?> <?php if ($templates): ?> <select class="input-sm col-sm-6" ng-model="selectedTemplate_<?php echo $module_id; ?>" ng-change="buildShortcode('<?php echo $module_id; ?>', selectedTemplate_<?php echo $module_id; ?>);"> <option value="">← <?php _e('Shortcode Template', 'content-egg'); ?></option> <?php foreach ($templates as $id => $name): ?> <option value="<?php echo esc_attr($id); ?>"><?php echo esc_html($name); ?></option> <?php endforeach; ?> </select> <?php endif; ?> </div> <div class="col-md-11 col-lg-5"> <?php if ($module->isAffiliateParser()): ?> <input class="input-sm col-md-4 col-sm-12" id="updateKeyword_<?php echo $module_id; ?>" type="text" ng-model="updateKeywords.<?php echo $module_id; ?>" placeholder="<?php _e('Keyword for update', 'content-egg'); ?>" title="<?php _e('Keyword for automatic update', 'content-egg'); ?>" /> <?php $module->renderUpdatePanel(); ?> <?php endif; ?> </div> <div class="col-md-1 col-lg-1 text-right"> <a class='btn btn-default btn-sm' ng-click="deleteAll('<?php echo $module_id; ?>')" ng-confirm-click="<?php _e('Are you sure you want to delete all results?', 'content-egg'); ?>" ng-show='models.<?php echo $module_id; ?>.added.length'><?php _e('Remove all', 'content-egg'); ?></a> </div> </div> </div> <div class="clearfix"></div> <p ng-show="!models.<?php echo $module_id; ?>.added.length && !models.<?php echo $module_id; ?>.processing" class="bg-warning text-center"><br><?php _e('No data found...', 'content-egg'); ?><br><br></p> <?php $module->renderResults(); ?> </uib-tab> <uib-tab heading="<?php _e('Search', 'content-egg'); ?>"> <div class="search_panel"> <div clas="row"> <div class="col-md-11 col-lg-5"> <div class="input-group" ng-show="!models.<?php echo $module_id; ?>.processing"> <?php $module->isUrlSearchAllowed() ? $placeholder = __('Keyword or Product URL', 'content-egg') : $placeholder = __('Keyword to search', 'content-egg'); ?> <input type="text" select-on-click ng-model="keywords.<?php echo $module_id; ?>" on-enter="find('<?php echo $module_id; ?>')" class="form-control" placeholder="<?php echo \esc_attr($placeholder); ?>" /> <div class="input-group-btn"> <button title="<?php echo esc_html(__('Find', 'content-egg')); ?>" ng-disabled="!keywords.<?php echo $module_id; ?>" ng-click="find('<?php echo $module_id; ?>')" type="button" class="btn btn-info" aria-label="Find"> <span class="glyphicon glyphicon-search"></span> </button> <?php if ($module->isAffiliateParser()): ?> <button title="<?php echo esc_html(__('Add keyword for autoupdate', 'content-egg')); ?>" ng-disabled="!keywords.<?php echo $module_id; ?>" ng-click="setUpdateKeyword('<?php echo $module_id; ?>')" type="button" class="btn btn-info"> <span class="glyphicon glyphicon-save"></span> </button> <?php endif; ?> </div> </div> <img ng-show="models.<?php echo $module_id; ?>.processing" src="<?php echo \ContentEgg\PLUGIN_RES . '/img/loader.gif' ?>" /> </div> <div class="col-md-12 col-lg-6"> <div ng-show="!models.<?php echo $module_id; ?>.processing"> <?php $module->renderSearchPanel(); ?> </div> </div> <div class="col-sm-1 text-right"> <a class='btn btn-default btn-sm' ng-click="addAll('<?php echo $module_id; ?>')" ng-show='models.<?php echo $module_id; ?>.results.length > 0 && !models.<?php echo $module_id; ?>.processing'><?php _e('Add all', 'content-egg'); ?></a> </div> </div> </div> <div class="clearfix"></div> <?php $module->renderSearchResults(); ?> <p ng-show="!models.<?php echo $module_id; ?>.processing && models.<?php echo $module_id; ?>.loaded && models.<?php echo $module_id; ?>.results.length == 0" class="bg-warning text-center"><br><?php _e('Not found...', 'content-egg'); ?><br><br></p> <p ng-show="models.<?php echo $module_id; ?>.error && !models.<?php echo $module_id; ?>.processing" class="bg-danger text-center"><br><?php _e('Error:', 'content-egg'); ?> {{models.<?php echo $module_id; ?>.error}}<br><br></p> </uib-tab> </uib-tabset> <div class="row"> <div class="col-sm-12"><br></div> </div> </div>
[+]
..
[-] 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]