summaryrefslogtreecommitdiff
path: root/www/head.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/head.t')
-rw-r--r--www/head.t20
1 files changed, 13 insertions, 7 deletions
diff --git a/www/head.t b/www/head.t
index 95288c9894..4a5924813d 100644
--- a/www/head.t
+++ b/www/head.t
@@ -2,6 +2,7 @@
2#define MENUBG "#6887bb" 2#define MENUBG "#6887bb"
3#define TITLE(_x) <h1>_x</h1> 3#define TITLE(_x) <h1>_x</h1>
4 4
5#ifndef TWIKI
5<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 6<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
6<html> 7<html>
7<head> 8<head>
@@ -17,8 +18,10 @@
17<meta name="keywords" content="Rockbox,Archos,firmware,open source,computer,programming,software"> 18<meta name="keywords" content="Rockbox,Archos,firmware,open source,computer,programming,software">
18#endif 19#endif
19</head> 20</head>
20<body bgcolor=BGCOLOR text="black" link="blue" vlink="purple" alink="red" 21#else
21 topmargin=0 leftmargin=0 marginwidth=0 marginheight=0> 22%TMPL:DEF{"rockboxmenu"}%
23#endif
24<body bgcolor=BGCOLOR text="black" link="blue" vlink="purple" alink="red" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
22 25
23<table border=0 cellpadding=7 cellspacing=0 height="100%"> 26<table border=0 cellpadding=7 cellspacing=0 height="100%">
24<tr valign="top"> 27<tr valign="top">
@@ -31,8 +34,9 @@
31<a class="menulink" href="/download/">download</a><br> 34<a class="menulink" href="/download/">download</a><br>
32<a class="menulink" href="/twiki/bin/view/Main/DocsIndex">documentation</a><br> 35<a class="menulink" href="/twiki/bin/view/Main/DocsIndex">documentation</a><br>
33<a class="menulink" href="/mail/">mailing lists</a><br> 36<a class="menulink" href="/mail/">mailing lists</a><br>
34<a class="menulink" href="/twiki/">twiki</a><br> 37<a class="menulink" href="/twiki/">wiki</a><br>
35<a class="menulink" href="/irc/">IRC</a><br> 38<a class="menulink" href="/irc/">IRC</a><br>
39<a class="menulink" href="http://forums.rockbox.org">forums</a><br>
36<a class="menulink" href="/daily.shtml">daily builds</a><br> 40<a class="menulink" href="/daily.shtml">daily builds</a><br>
37<a class="menulink" href="/requests.shtml">feature&nbsp;requests</a><br> 41<a class="menulink" href="/requests.shtml">feature&nbsp;requests</a><br>
38<a class="menulink" href="/bugs.shtml">bug reports</a><br> 42<a class="menulink" href="/bugs.shtml">bug reports</a><br>
@@ -48,7 +52,7 @@
48<p class=menutext>Bandwidth and server<br>sponsored by:<br> 52<p class=menutext>Bandwidth and server<br>sponsored by:<br>
49<a href="http://www.contactor.se"><img border=0 src="/cont.png" width=101 height=36 alt="Contactor Data AB Logo"></a> 53<a href="http://www.contactor.se"><img border=0 src="/cont.png" width=101 height=36 alt="Contactor Data AB Logo"></a>
50 54
51<p><a href="http://sourceforge.net/projects/rockbox/"><img src="http://sourceforge.net/sflogo.php?group_id=44306&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"></a> 55<p><a href="http://sourceforge.net/projects/rockbox/"><img src="/sf_logo.png" width="88" height="31" border="0" alt="SourceForge.net Logo"></a>
52 56
53<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 57<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
54<input type="hidden" name="cmd" value="_xclick"> 58<input type="hidden" name="cmd" value="_xclick">
@@ -58,15 +62,17 @@
58<input type="hidden" name="cn" value="Note to the Rockbox team"> 62<input type="hidden" name="cn" value="Note to the Rockbox team">
59<input type="hidden" name="currency_code" value="USD"> 63<input type="hidden" name="currency_code" value="USD">
60<input type="hidden" name="tax" value="0"> 64<input type="hidden" name="tax" value="0">
61<input type="image" src="/paypal-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> 65<input type="image" src="/paypal-donate.gif" border="0" name="submit">
62</form> 66</form>
63</div> 67</div>
64
65</td> 68</td>
66<td> 69<td>
67 70#ifdef TWIKI
71%TMPL:END%
72#else
68#ifdef _LOGO_ 73#ifdef _LOGO_
69<div align="center">_LOGO_</div> 74<div align="center">_LOGO_</div>
70#else 75#else
71TITLE(_PAGE_) 76TITLE(_PAGE_)
72#endif 77#endif
78#endif