gatk-3.8/settings/helpTemplates/common.html

16 lines
524 B
HTML
Raw Normal View History

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>
<#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>