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

Diff of /gnump3d/templates/Clean/results.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 18:09:16 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>Search Results For '<i>$TERMS</i>'</h1>
19                            <div class="menu">
20    <p>
21    
22    
23    <a title="Create a custom playlist" href="/playlist">Custom Playlist</a>
24    | <a title="See What Is Currently Being Served" href="/now">Currently Playing</a>
25    | <a title="Change your preferences" href="/prefs">Preferences</a>
26    | <a title="Display some random tracks" href="/random">Random Selection</a>
27    
28  <!-- Banner -->  | <a title="Search the archive" href="/search">Search</a>
 <p>&nbsp;</p>  
   
 <p align="center">  
 $BANNER  
29  </p>  </p>
30    </div>
31            </div>
32    
33            <div class="boxLeft">
34            <!-- include="menu.tmpl" -->
35            </div>
36    
37  <table border="0" cellpadding="0" cellspacing="2" width="100%" bgcolor="#ff0000">          
38  <tr><td>          <div id="main">  
 <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#eaecef">  
 <tr bgcolor="#d1d5d7"><td colspan="2" align="center"><h3>Search results for '<i>$TERMS</i>'</h3></td></tr>  
 $RESULTS  
 </table>  
 </td></tr>  
 </table>  
39    
40  <p>&nbsp;</p>  </table>
41    <RESULTS>
42    <h3 align="center"><a href="$PLAY_RESULTS">Play All Results</a></h3>
43    </RESULTS>
44    
45    <table>
46    <tr><td><b>Song</b></td><td><b>Location</b></td></tr>
47    $RESULTS
48    </table>
49    
50  <RESULTS>  <RESULTS>
51  <table border="0" cellpadding="0" cellspacing="2" width="100%" bgcolor="#ff0000">  <h3 align="center"><a href="$PLAY_RESULTS">Play All Results</a></h3>
 <tr><td>  
 <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#eaecef">  
 <tr bgcolor="#d1d5d7"><td align="center"><h3><a href="$PLAY_RESULTS">Play All Results</a></h3></td></tr>  
 </table>  
 </td></tr>  
 </table>  
52  </RESULTS>  </RESULTS>
53                    <br />
54    
 <p>&nbsp;</p>  
55    
56  <p align="center">          </div>
57  $BANNER  
58  </p>          <div class="boxfooter">
59                                    
60                    <br />  
61                    
62                    Last modified: Saturday 27 September 2003 - <a href="/contact/">Steve Kemp</a>
63                    <br />
64            </div>
65            <div class="spacer"></div>
66            </body>
67    </html>
68    
 <!-- include="footer.tmpl" -->  

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