Added Dropbox Shared Links
[songbook.git] / web / index.php
index 6bb6b32..e32a21b 100644 (file)
@@ -26,8 +26,6 @@ include_once "songbook.php";
   </tbody>
 </table>
 
-<?php getSongs(); ?>
-
 <div class="heading">
   <h1 class="centered">Andrew DeFaria's Songbook</h1>
 </div>
@@ -42,19 +40,30 @@ Windows. More info on this is available <a href="songbook.html">here</a>. For
 people who must remain with paper...</p>
 
 <p>The following songs are available here. Select an artist or a song and then
-Go or type in a lyric or song title into the search box. You can print the 
+Go or type in a lyric or song title into the search box. You can print the
 result if you wish to have a paper copy. If new songs are added by me or others
-this page will automatically update so you can come back here and get your 
+this page will automatically update so you can come back here and get your
 copy.</p>
 
 <?php
 artistsDropdown();
+setsDropdown();
 songsDropdown();
 ?>
 
 <form method="post" action="search.php" name="search">
-Search:&nbsp;&nbsp;<input type="text" name="searchterm"><input type="submit" value="Search">
+Search:&nbsp;<input type="text" name="searchterm"><input type="submit" value="Search">
 
 </form>
+
+<p>Want to <a href="https://www.dropbox.com/sh/jy385ihkuc5ncn4/AAC9eQEWTVmxYPcuJsxrWT8aa?dl=0">download my Songbook songfiles?</a>
+and then use the Download dropdown in the upper right corner to either <b>Direct
+download</b> (which will download a .zip file with all of the songs) or <b>Save
+to Your Dropbox</b>.</p>
+
+ <p>You can also use the same facility to <a href="https://www.dropbox.com/sh/dkadircz25mnqee/AADUFPXW09ovK5hA-8EfL3Eca?dl=0">download
+ the corresponding Media (MP3) files</a> to listen to, play along with or place in
+ /sdcard/SongBook/Media on your Android tablet so that you can play them directly from
+ Songbook! <b>Note:</b> Do not do a Direct Download as all of the media files are too large for Dropbox to zip.</p>
 </body>
 </html>