Blame view
sources/apps/gallery/templates/index.php
642 Bytes
|
d1bafeea1
|
1 2 3 4 5 6 7 8 |
<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>
|
|
6d9380f96
|
9 10 11 12 |
<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>
<div id="loading" class="hidden"><?php p($l->t("Loading...")); ?></div>
|
|
d1bafeea1
|
13 |
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="yes" /> |