2010-06-15 02:35:23 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
|
|
|
|
<title>Freebase Gridworks</title>
|
|
|
|
|
2010-06-24 22:13:51 +02:00
|
|
|
<link rel="icon" type="image/png" href="images/favicon.png" />
|
|
|
|
<script type="text/javascript">var theProject = { id : $projectID };</script>
|
2010-06-15 02:35:23 +02:00
|
|
|
|
|
|
|
#foreach($path in $styles)
|
|
|
|
<link type="text/css" rel="stylesheet" href="$path" />
|
|
|
|
#end
|
|
|
|
#foreach($path in $scripts)
|
|
|
|
<script type="text/javascript" src="$path"></script>
|
|
|
|
#end
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="header">
|
|
|
|
<a id="logo" href="http://www.freebase.com/" title="Freebase"><img alt="Freebase" src="images/freebase-headerlogo.png" /></a>
|
|
|
|
<div id="path"><span class="app-path-section"><a href="./index.html">Gridworks</a></span></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="body">
|
|
|
|
<div id="loading-message"><img src="images/large-spinner.gif" /> starting up ...</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|