Comment out sidebar links to unimplemented reports
[hcoop/portal.git] / app / header.mlt
CommitLineData
a90da8b1
AC
1<% val title =
2 case $"title" of
336c1154
AC
3 "" => "HCoop"
4 | t => ("HCoop: " ^ t) %>
5<html><head>
62b0bade 6<link rel="stylesheet" type="text/css" href="https://join.hcoop.net/hcoop.css" />
a90da8b1
AC
7<title><% Web.html title %></title>
8</head><body>
9
336c1154
AC
10<div class="main">
11
12<div class="title">
62b0bade 13<img class="globe" src="https://join.hcoop.net/globe.gif" />
336c1154
AC
14<h1><% Web.html title %></h1>
15</div>
16
17<div class="break"></div>