summaryrefslogtreecommitdiff
path: root/www/head.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/head.t')
-rw-r--r--www/head.t86
1 files changed, 0 insertions, 86 deletions
diff --git a/www/head.t b/www/head.t
deleted file mode 100644
index cd2605a668..0000000000
--- a/www/head.t
+++ /dev/null
@@ -1,86 +0,0 @@
1#define BGCOLOR "#b6c6e5"
2#define MENUBG "#6887bb"
3#define TITLE(_x) <h1>_x</h1>
4
5#ifndef TWIKI
6<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
7<html>
8<head>
9<link rel="STYLESHEET" type="text/css" href="/style.css">
10<link rel="shortcut icon" href="/favicon.ico">
11#ifdef _PAGE_
12<title>Rockbox - _PAGE_</title>
13#else
14<title>Rockbox</title>
15#endif
16<meta name="author" content="Björn Stenberg, in Emacs">
17#ifndef _PAGE_
18<meta name="keywords" content="Rockbox,Archos,firmware,open source,computer,programming,software">
19#endif
20</head>
21#else
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>
25
26<table border=0 cellpadding=7 cellspacing=0 height="100%">
27<tr valign="top">
28<td bgcolor=MENUBG valign="top">
29<br>
30<div align="center"><a href="/"><img src="/rockbox100.png" width=99 height=30 border=0 alt="Rockbox.org home"></a>
31</div>
32<div align="right" style="margin-top:20px">
33 <div class="submenu">
34 Downloads
35 </div>
36 <a class="menulink" href="/download/">releases</a><br>
37 <a class="menulink" href="/daily.shtml">daily builds</a><br>
38 <a class="menulink" href="/cvs.shtml">CVS builds</a>
39 <div class="submenu">
40 Documentation
41 </div>
42
43 <a class="menulink" href="/manual.shtml">manual</a><br>
44 <a class="menulink" href="/twiki/">wiki</a><br>
45 <a class="menulink" href="/twiki/bin/view/Main/DocsIndex">index</a>
46 <div class="submenu">
47 Support
48 </div>
49 <a class="menulink" href="/mail/">mailing lists</a><br>
50 <a class="menulink" href="/irc/">IRC</a><br>
51 <a class="menulink" href="http://forums.rockbox.org/">forums</a>
52 <div class="submenu">
53 Tracker
54 </div>
55 <a class="menulink" href="/tracker/index.php?type=1">feature&nbsp;requests</a><br>
56 <a class="menulink" href="/tracker/index.php?type=2">bug reports</a><br>
57 <a class="menulink" href="/tracker/index.php?type=4">patches</a><br>
58 <br>
59<form action="http://www.google.com/search">
60<input name=as_q size=10><br>
61<input value="Search" type=submit>
62<input type=hidden name=as_sitesearch value="www.rockbox.org">
63</form>
64
65<p><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
66<input type="hidden" name="cmd" value="_xclick">
67<input type="hidden" name="business" value="bjorn@haxx.se">
68<input type="hidden" name="item_name" value="Donation to the Rockbox project">
69<input type="hidden" name="no_shipping" value="1">
70<input type="hidden" name="cn" value="Note to the Rockbox team">
71<input type="hidden" name="currency_code" value="USD">
72<input type="hidden" name="tax" value="0">
73<input type="image" src="/paypal-donate.gif" border="0" name="submit">
74</form>
75</div>
76</td>
77<td>
78#ifdef TWIKI
79%TMPL:END%
80#else
81#ifdef _LOGO_
82<div align="center">_LOGO_</div>
83#else
84TITLE(_PAGE_)
85#endif
86#endif