/[gnump3d]/gnump3d/templates/Clean/playlist.html
ViewVC logotype

Diff of /gnump3d/templates/Clean/playlist.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by skx, Sun Oct 12 00:28:11 2003 UTC revision 1.2 by skx, Sun Oct 12 17:58:00 2003 UTC
# Line 1  Line 1 
1  <!-- include="header.tmpl" -->  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2    <html lang="en">
3            <head>
4                    <title>GNUMP3d on $HOSTNAME</title>
5                    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6                    <meta http-equiv="content-style-type" content="text/css" />
7                    <meta http-equiv="language" content="english" />
8                    <meta http-equiv="dialect" content="us" />
9                    <meta http-equiv="window-target" content="_top" />
10                    <meta name="Author" content="Steve Kemp" />
11                    <meta name="Description" content="GNUMP3d on $HOSTNAME" />
12                    <style type="text/css" media="all">@import url(/layout.css);
13                    </style>
14            </head>
15    
16            <body>
17            <div class="boxTop">
18                    <h1>Create A Custom Playlist</h1>
19                            <div class="menu">
20    <p>
21    
 <!-- Banner -->  
 <p>&nbsp;</p>  
22    
23  <p align="center">  
24  $BANNER  <b>Custom Playlist</b>
25    | <a title="See What Is Currently Being Served" href="/now">Currently Playing</a>
26    | <a title="Change your preferences" href="/prefs">Preferences</a>
27    | <a title="Display some random tracks" href="/random">Random Selection</a>
28    
29    | <a title="Search the archive" href="/search">Search</a>
30  </p>  </p>
31    </div>
32            </div>
33    
34  <table border="0" cellpadding="0" cellspacing="2" width="100%" bgcolor="#ff0000">          <div class="boxLeft">
35  <tr><td>          <!-- include="menu.tmpl" -->
36  <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#eaecef">          </div>
37  <tr bgcolor="#d1d5d7"><td colspan="7"><center><h3>$HEADING</h3></center></td></tr>  
38  <tr><td>          
39            <div id="main">  
40  $TEXT  $TEXT
41  </td></tr>                  <br />
 </table>  
 </td></tr>  
 </table>  
42    
 <p>&nbsp;</p>  
43    
44  <p align="center">          </div>
 $BANNER  
 </p>  
45    
46  <!-- include="footer.tmpl" -->          <div class="boxfooter">
47                                    
48                    <br />  
49                    
50                    Last modified: Saturday 27 September 2003 - <a href="/contact/">Steve Kemp</a>
51                    <br />
52            </div>
53            <div class="spacer"></div>
54            </body>
55    </html>
56    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26