forked from len0rd/rockbox
First version of ironi's new web style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@711 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
def3516de2
commit
c820456895
4 changed files with 93 additions and 27 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
<hr size=1 align="left" width="10%">
|
<hr size=1 align="left" width="10%">
|
||||||
<small><i>Page was last modified __DATE__</i> <a href=mailto:bjorn@haxx.se>Björn Stenberg</a></small>
|
<small><i>Page was last modified __DATE__</i> <a href=mailto:bjorn@haxx.se>Björn Stenberg</a></small>
|
||||||
|
</td></tr></table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
47
www/head.t
47
www/head.t
|
|
@ -1,9 +1,11 @@
|
||||||
#define BGCOLOR "#99ccff"
|
#define BGCOLOR "#b6c6e5"
|
||||||
|
#define MENUBG "#6887bb"
|
||||||
#define TITLE(_x) <h1>_x</h1>
|
#define TITLE(_x) <h1>_x</h1>
|
||||||
|
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="STYLESHEET" type="text/css" href="/rockbox/style.css">
|
||||||
#ifdef _PAGE_
|
#ifdef _PAGE_
|
||||||
<title>Rockbox - _PAGE_</title>
|
<title>Rockbox - _PAGE_</title>
|
||||||
#else
|
#else
|
||||||
|
|
@ -14,12 +16,43 @@
|
||||||
<meta name="keywords" content="bjorn,stenberg,computer,programming,mtb,stockholm,software,sms,byta,bostad">
|
<meta name="keywords" content="bjorn,stenberg,computer,programming,mtb,stockholm,software,sms,byta,bostad">
|
||||||
#endif
|
#endif
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor=BGCOLOR text="black" link="blue" vlink="purple" alink="red">
|
<body bgcolor=BGCOLOR text="black" link="blue" vlink="purple" alink="red"
|
||||||
#ifdef _LOGO_
|
topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
|
||||||
_LOGO_
|
|
||||||
#else
|
|
||||||
<a href="/rockbox/"><img align="right" src="/rockbox/rockbox100.png" width=99 height=30></a>
|
|
||||||
|
|
||||||
|
<table border=0 cellpadding=7 cellspacing=0 height="100%">
|
||||||
|
<tr valign="top">
|
||||||
|
<td bgcolor=MENUBG valign="top">
|
||||||
|
<br>
|
||||||
|
<img src="/rockbox/rockbox100.png" width=99 height=30> <br>
|
||||||
|
|
||||||
|
<p align="right">
|
||||||
|
<a class="menulink" href="/rockbox/">Main page</a><br>
|
||||||
|
<a class="menulink" href="/rockbox/docs/FAQ">FAQ</a><br>
|
||||||
|
<a class="menulink" href="/rockbox/notes.html">research notes</a><br>
|
||||||
|
<a class="menulink" href="/rockbox/docs/">data sheets</a><br>
|
||||||
|
<a class="menulink" href="/rockbox/schematics/">schematics</a><br>
|
||||||
|
<a class="menulink" href="/rockbox/mods/">hardware mods</a><br>
|
||||||
|
<a class="menulink" href="http://bjorn.haxx.se/rockbox/mail.cgi">mail list archive</a><br>
|
||||||
|
<a class="menulink" href="/rockbox/irc/">IRC</a><br>
|
||||||
|
<a class="menulink" href="/rockbox/tools.html">tools</a><br>
|
||||||
|
<a class="menulink" href="/rockbox/internals/">photos</a><br>
|
||||||
|
<a class="menulink" href="/cvs.html">CVS</a><br>
|
||||||
|
<a class="menulink" href="http://sourceforge.net/projects/rockbox/">sourceforge</a><br>
|
||||||
|
<a class="menulink" href="/isd200/">linux driver</a>
|
||||||
|
|
||||||
|
<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>
|
||||||
|
|
||||||
|
#ifdef _LOGO_
|
||||||
|
<div align="center">_LOGO_</div>
|
||||||
|
#else
|
||||||
TITLE(_PAGE_)
|
TITLE(_PAGE_)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
21
www/main.t
21
www/main.t
|
|
@ -1,27 +1,8 @@
|
||||||
#define _LOGO_ <img src="rockbox400.png" align=center width=400 height=123>
|
#define _LOGO_ <img src="rockbox400.png" align=center width=400 height=123>
|
||||||
#define _PAGE_ Open Source Jukebox Firmware
|
#define _PAGE_ Open Source Jukebox Firmware
|
||||||
|
#define MAIN_PAGE
|
||||||
#include "head.t"
|
#include "head.t"
|
||||||
|
|
||||||
<p><small><a href="docs/FAQ">FAQ</a> ·
|
|
||||||
<a href="notes.html">research notes</a> ·
|
|
||||||
<a href="docs/">data sheets</a> ·
|
|
||||||
<a href="schematics/">schematics</a> ·
|
|
||||||
<a href="mods/">hardware mods</a> ·
|
|
||||||
<a href="http://bjorn.haxx.se/rockbox/mail.cgi">mail list archive</a> ·
|
|
||||||
<a href="irc/">IRC</a> ·
|
|
||||||
<a href="tools.html">tools</a> ·
|
|
||||||
<a href="internals/">photos</a> ·
|
|
||||||
<a href="http://sourceforge.net/projects/rockbox/">sourceforge project</a> ·
|
|
||||||
<a href="cvs.html">CVS</a> ·
|
|
||||||
<a href="/isd200/">linux driver</a>
|
|
||||||
</small>
|
|
||||||
|
|
||||||
<form action="http://www.google.com/search">
|
|
||||||
<input name=as_q> <input value="Search" type=submit>
|
|
||||||
<input type=hidden name=as_oq value=rockbox>
|
|
||||||
<input type=hidden name=as_sitesearch value="bjorn.haxx.se">
|
|
||||||
</form>
|
|
||||||
|
|
||||||
<h2>Purpose</h2>
|
<h2>Purpose</h2>
|
||||||
|
|
||||||
<p>The purpose of this project is to write an Open Source replacement
|
<p>The purpose of this project is to write an Open Source replacement
|
||||||
|
|
|
||||||
51
www/style.css
Normal file
51
www/style.css
Normal file
|
|
@ -0,0 +1,51 @@
|
||||||
|
BODY {
|
||||||
|
background-color: #b6c6e5;
|
||||||
|
color: black;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
H1 {
|
||||||
|
text-decoration: none;
|
||||||
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 20pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
H2 {
|
||||||
|
text-decoration: none;
|
||||||
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 12pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
H3 {
|
||||||
|
text-decoration: none;
|
||||||
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
font-family: Verdana,Arial,Helvetica,sans-serif;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
A {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bgbox {
|
||||||
|
left-border-width: 1px;
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menulink {
|
||||||
|
color: #f0f0f0;
|
||||||
|
# text-decoration: none;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue