10 lines
No EOL
367 B
Text
10 lines
No EOL
367 B
Text
<#-- $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"/>
|
|
|
|
<#if stylesheeets??>
|
|
<#list stylesheets as stylesheet>
|
|
${stylesheet}
|
|
</#list>
|
|
</#if> |