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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-13 19:45:07 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-13 19:45:07 +0300
commit4ae75cb14ca8078b240c387a45b0b9ccc67169be (patch)
tree20b816a29ce1b7de65c09610c391cd409d76423e /templates
parent10d9c887a28b8e9ef36329123e3febb674e5d0ee (diff)
New spinner
Used in: * Row loading * slideshow loading
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php5
-rw-r--r--templates/public.php5
-rw-r--r--templates/slideshow.php2
3 files changed, 7 insertions, 5 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 69d5aead..33db81ad 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -26,7 +26,8 @@ script(
'slideshow',
'slideshowcontrols',
'slideshowzoomablepreview',
- 'vendor/image-scale/image-scale.min'
+ 'vendor/image-scale/image-scale.min',
+ 'vendor/spin.js/spin.min'
]
);
style(
@@ -80,5 +81,5 @@ style(
</div>
<div id="gallery" class="hascontrols"></div>
<div id="emptycontent" class="hidden"></div>
-<div id="loading-indicator" class="loading"></div>
+<div id="loading-indicator"></div>
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="yes"/>
diff --git a/templates/public.php b/templates/public.php
index 9ff109ce..f33c7155 100644
--- a/templates/public.php
+++ b/templates/public.php
@@ -26,7 +26,8 @@ script(
'slideshow',
'slideshowcontrols',
'slideshowzoomablepreview',
- 'vendor/image-scale/image-scale.min'
+ 'vendor/image-scale/image-scale.min',
+ 'vendor/spin.js/spin.min'
]
);
style(
@@ -133,7 +134,7 @@ style(
data-token="<?php isset($_['token']) ? p($_['token']) : p(false) ?>">
</div>
<div id="emptycontent" class="hidden"></div>
- <div id="loading-indicator" class="loading"></div>
+ <div id="loading-indicator"></div>
<footer>
<p class="info"><?php print_unescaped($theme->getLongFooter()); ?></p>
</footer>
diff --git a/templates/slideshow.php b/templates/slideshow.php
index 7c840a75..37cd9b24 100644
--- a/templates/slideshow.php
+++ b/templates/slideshow.php
@@ -1,4 +1,4 @@
-<div id="slideshow" class="icon-loading-dark">
+<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"/>