Moved lists back to same folder as songs.
[songbook.git] / web / index.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7   <title>Songbook</title>
8   <link rel="stylesheet" type="text/css" media="screen" href="/css/Music.css">
9   <link rel="stylesheet" type="text/css" media="print" href="/css/Print.css">
10   <link rel="SHORTCUT ICON" href="http://defaria.com/favicon.ico" type="image/png">
11
12 <?php
13 include_once "songbook.php";
14 ?>
15
16 </head>
17
18 <body>
19
20 <table width="100%">
21   <tbody>
22     <tr>
23       <td align="left"><a href="news.html"><img src="/Icons/news.png"></a></td>
24       <td align="right"><a href="https://github.com/adefaria/songbook"><img src="/Icons/history.png"></a></td>
25     </tr>
26   </tbody>
27 </table>
28
29 <div class="heading">
30   <h1 class="centered">Andrew DeFaria's Songbook</h1>
31 </div>
32
33 <div id="content">
34
35 <p>As a professional musician do yourself a favor and invest in a tablet or if
36 you must an iPad and get either SongBook (for Android) or OnSong (for iPad) then
37 send me a request to sign up for Dropbox which integrates with these apps and
38 your "songbook" will be automated. Note that Songbook is also available for
39 Windows. More info on this is available <a href="songbook.html">here</a>. For
40 people who must remain with paper...</p>
41
42 <p>The following songs are available here. Select an artist or a song and then
43 Go or type in a lyric or song title into the search box. You can print the
44 result if you wish to have a paper copy. If new songs are added by me or others
45 this page will automatically update so you can come back here and get your
46 copy.</p>
47
48 <?php
49 artistsDropdown();
50 setsDropdown();
51 songsDropdown();
52 ?>
53
54 <form method="post" action="search.php" name="search">
55 Search:&nbsp;<input type="text" name="searchterm"><input type="submit" value="Search">
56
57 </form>
58
59 <p>Want to <a href="https://www.dropbox.com/sh/jy385ihkuc5ncn4/AAC9eQEWTVmxYPcuJsxrWT8aa?dl=0">download my Songbook songfiles?</a>
60 and then use the Download dropdown in the upper right corner to either <b>Direct
61 download</b> (which will download a .zip file with all of the songs) or <b>Save
62 to Your Dropbox</b>.</p>
63
64  <p>You can also use the same facility to <a href="https://www.dropbox.com/sh/dkadircz25mnqee/AADUFPXW09ovK5hA-8EfL3Eca?dl=0">download
65  the corresponding Media (MP3) files</a> to listen to, play along with or place in
66  /sdcard/SongBook/Media on your Android tablet so that you can play them directly from
67  Songbook! <b>Note:</b> Do not do a Direct Download as all of the media files are too large for Dropbox to zip.</p>
68 </body>
69 </html>