header.html 1.48 KB
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<!-- VideoStitch : Fast CUDA Video Stitching engine -->
  <title>$projectname: $title</title>
  <title>$title</title>
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="$relpath$jquery.js"></script>
<script type="text/javascript" src="$relpath$dynsections.js"></script>
<!-- BUILD OPTIONS -->
$treeview
$search
$mathjax
<!-- STYLES -->
<link href="$relpath$customdoxygen.css" rel="stylesheet" type="text/css" />
<link href="$relpath$additionalstylesheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="top"><!-- do not remove this div, it is closed by doxygen! // WTF ??????????? -->
<!-- CAN NOT USE id="header" CAUSE IT'S ALREADY BEING USED BY DOXYGEN -->
<div id="titlearea">
  <!-- :( -->
  <table cellspacing="10">
    <tr>
      <td id="header_logo"><img alt="VideoStitch : fast CUDA video stitching engine" src="$relpath$$projectlogo"/></td>
      <td id="project_brief"><em>$projectbrief</em></td>
      <td id="project_number"><em>$projectnumber</em></td>
    </tr>
  </table>
  <!-- 
    <p id="project_number">$projectnumber</p>
    <p id="project_name">$projectname</p>
    <div id="search_box">$searchbox</div> 
  -->
</div>