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

Diff of /gnump3d/templates/Clean/random.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  <table border="0" cellpadding="0" cellspacing="2" width="100%" bgcolor="#ff0000">          <body>
17  <tr><td>          <div class="boxTop">
18  <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#eaecef">                  <h1>Random Music Selection</h1>
19  <tr bgcolor="#d1d5d7"><td colspan="7"><center><h3>Listen To Random Music</h3></center></td></tr>                          <div class="menu">
20  <tr><td>  <p>
21    
22    
23    
24    <a title="Create a custom playlist" href="/playlist">Custom Playlist</a>
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    | <b>Random Selection</b>
28    
29    | <a title="Search the archive" href="/search">Search</a>
30    </p>
31    </div>
32            </div>
33    
34            <div class="boxLeft">
35            <p>&nbsp;</p>
36            <!-- include="menu.tmpl" -->
37            </div>
38    
39            
40            <div id="main">  
41  $TEXT  $TEXT
42  </td></tr>                  <br />
43  </table>  
 </td></tr>  
 </table>  
44    
45  <p>&nbsp;</p>          </div>
46    
47  <!-- include="footer.tmpl" -->          <div class="boxfooter">
48                                    
49                    <br />  
50                    
51                    Last modified: Saturday 27 September 2003 - <a href="/contact/">Steve Kemp</a>
52                    <br />
53            </div>
54            <div class="spacer"></div>
55            </body>
56    </html>
57    

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