2011-07-25 03:43:23 +08:00
|
|
|
<#macro makeHeader title>
|
|
|
|
|
<head>
|
|
|
|
|
<title>${title}</title>
|
|
|
|
|
<link href="style.css" type="text/css" rel="stylesheet">
|
|
|
|
|
</head>
|
|
|
|
|
</#macro>
|
2011-07-25 04:10:17 +08:00
|
|
|
|
|
|
|
|
<#macro headerInfo>
|
|
|
|
|
<p class="see-also">See also <a href="index.html">Main index</a> | <a href="http://www.broadinstitute.org/gsa/wiki/index.php/The_Genome_Analysis_Toolkit">GATK wiki</a> | <a href="http://getsatisfaction.com/gsa">GATK support forum</a></p>
|
|
|
|
|
<p class="version">GATK version ${version} built at ${timestamp}.</p>
|
|
|
|
|
</#macro>
|
|
|
|
|
|
|
|
|
|
<#macro footerInfo>
|
|
|
|
|
</#macro>
|
|
|
|
|
|