]>
Commit | Line | Data |
---|---|---|
20004800 BP |
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 | <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> | |
7 | <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> | |
8 | <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/> | |
9 | <link href="$relpath$custom_stylesheet.css" rel="stylesheet" type="text/css" /> | |
3e14a8d3 | 10 | <script type="text/javascript" src="jquery-1.3.2.min.js"></script> |
20004800 BP |
11 | $treeview |
12 | $search | |
13 | $mathjax | |
14 | </head> | |
15 | <body> | |
16 | <div id="top"><!-- do not remove this div! --> | |
17 | ||
18 | <!--BEGIN TITLEAREA--> | |
19 | <div id="titlearea"> | |
20 | <table cellspacing="0" cellpadding="0" style="width: 100%;"> | |
21 | <tbody> | |
22 | <tr> | |
23 | <!--BEGIN PROJECT_LOGO--> | |
24 | <td id="projectlogo"><a href="http://www.wxwidgets.org/" target="_new"><img alt="Logo" src="$relpath$$projectlogo"/></a></td> | |
25 | <!--END PROJECT_LOGO--> | |
26 | <td style="padding: 0.5em; text-align: right;"> | |
27 | <!--BEGIN PROJECT_NUMBER--><span id="projectnumber">Version: $projectnumber</span><!--END PROJECT_NUMBER--> | |
28 | </td> | |
29 | <!--BEGIN DISABLE_INDEX--> | |
30 | <!--BEGIN SEARCHENGINE--> | |
31 | <td>$searchbox</td> | |
32 | <!--END SEARCHENGINE--> | |
33 | <!--END DISABLE_INDEX--> | |
34 | </tr> | |
35 | </tbody> | |
36 | </table> | |
37 | </div> | |
38 | <!--END TITLEAREA--> |