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: 8442d904c6496c722225c1b1b9fef0133f18bc9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div id="slideshow">
	<input type="button" class="svg next icon-view-next"/>
	<input type="button" class="svg play icon-view-play"/>
	<input type="button" class="svg pause icon-view-pause hidden"/>
	<input type="button" class="svg previous icon-view-previous"/>
	<input type="button" class="svg exit icon-view-close"/>

	<div class="menu">
		<input type="button" class="menuItem svg downloadImage icon-view-download hidden"/>
		<input type="button"
			   class="menuItem svg changeBackground icon-view-toggle-background hidden"/>
	</div>
	<div class="progress icon-view-pause"/>
	<div class="name"><div class="title"></div></div>
	<div class="notification"></div>
	<div class="bigshotContainer"></div>
</div>