2015-10-21 23:34:35 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="user-scalable=no"/>
|
|
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"/>
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="report.css"/>
|
|
|
|
<title>Report</title>
|
|
|
|
</head>
|
2015-11-26 12:30:04 +00:00
|
|
|
<body>
|
|
|
|
<div id="topbar">
|
|
|
|
<button id="print">Print</button>
|
|
|
|
</div>
|
|
|
|
</body>
|
2015-10-21 23:34:35 +00:00
|
|
|
</html>
|