source: php/trunk/doxygen/custom_header.html@ 42

Last change on this file since 42 was 42, checked in by cla, 14 years ago

rdfint

  • added custom doxygen header/footer
  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
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<title>$title</title>
6<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
7<link href="$relpath$custom_doxygen.css" rel="stylesheet" type="text/css" />
8$treeview
9$search
10$mathjax
11</head>
12<body>
13<div id="top"><!-- do not remove this div! -->
14<!--BEGIN TITLEAREA-->
15<div id="titlearea">
16<table cellspacing="0" cellpadding="0">
17 <tbody>
18 <tr style="height: 56px;">
19 <!--BEGIN PROJECT_LOGO-->
20 <td id="projectlogo"><img alt="Logo" src="$relpath$$projectlogo"></td>
21 <!--END PROJECT_LOGO-->
22 <!--BEGIN PROJECT_NAME-->
23 <td style="padding-left: 0.5em;">
24 <div id="projectname">$projectname
25 <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
26 </div>
27 <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
28 </td>
29 <!--END PROJECT_NAME-->
30 <!--BEGIN !PROJECT_NAME-->
31 <!--BEGIN PROJECT_BRIEF-->
32 <td style="padding-left: 0.5em;">
33 <div id="projectbrief">$projectbrief</div>
34 </td>
35 <!--END PROJECT_BRIEF-->
36 <!--END !PROJECT_NAME-->
37 <!--BEGIN DISABLE_INDEX-->
38 <!--BEGIN SEARCHENGINE-->
39 <td>$searchbox</td>
40 <!--END SEARCHENGINE-->
41 <!--END DISABLE_INDEX-->
42 </tr>
43 </tbody>
44</table>
45</div>
46<!--END TITLEAREA-->
Note: See TracBrowser for help on using the repository browser.