<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$projectname: $title</title>
<link rel="shortcut icon" href="$relpath^favicon.ico" type="image/x-icon">
<link rel="icon" href="$relpath^favicon.ico" type="image/x-icon">
<script>
if(window.location.protocol != 'file:') {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-11415685-4', 'auto');
ga('send', 'pageview');
}
</script>
<link href="$relpath^$stylesheet" rel="stylesheet">
<script type="text/javascript" src="$relpath^search/search.js"></script>
</head>
<body>
<div id="top">
<div id="titlearea">
<table>
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img style="width:110px;height:55px;" alt="Logo" src="$relpath^$projectlogo"></td>
<td style="padding-left: 0.5em;">
<div id="projectname">$projectname
 <span id="projectnumber">$projectnumber</span>
</div>
<div id="projectbrief">$projectbrief</div>
</td>
<td style="padding-left: 0.5em;">
<div id="projectbrief">$projectbrief</div>
</td>
<td>$searchbox</td>
</tr>
</tbody>
</table>
<div class="ribbon">
<a href="https://github.com/bwapi/bwapi">Fork me on GitHub</a>
</div>
</div>