PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
content-egg
/
application
/
admin
/
views
<div class="search_results" ng-show="models.<?php echo $module_id; ?>.results.length > 0 && !models.<?php echo $module_id; ?>.processing && !models.<?php echo $module_id; ?>.error"> <div class="row search_results_row" ng-class="{'result_added' : result.added}" ng-click="add(result, '<?php echo $module_id; ?>')" repeat-done ng-repeat="result in models.<?php echo $module_id; ?>.results"> <div class="col-md-1" ng-if="result.img"> <img ng-src="{{result.img}}" class="img-thumbnail" /> </div> <div ng-class="result.img ? 'col-md-11' : 'col-md-12'"> <strong ng-show="result.title">{{result.title}}</strong> <p ng-show="result.description">{{result.description| limitTo: 200}}{{result.description.length > 200 ? '…' : ''}}</p> <p> <span ng-show="result.price"><b>{{result.currencyCode}}</b> <strike ng-show="result.priceOld">{{result.priceOld}}</strike> <b>{{result.price}}</b></span> <span ng-show="result.domain" class="text-muted"> <img src="https://www.google.com/s2/favicons?domain={{result.domain}}"> {{result.domain}}</span> <span ng-show="result.features.length"> <small class="text-muted"><?php _e('Attributes:', 'content-egg'); ?> {{result.features.length}}</small></span> <span ng-show="result.ean"> <small class="text-muted"><?php _e('EAN:', 'content-egg'); ?> {{result.ean}}</small></span> </p> <div ng-show="result.code"> <?php _e('Coupon code:', 'content-egg'); ?> <em>{{result.code}}</em> - <span ng-show="result.startDate">{{result.startDate * 1000|date:'mediumDate'}} - {{result.endDate * 1000|date:'mediumDate'}}</span> </div> </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]