Merge branch 'master' of defaria.com:/opt/git/clearscm
[clearscm.git] / songbook / web / index.php
deleted file mode 120000 (symlink)
index be1c92b822f95bdabbae1af69c97ac1c8a9ded35..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-/web/php/songbook/index.php
\ No newline at end of file
new file mode 100644 (file)
index 0000000000000000000000000000000000000000..bb15fa83b64fec8c3033776860f24b901d2955b3
--- /dev/null
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+   "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+  <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
+  <title>Songbook</title>
+  <link rel="stylesheet" type="text/css" media="screen" href="/css/Music.css">
+  <link rel="stylesheet" type="text/css" media="print" href="/css/Print.css">
+  <link rel="SHORTCUT ICON" href="http://defaria.com/favicon.ico" type="image/png">
+
+<?php
+include_once "songbook.php";
+?>
+
+</head>
+
+<body>
+
+<?php
+  if (file_exists ("news.html")) {
+    print "<a href=\"news.html\"><img src=\"/Icons/news.png\"></a>";
+  } // if
+
+  getSongs();
+?>
+
+<div class="heading">
+  <h1 class="centered">Andrew DeFaria's Songbook</h1>
+</div>
+
+<div id="content">
+
+<p>As a professional musician do yourself a favor and invest in a tablet or if
+you must an iPad and get either SongBook (for Android) or OnSong (for iPad) then
+send me a request to sign up for Dropbox which integrates with these apps and
+your "songbook" will be automated. Note that Songbook is also available for
+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 
+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 
+copy.</p>
+
+<?php
+artistsDropdown();
+songsDropdown();
+?>
+
+<form method="post" action="search.php" name="search">
+Search:&nbsp;&nbsp;<input type="text" name="searchterm"><input type="submit" value="Search">
+
+</form>
+</body>
+</html>