Expose the theme RSS feeds
[rockboxthemes.git] / private / templates / header.tpl
blobba130a65c8b6545d80880844a3864e8c9faafc4b
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 {if $rss}
7 <link href="{$rss}" type="application/rss+xml" rel="alternate" title="{$rsstitle}" />
8 {/if}
9 <title>Rockbox Themes - {$title}</title>
10 <meta name="author" content="Rockbox Contributors">
11 {literal}
12 <script type="text/javascript">
13 function fsstrip() {
14     var expr = /[0-9]+/;
15     document.fsform.taskid.value = expr.exec(document.fsform.taskid.value);
16     return true;
18 </script>
20 <style type="text/css">
21 td.error {
22     font-weight: bold;
23     color: red;
25 a img {
26     border: 0px none;
28 </style>
29 {/literal}
30 </head>
31 <body>
32 <table border=0 cellpadding=7 cellspacing=0>
33 <tr valign="top">
34 {include file="menu.tpl"}
35 <td>