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-01-05 04:45:32 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-05 04:45:32 +0300
commit1d8fab3f47e79fdc6377fad48c1c4b6cf69bad61 (patch)
tree4936a6a0da5848342e59c67c30770a91deaf8cab /templates/part.content.php
parent64735b0b61eb9a5c2b81c03249ed9107b6957fd8 (diff)
Initial commit
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php42
1 files changed, 42 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
new file mode 100644
index 00000000..834efdc3
--- /dev/null
+++ b/templates/part.content.php
@@ -0,0 +1,42 @@
+<?php
+/**
+ * @type $_ array
+ */
+/**
+ * @type $l OC_L10N
+ */
+script(
+ $_['appName'],
+ array(
+ 'album',
+ 'gallery',
+ 'thumbnail',
+ )
+);
+style(
+ $_['appName'],
+ array(
+ 'styles',
+ 'mobile',
+ )
+);
+?>
+<div id="controls">
+ <div id='breadcrumbs'></div>
+ <span class="right">
+ <button class="share"><?php p($l->t("Share")); ?></button>
+ <a class="share" data-item-type="folder" data-item=""
+ title="<?php p($l->t("Share")); ?>"
+ data-possible-permissions="31"></a>
+ </span>
+</div>
+<div id="gallery" class="hascontrols"></div>
+
+<div id="emptycontent" class="hidden"><?php p(
+ $l->t(
+ "No pictures found! If you upload pictures in the files app, they will be displayed here."
+ )
+ ); ?></div>
+
+<input type="hidden" name="allowShareWithLink" id="allowShareWithLink"
+ value="yes"/>