silverstripe-cms/templates/LeftAndMain_printable.ss

12 lines
357 B
Scheme
Executable File

<!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>SilverStripe CMS - $Title</title>
</head>
<body onblur="window.close()">
$PrintForm
</body>
</html>