summaryrefslogtreecommitdiffstats
path: root/apps/gallery/templates/index.php
blob: eb6ebd1bb7b69381c52e7e2950418ecca1d5e8c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
OC_Util::addStyle('gallery', 'styles');
OC_Util::addScript('gallery', 'albums');
OC_Util::addScript('gallery', 'album_cover');
$l = new OC_L10N('gallery');
?>

<div id="notification"><div id="gallery_notification_text">Creating thumbnails</div></div>
<div id="controls">
  <input type="button" value="<?php echo $l->t('Rescan');?>" onclick="javascript:scanForAlbums();" />
  <br/>
</div>
<div id="gallery_list">
</div>