14fccff1c5b78946ebfae5db4c1c72e821bb4cdc
[clearscm.git] / songbook / index.new.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 <?php
21   if (file_exists ("news.html")) {
22     print "<a href=\"news.html\"><img src=\"/Icons/news.png\"></a>";
23   }
24 ?>
25
26 <div class="heading">
27   <h1 class="centered">Andrew DeFaria's Songbook</h1>
28 </div>
29
30 <div id="content">
31
32 <p>As a professional musician do yourself a favor and invest in a tablet or if
33 you must an iPad and get either SongBook (for Android) or OnSong for iPad then
34 send me a request to sign up for Dropbox which integrates with these apps and
35 your "songbook" will be automated. Note that Songbook is also available for
36 Windows. More info on this is available <a href="songbook.html">here</a>. For
37 people who must remain with paper...</p>
38
39 <p>The following songs are available here. Click on a song title to have the
40 song lyrics rendered in your browser. You can print the result if you wish to
41 have a paper copy. If new songs are added by me or others this page will
42 automatically update so you can come back here and get your copy.</p>
43
44 <?php
45 artistsDropdown();
46 songsDropdown();
47 ?>
48
49 <form method="post" action="search.php" name="search">
50 Search:&nbsp;&nbsp;<input type="text" name="searchterm"><input type="submit" value="Search">
51
52 </form>
53 </body>
54 </html>