mirrored from git://git.rockbox.org/www.git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
head.t
101 lines (96 loc) · 4.38 KB
/
head.t
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#define BGCOLOR "#b6c6e5"
#define MENUBG "#6887bb"
#define TITLE(_x) <h1>_x</h1>
#ifndef TWIKI
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="STYLESHEET" type="text/css" href="//www.rockbox.org/style.css">
<link rel="shortcut icon" href="//www.rockbox.org/favicon.ico">
#ifdef _PAGE_
<title>Rockbox - _PAGE_</title>
#else
<title>Rockbox</title>
#endif
<meta name="author" content="Rockbox Contributors">
#ifndef _PAGE_
<meta name="keywords" content="Rockbox,firmware,open source,computer,programming,software" />
#endif
</head>
#else
%TMPL:DEF{"rockboxmenu"}%
#endif
<body>
<table border=0 cellpadding=7 cellspacing=0>
<tr valign="top">
<td valign="top" rowspan=7 class='leftmenu'>
<br />
<div align="center"><a href="//www.rockbox.org/">
<img src="//www.rockbox.org/rockbox100.png" width=99 height=30 border=0 alt="Rockbox.org home"></a>
</div>
<div style="margin-top:20px">
<div class="submenu">
Downloads
</div>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/package.png' align='top'> <a class="menulink" href="//www.rockbox.org/download/">release</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/bomb.png' align='top'> <a class="menulink" href="//www.rockbox.org/daily.shtml">dev builds</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/style.png' align='top'> <a class="menulink" href="//www.rockbox.org/wiki/RockboxExtras">extras</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/palette.png' align='top'> <a class="menulink" href="//themes.rockbox.org/">themes</a>
<div class="submenu">
Documentation
</div>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/page_white_acrobat.png' align='top'> <a class="menulink" href="//www.rockbox.org/manual.shtml">manual</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/application_edit.png' align='top'> <a class="menulink" href="//www.rockbox.org/wiki/">wiki</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/book_open.png' align='top'> <a class="menulink" href="//www.rockbox.org/wiki/TargetStatus">device status</a>
<div class="submenu">
Support
</div>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/comment_edit.png' align='top'> <a class="menulink" href="//forums.rockbox.org/">forums</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/email.png' align='top'> <a class="menulink" href="//www.rockbox.org/mail/">mailing lists</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/group.png' align='top'> <a class="menulink" href="//www.rockbox.org/irc/">IRC</a>
<div class="submenu">
Development
</div>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/bug.png' align='top'> <a class="menulink" href="//www.rockbox.org/tracker/index.php?type=2">bugs</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/brick.png' align='top'> <a class="menulink" href="http://gerrit.rockbox.org">patches</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/help.png' align='top'> <a class="menulink" href="//www.rockbox.org/wiki/DevelopmentGuide">dev guide</a><br>
<img width=16 height=16 src='//www.rockbox.org/silk_icons/application_edit.png' align='top'> <a class="menulink" href="//translate.rockbox.org/">translations</a>
<div class="submenu">
Search
</div>
<form id="fsform" action="//www.rockbox.org/tracker/index.php" method="get" onSubmit="return fsstrip();">
<input id="taskid" name="show_task" type="text" size="10" maxlength="10" accesskey="t"><br>
<input class="mainbutton" type="submit" value="Flyspray #">
</form>
<br>
<form action="//www.google.com/search">
<input name=as_q size=10><br>
<input value="Web pages" type=submit>
<input type=hidden name=as_sitesearch value="www.rockbox.org">
</form>
<div class="submenu">
Donate
</div>
<p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="BTE95P4QL87E4">
<input type="image" src="//www.rockbox.org/paypal-donate.gif" border="0" name="submit" alt="">
</form>
#ifdef FLATTR
<p><a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="//www.rockbox.org"></a>
#endif
</div>
</td>
#ifdef TWIKI
<td bgcolor=MENUBG width=100%>%TMPL:END%
#else
<td class='rightcontent'>
#ifdef _LOGO_
_LOGO_
#else
TITLE(_PAGE_)
#endif
#endif