OSDN Git Service

Made end-case and end-suite comments omissible.
[ccunit/ccunit.git] / doc / header.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
6 <!--  Copyright (C) 2003, 2010, 2013 TSUTSUMI Kikuo.
7     This file is part of the CCUnit Library.
8
9     The CCUnit Library is free software; you can redistribute it and/or
10     modify it under the terms of the GNU Lesser General Public License
11     as published by the Free Software Foundation; either version 2.1 of
12     the License, or (at your option) any later version.
13
14     The CCUnit Library is distributed in the hope that it will be
15     useful, but WITHOUT ANY WARRANTY; without even the implied warranty
16     of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17     GNU Lesser General Public License for more details.
18
19     You should have received a copy of the GNU Lesser General Public
20     License along with the CCUnit Library; see the file COPYING.LESSER.
21     If not, see <http://www.gnu.org/licenses/>
22 -->
23 <!-- $Id$ -->
24 <title>$projectname: $title</title>
25 <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
26 <script type="text/javascript" src="$relpath$jquery.js"></script>
27 <script type="text/javascript" src="$relpath$dynsections.js"></script>
28 $treeview
29 $search
30 $mathjax
31 <link href="$relpath$doxygen.css" rel="stylesheet" type="text/css" />
32 </head>
33 <body>
34 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
35
36 <!--BEGIN TITLEAREA-->
37 <div id="titlearea">
38 <table cellspacing="0" cellpadding="0">
39  <tbody>
40  <tr style="height: 56px;">
41   <!--BEGIN PROJECT_LOGO-->
42   <td id="projectlogo"><img alt="Logo" src="$relpath$$projectlogo"/></td>
43   <!--END PROJECT_LOGO-->
44   <!--BEGIN PROJECT_NAME-->
45   <td style="padding-left: 0.5em;">
46    <div id="projectname">$projectname
47    <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
48    </div>
49    <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
50   </td>
51   <!--END PROJECT_NAME-->
52   <!--BEGIN !PROJECT_NAME-->
53    <!--BEGIN PROJECT_BRIEF-->
54     <td style="padding-left: 0.5em;">
55     <div id="projectbrief">$projectbrief</div>
56     </td>
57    <!--END PROJECT_BRIEF-->
58   <!--END !PROJECT_NAME-->
59   <!--BEGIN DISABLE_INDEX-->
60    <!--BEGIN SEARCHENGINE-->
61    <td>$searchbox</td>
62    <!--END SEARCHENGINE-->
63   <!--END DISABLE_INDEX-->
64  </tr>
65  </tbody>
66 </table>
67 </div>
68 <!--END TITLEAREA-->
69 <!-- end header part -->