Server : Apache System : Linux cs317.bluehost.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : andertr9 ( 1047) PHP Version : 8.2.18 Disable Function : NONE Directory : /home1/andertr9/public_html/wp-content/plugins/LayerSlider/templates/ |
Upload File : |
<?php if(!defined('LS_ROOT_FILE')) { header('HTTP/1.0 403 Forbidden'); exit; } ?> <script type="text/html" id="ls-layer-item-template"> <li> <span class="ls-sublayer-sortable-handle dashicons dashicons-menu"></span> <span class="ls-sublayer-controls"> <span class="ls-icon-eye dashicons dashicons-visibility" data-help="<?php _e('Hide layer in the editor.', 'LayerSlider') ?>"></span> <span class="ls-icon-lock dashicons dashicons-lock disabled" data-help="<?php _e('Prevent layer from dragging in the editor.', 'LayerSlider') ?>"></span> </span> <div class="ls-sublayer-thumb"></div> <input type="text" name="subtitle" class="ls-sublayer-title" value="Layer #1"> <a href="#" title="<?php _e('Remove this layer', 'LayerSlider') ?>" class="dashicons dashicons-admin-page duplicate"></a> <a href="#" title="<?php _e('Remove this layer', 'LayerSlider') ?>" class="dashicons dashicons-trash remove"></a> <div class="ls-tl"> <div class="ls-tl-border"></div> <table> <tbody> <tr> <td data-help="Delay in: " class="ls-tl-delayin"></td> <td data-help="Duration in: " class="ls-tl-durationin"></td> <td data-help="Show Until: " class="ls-tl-showuntil"></td> <td data-help="Duration out: " class="ls-tl-durationout"></td> <td class="ls-tl-helper"></td> </tr> </tbody> </table> </div> </li> </script>