2010-05-11 20:37:48 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="${stylesheetDir}screen.css" media="screen"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="${stylesheetDir}print.css" media="print"/>
|
|
|
|
|
2010-05-19 19:50:54 +00:00
|
|
|
<#if stylesheeets??>
|
|
|
|
<#list stylesheets as stylesheet>
|
|
|
|
${stylesheet}
|
|
|
|
</#list>
|
|
|
|
</#if>
|