2002-05-26 20:05:35 +00:00
|
|
|
|
#define BGCOLOR "#b6c6e5"
|
|
|
|
|
#define MENUBG "#6887bb"
|
2002-03-27 09:25:09 +00:00
|
|
|
|
#define TITLE(_x) <h1>_x</h1>
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2002-08-06 17:18:23 +00:00
|
|
|
|
<link rel="STYLESHEET" type="text/css" href="/style.css">
|
2002-08-07 17:19:12 +00:00
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
2002-03-27 09:25:09 +00:00
|
|
|
|
#ifdef _PAGE_
|
|
|
|
|
<title>Rockbox - _PAGE_</title>
|
|
|
|
|
#else
|
|
|
|
|
<title>Rockbox</title>
|
|
|
|
|
#endif
|
|
|
|
|
<meta name="author" content="Bj<42>rn Stenberg, in Emacs">
|
|
|
|
|
#ifndef _PAGE_
|
|
|
|
|
<meta name="keywords" content="bjorn,stenberg,computer,programming,mtb,stockholm,software,sms,byta,bostad">
|
|
|
|
|
#endif
|
|
|
|
|
</head>
|
2002-05-26 20:05:35 +00:00
|
|
|
|
<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>
|
2002-08-06 17:18:23 +00:00
|
|
|
|
<a href="/"><img src="/rockbox100.png" width=99 height=30 border=0></a> <br>
|
2002-05-26 20:05:35 +00:00
|
|
|
|
|
|
|
|
|
<p align="right">
|
2002-08-06 17:18:23 +00:00
|
|
|
|
<a class="menulink" href="/">main page</a><br>
|
|
|
|
|
<a class="menulink" href="/download/">download</a><br>
|
2002-08-29 11:22:24 +00:00
|
|
|
|
<a class="menulink" href="/manual/">manual</a><br>
|
2002-08-19 14:45:23 +00:00
|
|
|
|
<a class="menulink" href="/docs/faq.html">FAQ</a><br>
|
2002-08-09 10:10:32 +00:00
|
|
|
|
<a class="menulink" href="/tshirt-contest/">t-shirt contest</a><br>
|
2002-08-06 17:18:23 +00:00
|
|
|
|
<a class="menulink" href="/notes.html">research notes</a><br>
|
|
|
|
|
<a class="menulink" href="/docs/">data sheets</a><br>
|
|
|
|
|
<a class="menulink" href="/schematics/">schematics</a><br>
|
|
|
|
|
<a class="menulink" href="/mods/">hardware mods</a><br>
|
2002-08-10 09:19:49 +00:00
|
|
|
|
<a class="menulink" href="/mail/">mailing lists</a><br>
|
2002-08-06 17:18:23 +00:00
|
|
|
|
<a class="menulink" href="/irc/">IRC</a><br>
|
|
|
|
|
<a class="menulink" href="/tools.html">tools</a><br>
|
|
|
|
|
<a class="menulink" href="/internals/">photos</a><br>
|
|
|
|
|
<a class="menulink" href="/daily.shtml">daily builds</a><br>
|
|
|
|
|
<a class="menulink" href="/cvs.html">CVS</a><br>
|
2002-08-06 19:25:46 +00:00
|
|
|
|
<a class="menulink" href="http://sourceforge.net/projects/rockbox/">sourceforge</a><br>
|
2002-08-28 11:16:23 +00:00
|
|
|
|
<a class="menulink" href="http://sourceforge.net/tracker/?atid=439118&group_id=44306&func=browse">bug reports</a><br>
|
|
|
|
|
<a class="menulink" href="http://sourceforge.net/tracker/?atid=439121&group_id=44306&func=browse">feature requests</a><br>
|
2002-08-06 17:18:23 +00:00
|
|
|
|
<a class="menulink" href="http://bjorn.haxx.se/isd200/">linux driver</a>
|
2002-05-26 20:05:35 +00:00
|
|
|
|
|
|
|
|
|
<div align="right">
|
|
|
|
|
<form action="http://www.google.com/search">
|
|
|
|
|
<input name=as_q size=12><br>
|
|
|
|
|
<input value="Search" type=submit>
|
|
|
|
|
<input type=hidden name=as_oq value=rockbox>
|
|
|
|
|
<input type=hidden name=as_sitesearch value="bjorn.haxx.se">
|
|
|
|
|
</form></div>
|
|
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
<td>
|
|
|
|
|
|
2002-03-27 09:25:09 +00:00
|
|
|
|
#ifdef _LOGO_
|
2002-05-26 20:05:35 +00:00
|
|
|
|
<div align="center">_LOGO_</div>
|
2002-03-27 09:25:09 +00:00
|
|
|
|
#else
|
|
|
|
|
TITLE(_PAGE_)
|
|
|
|
|
#endif
|