librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1771] remove CSS, fix header


From: Matt Lee
Subject: [Librefm-commits] [1771] remove CSS, fix header
Date: Sun, 24 May 2009 15:55:29 +0000

Revision: 1771
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1771
Author:   mattl
Date:     2009-05-24 15:55:29 +0000 (Sun, 24 May 2009)
Log Message:
-----------
remove CSS, fix header

Modified Paths:
--------------
    trunk/gnukebox/display.php

Modified: trunk/gnukebox/display.php
===================================================================
--- trunk/gnukebox/display.php  2009-05-24 15:53:22 UTC (rev 1770)
+++ trunk/gnukebox/display.php  2009-05-24 15:55:29 UTC (rev 1771)
@@ -30,12 +30,10 @@
 <head>
    <title>GNUkebox version <?php echo $version; ?></title>
    <meta name="author" content="FooCorp catalogue number FOO200 and 
contributors" />
-   <link rel="stylesheet" href="<?php echo $submissions_server 
?>/reset-fonts-grids.css" type="text/css">
-   <link rel="stylesheet" href="<?php echo $submissions_server ?>/base.css" 
type="text/css">
 </head>
 <body>
 
-<h1><a href="<?php echo $submissions_server ?>">Header</a></h1>
+<h1><a href="<?php echo $submissions_server ?>">GNUkebox</a></h1>
 
        <h2>Last 100 tracks received</h2>
 
@@ -56,13 +54,11 @@
 
 ?>
 
-                       
<tr><th>User</th><th>Artist</th><th>Track</th><th>Time</th></tr>
-
 <?php
 
                        foreach($res as &$row){
 
-                       echo "<li>" . $row['user'] . " listened to " . 
$row['artist'] . "&mdash;" . $row['track'] . 'at <abbr title=\'' . 
strftime('%c', $row['time']) . '\'>' . human_timestamp($row['time']) . 
'</abbr></li>';
+                       echo "<li>" . $row['username'] . " listened to " . 
$row['artist'] . "&mdash;" . $row['track'] . 'at <abbr title=\'' . 
strftime('%c', $row['time']) . '\'>' . human_timestamp($row['time']) . 
'</abbr></li>';
 
                        }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]