diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-24 08:30:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-24 08:30:21 +0000 |
commit | 8df3af0e145543f362077ba84487a0221d02ae1b (patch) | |
tree | 94a457e42a2ea4a1e16ae0d95c026a31e6a5cabb /docs/rsc/header_html.html | |
parent | 506212845dd0644b2755191da1252380aababd24 (diff) | |
download | ChibiOS-8df3af0e145543f362077ba84487a0221d02ae1b.tar.gz ChibiOS-8df3af0e145543f362077ba84487a0221d02ae1b.tar.bz2 ChibiOS-8df3af0e145543f362077ba84487a0221d02ae1b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2840 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/rsc/header_html.html')
-rw-r--r-- | docs/rsc/header_html.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/rsc/header_html.html b/docs/rsc/header_html.html new file mode 100644 index 000000000..3af6e226b --- /dev/null +++ b/docs/rsc/header_html.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<title>$title</title>
+<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
+<link href="$relpath$navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="$relpath$jquery.js"></script>
+<script type="text/javascript" src="$relpath$navtree.js"></script>
+<script type="text/javascript" src="$relpath$resize.js"></script>
+<script type="text/javascript">
+$(document).ready(initResizable);
+</script>
+<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<div id="top"><!-- do not remove this div! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">ChibiOS/RT <span id="projectnumber">2.3.1</span></div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
|