diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-01 23:53:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-01 23:55:47 +0200 |
commit | 9f981de85437930ec89ecc85c2e79f096f65b5bb (patch) | |
tree | 49a313889f8aefdc131af360d539a4840d7422d5 /apps/media/templates/collection.php | |
parent | ad45c78b44f887be547329501cba7c84c3a3c331 (diff) | |
download | nextcloud-server-9f981de85437930ec89ecc85c2e79f096f65b5bb.tar.gz nextcloud-server-9f981de85437930ec89ecc85c2e79f096f65b5bb.zip |
fance collection scanning wip
Diffstat (limited to 'apps/media/templates/collection.php')
-rw-r--r-- | apps/media/templates/collection.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/media/templates/collection.php b/apps/media/templates/collection.php index e2c256a6480..fe50bf5ebdf 100644 --- a/apps/media/templates/collection.php +++ b/apps/media/templates/collection.php @@ -1,3 +1,9 @@ +<div id='scan'> + <p><span class='songCount'>0</span> Songs scanned</p> + <div id="scanprogressbar"></div> + <input type='button' class='start' value='Recan'></input> + <input type='button' class='stop' style='display:none' value='Pause'></input> +</div> <ul id='collection'> <li class='artist'> <img src="<?php echo image_path('files','loading.gif') ?>" alt='loading'/>Loading Collection... @@ -7,4 +13,5 @@ <button class='add'>Add</button> <button class='play'>Play</button> </li> -</ul>
\ No newline at end of file +</ul> + |