HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /var/www/html/frettoli_bad/wp-content/plugins/LayerSlider/templates/tmpl-layer-item.php
<?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>