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

Diff of /gnump3d/templates/Clean/bug.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, Mon Oct 13 09:40:32 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>Report A Bug</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>Report A Bug</h1>
19                            <div class="menu">
20    <p>
21    
 <!-- Banner -->  
 <p>&nbsp;</p>  
22    
23  <p align="center">  
24  $BANNER  <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    | <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>GNUMP3d Bug Reporting Plugin</h3></center></td></tr>  
38  <tr><td>          
39            <div id="main">  
40    
41  <p>&nbsp;This form allows you to easily report a bug with the <a href="http://www.gnump3d.org/">GNUMP3d</a> server.</P>  <p>&nbsp;This form allows you to easily report a bug with the <a href="http://www.gnump3d.org/">GNUMP3d</a> server.</P>
42  <p>&nbsp;To try to make this a simple a process as possible some information has already been gleaned from your system, and entered here.</p>  <p>&nbsp;To try to make this a simple a process as possible some information has already been gleaned from your system, and entered here.</p>
# Line 44  $BUG_CONFIG Line 69  $BUG_CONFIG
69  <tr><td>&nbsp;</td><td><input type='submit' value='Report Bug' /></td></tr>  <tr><td>&nbsp;</td><td><input type='submit' value='Report Bug' /></td></tr>
70  </table>  </table>
71    
72  </td></tr>                  <br />
 </table>  
 </td></tr>  
 </table>  
73    
 <p>&nbsp;</p>  
74    
75  <p align="center">          </div>
 $BANNER  
 </p>  
76    
77  <!-- include="footer.tmpl" -->          <div class="boxfooter">
78                                    
79                    <br />  
80                    Last modified: <!-- echo="LAST_MODIFIED" --> - <a href="http://www.steve.org.uk/">Steve Kemp</a>
81                    <br />
82            </div>
83            <div class="spacer"></div>
84            </body>
85    </html>
86    

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