86a59bec59576ef3807533e59219122948e86ac8
[rockboxthemes.git] / private / templates / header.tpl
blob86a59bec59576ef3807533e59219122948e86ac8
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <link rel="STYLESHEET" type="text/css" href="http://www.rockbox.org/style.css">
5 <link rel="shortcut icon" href="http://www.rockbox.org/favicon.ico">
6 <title>Rockbox Themes - {$title}</title>
7 <meta name="author" content="Rockbox Contributors">
8 {literal}
9 <script type="text/javascript">
10 function fsstrip() {
11     var expr = /[0-9]+/;
12     document.fsform.taskid.value = expr.exec(document.fsform.taskid.value);
13     return true;
15 </script>
17 <style type="text/css">
18 td.error {
19     font-weight: bold;
20     color: red;
22 a img {
23     border: 0px none;
25 </style>
26 {/literal}
27 </head>
28 <body>
29 <table border=0 cellpadding=7 cellspacing=0>
30 <tr valign="top">
31 {include file="menu.tpl"}
32 <td>