2010-05-28 04:32:34 +02:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
|
|
|
<% base_tag %>
|
|
|
|
<title>Print</title>
|
|
|
|
</head>
|
|
|
|
|
2012-05-04 05:56:58 +02:00
|
|
|
<%-- <body onload="window.print();"> --%>
|
2010-05-28 04:32:34 +02:00
|
|
|
<body>
|
2013-07-18 13:14:29 +02:00
|
|
|
<% with $Form.Controller %>
|
2010-05-28 04:32:34 +02:00
|
|
|
<h1 style="margin-bottom: 0">$CurrentReport.Title</h1>
|
2013-07-18 13:14:29 +02:00
|
|
|
<% with $CurrentReport.getCmsFields %>
|
|
|
|
<% if $Name == Filters %>
|
2010-05-28 04:32:34 +02:00
|
|
|
<h2 style="margin-bottom: 0; margin-top: 0;">Filters</h2>
|
|
|
|
<ul style="margin-top: 0">
|
2013-07-18 13:14:29 +02:00
|
|
|
<% loop $FieldSet %>
|
2010-05-28 04:32:34 +02:00
|
|
|
<li>$Title = $performReadonlyTransformation.Field</li>
|
2012-05-18 06:32:44 +02:00
|
|
|
<% end_loop %>
|
2010-05-28 04:32:34 +02:00
|
|
|
</ul>
|
|
|
|
<% end_if %>
|
2012-05-18 06:32:44 +02:00
|
|
|
<% end_with %>
|
|
|
|
<% end_with %>
|
2010-05-28 04:32:34 +02:00
|
|
|
<% include TableListField %>
|
|
|
|
</body>
|
2016-01-06 00:42:07 +01:00
|
|
|
</html>
|