# HG changeset patch # User Dan # Date 1209149303 14400 # Node ID 75dd71fe35b22c32bf6c35d603c9bf20dd265923 # Parent 69af47034212ce924640ba928185e53740459c10 Added the "powered by" link and rebranded as 0.1 alpha 1 diff -r 69af47034212 -r 75dd71fe35b2 greyhound.php --- a/greyhound.php Fri Apr 25 12:42:26 2008 -0400 +++ b/greyhound.php Fri Apr 25 14:48:23 2008 -0400 @@ -55,7 +55,7 @@ // start up... -status('Starting Greyhound Web Control v0.1-hg'); +status('Starting Greyhound Web Control v0.1a1'); status('loading files'); require('webserver.php'); diff -r 69af47034212 -r 75dd71fe35b2 themes/funkymonkey/playlist.tpl --- a/themes/funkymonkey/playlist.tpl Fri Apr 25 12:42:26 2008 -0400 +++ b/themes/funkymonkey/playlist.tpl Fri Apr 25 14:48:23 2008 -0400 @@ -84,6 +84,9 @@ {/foreach} +
+ Powered by Greyhound +
diff -r 69af47034212 -r 75dd71fe35b2 themes/funkymonkey/style.css --- a/themes/funkymonkey/style.css Fri Apr 25 12:42:26 2008 -0400 +++ b/themes/funkymonkey/style.css Fri Apr 25 14:48:23 2008 -0400 @@ -135,3 +135,12 @@ tr.pulsar8 td { background-color: #1c1d3f; } tr.pulsar9 td { background-color: #171738; } +div.poweredby { + font-size: smaller; + text-align: center; + margin: 10px 0; +} + +div.poweredby a { + color: #57608a; +} diff -r 69af47034212 -r 75dd71fe35b2 themes/iphone/playlist.tpl --- a/themes/iphone/playlist.tpl Fri Apr 25 12:42:26 2008 -0400 +++ b/themes/iphone/playlist.tpl Fri Apr 25 14:48:23 2008 -0400 @@ -89,6 +89,9 @@