summaryrefslogtreecommitdiffstats
path: root/apps/gallery/templates
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2012-03-04 18:28:41 +0100
committerBartek Przybylski <bart.p.pl@gmail.com>2012-03-04 18:28:41 +0100
commit0a78849391761a616f392b8ad5468318dd84b4ff (patch)
tree82d9e9e2b43fa9fc98300bb806985a08b3507d3f /apps/gallery/templates
parentc411826fe5e7662fb0f6dc5fbcb074c68b467ea4 (diff)
downloadnextcloud-server-0a78849391761a616f392b8ad5468318dd84b4ff.tar.gz
nextcloud-server-0a78849391761a616f392b8ad5468318dd84b4ff.zip
multilevel gallery
Diffstat (limited to 'apps/gallery/templates')
-rw-r--r--apps/gallery/templates/index.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/apps/gallery/templates/index.php b/apps/gallery/templates/index.php
index 1b8d53e82d4..7f0281e6a39 100644
--- a/apps/gallery/templates/index.php
+++ b/apps/gallery/templates/index.php
@@ -2,6 +2,10 @@
OC_Util::addStyle('gallery', 'styles');
OC_Util::addScript('gallery', 'albums');
OC_Util::addScript('gallery', 'album_cover');
+OC_Util::addStyle('files', 'files');
+OC_Util::addScript('files_imageviewer', 'jquery.mousewheel-3.0.4.pack');
+OC_Util::addScript('files_imageviewer', 'jquery.fancybox-1.3.4.pack');
+OC_Util::addStyle( 'files_imageviewer', 'jquery.fancybox-1.3.4' );
$l = new OC_L10N('gallery');
?>
@@ -9,10 +13,13 @@ $l = new OC_L10N('gallery');
<div id="scan">
<div id="scanprogressbar"></div>
<input type="button" id="g-scan-button" value="<?php echo $l->t('Rescan');?>" onclick="javascript:scanForAlbums();" />
- </div>
- <div id="g-settings">
<input type="button" id="g-settings-button" value="<?php echo $l->t('Settings');?>" onclick="javascript:settings();"/>
</div>
+ <div id="g-album-navigation">
+ <div class="crumb last" style="background-image:url('/owncloud/core/img/breadcrumb.png')">
+ <a href="javascript:returnToElement(0);">main</a>
+ </div>
+ </div>
</div>
<div id="gallery_list">
</div>