diff options
Diffstat (limited to 'test/oslib/specgen/rsc/header_chm.html')
-rw-r--r-- | test/oslib/specgen/rsc/header_chm.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/oslib/specgen/rsc/header_chm.html b/test/oslib/specgen/rsc/header_chm.html new file mode 100644 index 000000000..aa0f4a4f7 --- /dev/null +++ b/test/oslib/specgen/rsc/header_chm.html @@ -0,0 +1,21 @@ +<!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$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/NIL <span id="projectnumber">$projectnumber</span></div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
|