SILENT KILLERPanel

Current Path: > home > transcarter > > www > > wp-content > plugins > LayerSlider > assets > templates


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www//wp-content/plugins/LayerSlider/assets/templates

NameTypeSizeLast ModifiedActions
html-export Directory - -
index.php File 27 bytes March 10 2023 20:45:26.
tmpl-2d-transition.php File 7430 bytes March 10 2023 20:45:26.
tmpl-3d-transition.php File 11715 bytes March 10 2023 20:45:26.
tmpl-activation-unavailable.php File 1561 bytes March 10 2023 20:45:26.
tmpl-activation.php File 4086 bytes March 10 2023 20:45:26.
tmpl-add-layer.php File 1850 bytes March 10 2023 20:45:26.
tmpl-add-new-slider.php File 992 bytes March 10 2023 20:45:26.
tmpl-addons-modal.php File 1463 bytes March 10 2023 20:45:26.
tmpl-button-presets.php File 51125 bytes March 10 2023 20:45:26.
tmpl-callback-events-modal.php File 13425 bytes March 10 2023 20:45:26.
tmpl-canceled-activation-modal.php File 1698 bytes March 10 2023 20:45:26.
tmpl-deregister-license-modal.php File 1570 bytes March 10 2023 20:45:26.
tmpl-embed-slider.php File 6334 bytes March 10 2023 20:45:26.
tmpl-font-library.php File 4616 bytes March 10 2023 20:45:26.
tmpl-import-layer.php File 1147 bytes March 10 2023 20:45:26.
tmpl-import-slide.php File 879 bytes March 10 2023 20:45:26.
tmpl-import-templates.php File 12791 bytes March 10 2023 20:45:26.
tmpl-importing.php File 328 bytes March 10 2023 20:45:26.
tmpl-insert-icons-modal.php File 4406 bytes March 10 2023 20:45:26.
tmpl-insert-media-modal.php File 2458 bytes March 10 2023 20:45:26.
tmpl-keyboard-shortcuts.php File 8702 bytes March 10 2023 20:45:26.
tmpl-layer-item.php File 1102 bytes March 10 2023 20:45:26.
tmpl-loading-modal.php File 317 bytes March 10 2023 20:45:26.
tmpl-object-modal.php File 2271 bytes March 10 2023 20:45:26.
tmpl-plugin-settings.php File 18276 bytes March 10 2023 20:45:26.
tmpl-plugin-update-easter-egg-modal.php File 1027 bytes March 10 2023 20:45:26.
tmpl-plugin-update-error-modal.php File 946 bytes March 10 2023 20:45:26.
tmpl-plugin-update-loading-modal.php File 344 bytes March 10 2023 20:45:26.
tmpl-plugin-update-success-modal.php File 1195 bytes March 10 2023 20:45:26.
tmpl-post-chooser.php File 1177 bytes March 10 2023 20:45:26.
tmpl-post-options.php File 6822 bytes March 10 2023 20:45:26.
tmpl-project-preview-iframe.php File 2859 bytes March 10 2023 20:45:26.
tmpl-project-settings.php File 65245 bytes March 10 2023 20:45:26.
tmpl-purchase-ww-popups.php File 2853 bytes March 10 2023 20:45:26.
tmpl-quick-import.php File 346 bytes March 10 2023 20:45:26.
tmpl-revisions-welcome.php File 1622 bytes March 10 2023 20:45:26.
tmpl-search-window.php File 2122 bytes March 10 2023 20:45:26.
tmpl-shape-modal.php File 24461 bytes March 10 2023 20:45:26.
tmpl-slide-tab.php File 833 bytes March 10 2023 20:45:26.
tmpl-slider-grid-item.php File 2144 bytes March 10 2023 20:45:26.
tmpl-slider-group-item.php File 483 bytes March 10 2023 20:45:26.
tmpl-slider-group-placeholder.php File 265 bytes March 10 2023 20:45:26.
tmpl-slider-group-remove-area.php File 395 bytes March 10 2023 20:45:26.
tmpl-slider-library.php File 4312 bytes March 10 2023 20:45:26.
tmpl-sliders-list-context-menu.php File 1477 bytes March 10 2023 20:45:26.
tmpl-smart-alert.php File 161 bytes March 10 2023 20:45:26.
tmpl-smart-help.php File 69956 bytes March 10 2023 20:45:26.
tmpl-static-layer-item.php File 647 bytes March 10 2023 20:45:26.
tmpl-transition-gallery.php File 821 bytes March 10 2023 20:45:26.
tmpl-transition-window.php File 5566 bytes March 10 2023 20:45:26.
tmpl-upload-sliders.php File 1315 bytes March 10 2023 20:45:26.
tmpl-version-warning.php File 670 bytes March 10 2023 20:45:26.

Reading File: /home/transcarter//www//wp-content/plugins/LayerSlider/assets/templates/tmpl-slider-library.php

<?php defined( 'LS_ROOT_FILE' ) || exit; ?>

<div class="ls-sliders-grid">

<?php

if( ! empty($sliders) ) {
	foreach($sliders as $key => $item) {
		$preview = apply_filters('ls_preview_for_slider', $item );

		if( ! empty( $item['flag_group'] ) ) {
			$groupItems = $item['items'];

			if( empty( $groupItems ) ) { continue; }
			?>
			<div class="ls-slider-item ls-group-item"
				data-id="<?= $item['id'] ?>"
				data-name="<?= apply_filters('ls_slider_title', stripslashes($item['name']), 40) ?>"
			>
				<div class="ls-slider-item-wrapper">
					<div class="ls-items">
						<?php
							if( ! empty( $item['items'] ) ) {
							foreach( $groupItems as $groupKey => $groupItem )  {
							$groupPreview = apply_filters('ls_preview_for_slider', $groupItem ); ?>
								<div class="ls-item <?= ($groupItem['flag_deleted'] == '1') ? 'ls-dimmed' : '' ?>">
									<div class="ls-preview" style="background-image: url(<?=  ! empty( $groupPreview ) ? $groupPreview : LS_ROOT_URL . '/static/admin/img/blank.gif' ?>);">
										<?php if( empty( $groupPreview ) ) : ?>
										<div class="ls-no-preview">
											<?= __('No Preview', 'LayerSlider') ?>
										</div>
										<?php endif ?>
									</div>
								</div>
							<?php } } ?>
					</div>
				</div>
				<div class="ls-info">
					<div class="ls-name">
						<?= apply_filters('ls_slider_title', stripslashes($item['name']), 40) ?>
					</div>
				</div>
			</div>
			<div class="ls-hidden">
				<div class="ls-clearfix">
					<?php
						if( ! empty( $item['items'] ) ) {
							foreach( $groupItems as $groupKey => $item ) {
								$preview = apply_filters('ls_preview_for_slider', $item );
								?>
								<div class="ls-slider-item"
									data-id="<?= $item['id'] ?>"
									data-slug="<?= htmlentities( $item['slug'] ) ?>"
									data-name="<?= apply_filters('ls_slider_title', stripslashes($item['name']), 40) ?>"
									data-previewurl="<?=  ! empty( $preview ) ? $preview : LS_ROOT_URL . '/static/admin/img/blank.gif' ?>"
									data-slidecount="<?= ! empty( $item['data']['layers'] ) ? count( $item['data']['layers'] ) : 0 ?>"
									data-author="<?= $item['author'] ?>"
									data-date_c="<?= $item['date_c'] ?>"
									data-date_m="<?= $item['date_m'] ?>"
								>
									<div class="ls-slider-item-wrapper">
										<div class="ls-preview" style="background-image: url(<?=  ! empty( $preview ) ? $preview : LS_ROOT_URL . '/static/admin/img/blank.gif' ?>);">
											<?php if( empty( $preview ) ) : ?>
											<div class="ls-no-preview">
												<h5><?= __('No Preview', 'LayerSlider') ?></h5>
												<small><?= __('Previews are automatically generated from slide images in projects.', 'LayerSlider') ?></small>
											</div>
											<?php endif ?>
										</div>
									</div>
									<div class="ls-info">
										<div class="ls-name">
											<?= apply_filters('ls_slider_title', stripslashes($item['name']), 40) ?>
										</div>
									</div>
								</div><?php
							}
						}
					?>
				</div>
			</div>
			<?php

		} else { ?>
			<div class="ls-slider-item"
				data-id="<?= $item['id'] ?>"
				data-slug="<?= htmlentities( $item['slug'] ) ?>"
				data-name="<?= apply_filters('ls_slider_title', stripslashes($item['name']), 40) ?>"
				data-previewurl="<?=  ! empty( $preview ) ? $preview : LS_ROOT_URL . '/static/admin/img/blank.gif' ?>"
				data-slidecount="<?= ! empty( $item['data']['layers'] ) ? count( $item['data']['layers'] ) : 0 ?>"
				data-author="<?= $item['author'] ?>"
				data-date_c="<?= $item['date_c'] ?>"
				data-date_m="<?= $item['date_m'] ?>"
			>
				<div class="ls-slider-item-wrapper">
					<div class="ls-preview" style="background-image: url(<?=  ! empty( $preview ) ? $preview : LS_ROOT_URL . '/static/admin/img/blank.gif' ?>);">
						<?php if( empty( $preview ) ) : ?>
						<div class="ls-no-preview">
							<h5><?= __('No Preview', 'LayerSlider') ?></h5>
							<small><?= __('Previews are automatically generated from slide images in projects.', 'LayerSlider') ?></small>
						</div>
						<?php endif ?>
					</div>
				</div>
				<div class="ls-info">
					<div class="ls-name">
						<?= apply_filters('ls_slider_title', stripslashes($item['name']), 40) ?>
					</div>
				</div>
			</div><?php
		}
	}
}
?>

</div>

SILENT KILLER Tool