????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.14 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.eu/wp-content/plugins/LayerSlider/templates/ |
Upload File : |
<?php if(!defined('LS_ROOT_FILE')) { header('HTTP/1.0 403 Forbidden'); exit; } ?>
<div class="slider-item <?php echo $class ?>" data-id="<?php echo $item['id'] ?>">
<div class="slider-item-wrapper">
<input type="checkbox" name="sliders[]" class="checkbox ls-hover" value="<?php echo $item['id'] ?>">
<?php if(!$item['flag_deleted']) : ?>
<span class="ls-hover slider-actions-button dashicons dashicons-arrow-down-alt2"></span>
<?php else : ?>
<a href="<?php echo wp_nonce_url('?page=layerslider&action=restore&id='.$item['id'], 'restore_'.$item['id']) ?>">
<span class="ls-hover dashicons dashicons-backup" data-help="<?php _e('Restore removed slider', 'LayerSlider') ?>"></span>
</a>
<?php endif; ?>
<a class="preview" style="background-image: url(<?php echo ! empty( $preview ) ? $preview : LS_ROOT_URL . '/static/admin/img/blank.gif' ?>);" href="?page=layerslider&action=edit&id=<?php echo $item['id'] ?>">
<?php if( empty( $preview ) ) : ?>
<div class="no-preview">
<h5><?php _e('No Preview', 'LayerSlider') ?></h5>
<small><?php _e('Previews are automatically generated from slide images in sliders.', 'LayerSlider') ?></small>
</div>
<?php endif ?>
</a>
<div class="slider-actions-sheet">
<div class="slider-actions">
<ul>
<li>
<a href="#" class="embed" data-id="<?php echo $item['id'] ?>" data-slug="<?php echo htmlentities($item['slug']) ?>">
<i class="dashicons dashicons-plus"></i>
<span><?php _e('Embed Slider', 'LayerSlider') ?></span>
</a>
</li>
<li class="half">
<a href="<?php echo wp_nonce_url('?page=layerslider&action=export&id='.$item['id'], 'export-sliders') ?>">
<i class="dashicons dashicons-share-alt2"></i>
<span><?php _e('Export', 'LayerSlider') ?></span>
</a>
<a href="#" class="ls-export-options-button">
<i class="dashicons dashicons-arrow-right-alt2"></i>
</a>
</li>
<li>
<a href="<?php echo wp_nonce_url('?page=layerslider&action=duplicate&id='.$item['id'], 'duplicate_'.$item['id']) ?>">
<i class="dashicons dashicons-admin-page"></i>
<span><?php _e('Duplicate', 'LayerSlider') ?></span>
</a>
</li>
<li>
<a href="<?php echo admin_url('admin.php?page=layerslider-addons§ion=revisions&id='.$item['id']) ?>">
<i class="dashicons dashicons-backup"></i>
<span><?php _e('Revisions', 'LayerSlider') ?></span>
</a>
</li>
<li>
<a href="<?php echo wp_nonce_url('?page=layerslider&action=remove&id='.$item['id'], 'remove_'.$item['id']) ?>" class="remove">
<i class="dashicons dashicons-trash"></i>
<span><?php _e('Remove', 'LayerSlider') ?></span>
</a>
</li>
</ul>
</div>
<ul class="ls-export-options">
<li>
<a href="<?php echo wp_nonce_url('?page=layerslider&action=export&id='.$item['id'], 'export-sliders') ?>">
<i class="dashicons dashicons-wordpress"></i>
<?php _e('Export for WordPress sites', 'LayerSlider') ?>
<small><?php _e('Usual method. Used for backups or to move sliders across WP sites.', 'LayerSlider') ?></small>
</a>
</li>
<li>
<a class="ls-html-export" href="<?php echo wp_nonce_url('?page=layerslider&action=export-html&id='.$item['id'], 'export-sliders') ?>">
<i class="dashicons dashicons-editor-code"></i>
<?php _e('Export as HTML', 'LayerSlider') ?>
<small><?php _e('Not suitable for WP sites. Used for the jQuery version of LayerSlider.', 'LayerSlider') ?></small>
</a>
</li>
</ul>
</div>
</div>
<div class="info">
<div class="name">
<?php echo apply_filters('ls_slider_title', stripslashes($item['name']), 40) ?>
</div>
</div>
</div>