Files
server/opt/psa/admin/plib/Report/template.mustache
2026-01-07 20:52:11 +01:00

54 lines
1.1 KiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<title>Plesk</title>
<meta http-equiv="Content-Type" content="text/html charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<style type="text/css">
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #000000;
background-color: #ffffff;
}
table {
border-collapse: collapse;
}
td, th {
vertical-align: middle;
border: 1px solid #999999;
padding: 2px;
font-weight: normal;
}
th {
background: #dddddd;
}
.formArea {
margin-right: 20%;
}
.formFields td.name {
width: 35%;
}
.reportSection {
margin: 10px 0;
}
.number {
text-align: right;
}
</style>
</head>
<body>
{{> report }}
</body>
</html>