D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
Report
/
Filename :
template.mustache
back
Copy
<!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>