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 }

		#box {
			height: 170px;
			width: 100%;
			border-collapse: collapse;
			display: table;
		}
		#ver {
			font-size: xx-small;
			text-align: center;
			display: table-row;
			vertical-align: bottom;
			height: 1px;
	    }
    </style>
</head>
<body>
    [% content %]
</body>
</html>