be10f54eec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9279 a1c6a512-1295-4272-9138-f99709370657
77 lines
2.7 KiB
Perl
77 lines
2.7 KiB
Perl
#define BGCOLOR "#b6c6e5"
|
|
#define MENUBG "#6887bb"
|
|
#define TITLE(_x) <h1>_x</h1>
|
|
|
|
#ifndef TWIKI
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<link rel="STYLESHEET" type="text/css" href="/style.css">
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
#ifdef _PAGE_
|
|
<title>Rockbox - _PAGE_</title>
|
|
#else
|
|
<title>Rockbox</title>
|
|
#endif
|
|
<meta name="author" content="Björn Stenberg, in Emacs">
|
|
#ifndef _PAGE_
|
|
<meta name="keywords" content="Rockbox,Archos,firmware,open source,computer,programming,software">
|
|
#endif
|
|
</head>
|
|
#else
|
|
%TMPL:DEF{"rockboxmenu"}%
|
|
#endif
|
|
<body bgcolor=BGCOLOR text="black" link="blue" vlink="purple" alink="red" topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
|
|
|
|
<table border=0 cellpadding=7 cellspacing=0 height="100%">
|
|
<tr valign="top">
|
|
<td bgcolor=MENUBG valign="top">
|
|
<br>
|
|
<div align="center"><a href="/"><img src="/rockbox100.png" width=99 height=30 border=0 alt="Rockbox Logo"></a>
|
|
|
|
<p align="right">
|
|
<a class="menulink" href="/">home</a><br>
|
|
<a class="menulink" href="/download/">download</a><br>
|
|
<a class="menulink" href="/twiki/bin/view/Main/DocsIndex">documentation</a><br>
|
|
<a class="menulink" href="/mail/">mailing lists</a><br>
|
|
<a class="menulink" href="/twiki/">wiki</a><br>
|
|
<a class="menulink" href="/irc/">IRC</a><br>
|
|
<a class="menulink" href="http://forums.rockbox.org">forums</a><br>
|
|
<a class="menulink" href="/daily.shtml">daily builds</a><br>
|
|
<a class="menulink" href="/cvs.shtml">CVS builds</a><br>
|
|
<a class="menulink" href="/tracker/index.php?type=1">feature requests</a><br>
|
|
<a class="menulink" href="/tracker/index.php?type=2">bug reports</a><br>
|
|
<a class="menulink" href="/tracker/index.php?type=4">patches</a><br>
|
|
|
|
<div align="right">
|
|
<form action="http://www.google.com/search">
|
|
<input name=as_q size=10><br>
|
|
<input value="Search" type=submit>
|
|
<input type=hidden name=as_sitesearch value="www.rockbox.org">
|
|
</form>
|
|
|
|
<p class=menutext>Bandwidth and server<br>sponsored by:<br>
|
|
<a href="http://www.contactor.se"><img border=0 src="/cont.png" width=101 height=36 alt="Contactor Data AB Logo"></a>
|
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<input type="hidden" name="cmd" value="_xclick">
|
|
<input type="hidden" name="business" value="bjorn@haxx.se">
|
|
<input type="hidden" name="item_name" value="Donation to the Rockbox project">
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
<input type="hidden" name="cn" value="Note to the Rockbox team">
|
|
<input type="hidden" name="currency_code" value="USD">
|
|
<input type="hidden" name="tax" value="0">
|
|
<input type="image" src="/paypal-donate.gif" border="0" name="submit">
|
|
</form>
|
|
</div>
|
|
</td>
|
|
<td>
|
|
#ifdef TWIKI
|
|
%TMPL:END%
|
|
#else
|
|
#ifdef _LOGO_
|
|
<div align="center">_LOGO_</div>
|
|
#else
|
|
TITLE(_PAGE_)
|
|
#endif
|
|
#endif
|