|
1 |
| -<!-- This comment will put IE 6, 7 and 8 in quirks mode --> |
2 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3 | 2 | <html xmlns="http://www.w3.org/1999/xhtml">
|
4 | 3 | <head>
|
5 | 4 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
6 | 5 | <title>$title</title>
|
7 | 6 | <link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
|
8 |
| -<link href="$relpath$search/search.css" rel="stylesheet" type="text/css"/> |
9 |
| -<script type="text/javaScript" src="$relpath$search/search.js"></script> |
10 |
| -<link href="$relpath$stylesheet.css" rel="stylesheet" type="text/css"/> |
| 7 | +<link href="$relpath$stylesheet.css" rel="stylesheet" type="text/css" /> |
| 8 | +$treeview |
| 9 | +$search |
| 10 | +$mathjax |
11 | 11 | </head>
|
12 |
| -<body onload='searchBox.OnSelectItem(0);'> |
| 12 | +<body> |
| 13 | +<div id="top"><!-- do not remove this div! --> |
13 | 14 | <div style="float:right;"> <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=181737&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a></div>
|
| 15 | +<!--BEGIN TITLEAREA--> |
| 16 | +<div id="titlearea"> |
| 17 | +<table cellspacing="0" cellpadding="0"> |
| 18 | + <tbody> |
| 19 | + <tr style="height: 56px;"> |
| 20 | + <!--BEGIN PROJECT_LOGO--> |
| 21 | + <td id="projectlogo"><img alt="Logo" src="$relpath$$projectlogo"></td> |
| 22 | + <!--END PROJECT_LOGO--> |
| 23 | + <!--BEGIN PROJECT_NAME--> |
| 24 | + <td style="padding-left: 0.5em;"> |
| 25 | + <div id="projectname">$projectname |
| 26 | + <!--BEGIN PROJECT_NUMBER--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER--> |
| 27 | + </div> |
| 28 | + <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF--> |
| 29 | + </td> |
| 30 | + <!--END PROJECT_NAME--> |
| 31 | + <!--BEGIN !PROJECT_NAME--> |
| 32 | + <!--BEGIN PROJECT_BRIEF--> |
| 33 | + <td style="padding-left: 0.5em;"> |
| 34 | + <div id="projectbrief">$projectbrief</div> |
| 35 | + </td> |
| 36 | + <!--END PROJECT_BRIEF--> |
| 37 | + <!--END !PROJECT_NAME--> |
| 38 | + <!--BEGIN DISABLE_INDEX--> |
| 39 | + <!--BEGIN SEARCHENGINE--> |
| 40 | + <td>$searchbox</td> |
| 41 | + <!--END SEARCHENGINE--> |
| 42 | + <!--END DISABLE_INDEX--> |
| 43 | + </tr> |
| 44 | + </tbody> |
| 45 | +</table> |
| 46 | +</div> |
| 47 | +<!--END TITLEAREA--> |
0 commit comments