cleanup
[radio.git] / header.tpl
index 5e2ad21..e5c636b 100644 (file)
         <body>
                 <nav>
                         <ul>
-                                <li>Proxy Radio</li>
+                                <li><a href="index.html">Proxy Radio</a></li>
                                 <li><a href="last_songs.html">Played songs</a></li>
-                                <li class="selected"><a href="songs.html">All songs</a></li>
+                                <li class="selected">All songs</li>
                         </ul>
                 </nav>
 
                 <section>
                         <table id="songs" class="display compact" width="100%">
-                                <thead><tr><th>Artist</th><th>Album</th><th>Title</th><th>Comments</th></tr></thead>
+                                <thead>
+                                        <tr>
+                                                <th>Artist</th>
+                                                <th>Album</th>
+                                                <th>Title</th>
+                                                <th>Soure</th>
+                                                <th>Curator</th>
+                                                <th>Copyright</th>
+                                                <th>Comments</th>
+                                        </tr></thead>