2011-10-02 15:52:04 +04:00
|
|
|
<?php
|
2011-09-26 00:32:08 +04:00
|
|
|
OC_Util::addStyle('gallery', 'styles');
|
2011-10-01 13:26:47 +04:00
|
|
|
OC_Util::addScript('gallery', 'albums');
|
2011-09-26 00:32:08 +04:00
|
|
|
OC_Util::addScript('gallery', 'album_cover');
|
2012-01-15 15:11:04 +04:00
|
|
|
$l = new OC_L10N('gallery');
|
2011-09-26 00:32:08 +04:00
|
|
|
?>
|
|
|
|
|
2012-01-08 03:14:34 +04:00
|
|
|
<div id="notification"><div id="gallery_notification_text">Creating thumbnails</div></div>
|
2011-09-26 00:32:08 +04:00
|
|
|
<div id="controls">
|
2012-01-15 15:11:04 +04:00
|
|
|
<input type="button" value="<?php echo $l->t('Rescan');?>" onclick="javascript:scanForAlbums();" />
|
2012-01-08 03:14:34 +04:00
|
|
|
<br/>
|
2011-09-26 00:32:08 +04:00
|
|
|
</div>
|
|
|
|
<div id="gallery_list">
|
|
|
|
</div>
|