Added the "powered by" link and rebranded as 0.1 alpha 1
authorDan
Fri, 25 Apr 2008 14:48:23 -0400
changeset 19 75dd71fe35b2
parent 18 69af47034212
child 20 bb8237ca678d
Added the "powered by" link and rebranded as 0.1 alpha 1
greyhound.php
themes/funkymonkey/playlist.tpl
themes/funkymonkey/style.css
themes/iphone/playlist.tpl
themes/iphone/style.css
--- 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');
--- 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}
       </table>
     </div>
+    <div class="poweredby">
+      Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a>
+    </div>
   </body>
 </html>
 
--- 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;
+}
--- 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 @@
     </div>
     <div id="footer">
       <img alt="AmaroK web control" src="/themes/{$theme|escape}/images/amarok.gif" /><br />
+      <div class="poweredby">
+        Powered by <a onclick="window.open(this.href); return false;" href="http://greyhound.enanocms.org/">Greyhound</a>
+      </div>
     </div>
     <script type="text/javascript">
       setTimeout('fix_scroll();', 2000);
--- a/themes/iphone/style.css	Fri Apr 25 12:42:26 2008 -0400
+++ b/themes/iphone/style.css	Fri Apr 25 14:48:23 2008 -0400
@@ -146,3 +146,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;
+}