Welcome to mirror list, hosted at ThFree Co, Russian Federation.

slideshow.php « templates - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4115cb10307dc84d4a7afa703b2abaf2368c9ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div id="slideshow">
	<div class="icon-loading-dark"></div>
	<input type="button" class="svg next icon-view-next icon-shadow icon-white icon-32"/>
	<input type="button" class="svg play icon-play icon-shadow icon-white icon-32"/>
	<input type="button" class="svg pause icon-pause icon-shadow icon-white icon-32 hidden"/>
	<input type="button" class="svg previous icon-view-previous icon-shadow icon-white icon-32"/>
	<input type="button" class="menuItem svg exit icon-close icon-shadow icon-white icon-32"/>
	<div class="notification"></div>
	<div class="slideshow-menu">
		<input type="button"
			   class="menuItem svg downloadImage icon-download icon-shadow icon-white icon-32 hidden"/>
		<input type="button"
			   class="menuItem svg changeBackground icon-toggle-background icon-shadow icon-white icon-32 hidden"/>
		<input type="button"
			   class="menuItem svg deleteImage icon-delete icon-shadow icon-white icon-32 hidden"/>
		<input type="button"
			   class="menuItem svg shareImage icon-share icon-shadow icon-white icon-32 hidden"/>
		<a class="share" data-item-type="folder" data-item=""
		   title="<?php p($l->t("Share")); ?>"
		   data-possible-permissions="31">
		</a>
	</div>
	<div class="progress icon-pause icon-shadow icon-white icon-32"/>
	<div class="name">
		<div class="title"></div>
	</div>
	<div class="bigshotContainer"></div>
</div>