RSS Git Download  Clone
Raw Blame History
<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
    <title>HMDS RequestForm</title>
    <link rel="stylesheet" href="[% request.uri_base %]/css/bootstrap.css" />
    <link rel="stylesheet" href="[% request.uri_base %]/css/local.css" />
    <style type="text/css">
		/* increase font-size of div id 'details' but preserve span class 'fieldname': */
        span.fieldname { font-size: 14px !important }
        #details { font-size: 16px; font-family: "Times New Roman", serif }
		#ver {
			font-size: xx-small;
			text-align: center;
			display: table-row;
			vertical-align: bottom;
			height: 1px;
	    }

		#box,
		#box-bcr-abl {
			border: solid 1px #000;
			font-size: 10px !important;
			display: table;
			width: 100%;
			border-collapse: collapse;
		}
		#box { height: 170px }
		#box-bcr-abl { height: 80px }
    </style>
</head>
<body>
    [% content %]
</body>
</html>