X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=songbook%2Fweb%2Fsearch.php;h=840fdb0b050574661e5f56e8eb2ad8110cc3c6be;hb=64cb05c445d480f29d266e70db6eb1d021d34456;hp=41f2581b1a34dd315465cffbc0b9378d55ef4f7a;hpb=92a2b6e641d8149d6c0fb79b671cdacb4c8686b5;p=clearscm.git diff --git a/songbook/web/search.php b/songbook/web/search.php deleted file mode 120000 index 41f2581..0000000 --- a/songbook/web/search.php +++ /dev/null @@ -1 +0,0 @@ -/web/php/songbook/search.php \ No newline at end of file diff --git a/songbook/web/search.php b/songbook/web/search.php new file mode 100644 index 0000000..840fdb0 --- /dev/null +++ b/songbook/web/search.php @@ -0,0 +1,84 @@ + + + + + + Songbook" Artist + + + + + + + + + +
+Home +

Andrew DeFaria's Songbook

+ +

+
+ +
+ + 0) { + print "
    "; +} // if + +foreach ($songmatches as $songmatch) { + $artist = getArtist ($songmatch); + $title = basename ($songmatch, ".pro"); + print "
  1. $title"; + print " ($artist)
  2. "; +} // foreach + +if (count ($songmatches) > 0) { + print "
"; +} // if +?> + +
+ + +