diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-24 08:13:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-24 08:13:15 +0000 |
commit | 8dab615d7d44d65eedafc26ee682d79123b57b41 (patch) | |
tree | 1c2ede8e2ab31867daffac42bc6453faeb4f0fc2 /doc/rt/rsc/header_html.html | |
parent | a1052ff43eb30723fcc801f6d3dcc637e1463145 (diff) | |
download | ChibiOS-8dab615d7d44d65eedafc26ee682d79123b57b41.tar.gz ChibiOS-8dab615d7d44d65eedafc26ee682d79123b57b41.tar.bz2 ChibiOS-8dab615d7d44d65eedafc26ee682d79123b57b41.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7529 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/rt/rsc/header_html.html')
-rw-r--r-- | doc/rt/rsc/header_html.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/rt/rsc/header_html.html b/doc/rt/rsc/header_html.html new file mode 100644 index 000000000..631dec2b1 --- /dev/null +++ b/doc/rt/rsc/header_html.html @@ -0,0 +1,41 @@ +<!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: 92px;">
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">ChibiOS/RT<br><span id="projectnumber">$projectnumber</span></div>
+ </td>
+ <td style="padding-left: 3em;">
+<script type="text/javascript"><!--
+google_ad_client = "pub-3840594581853944";
+/* Documentation, bottom, 728x90, created 9/19/10 */
+google_ad_slot = "1902290615";
+google_ad_width = 728;
+google_ad_height = 90;
+//-->
+</script>
+<script type="text/javascript"
+src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+</script>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
|