Implementate diverse utility

This commit is contained in:
2018-10-23 19:20:37 +02:00
parent 08c99aaac0
commit 45acf00660
15 changed files with 415 additions and 84 deletions

View File

@@ -0,0 +1,65 @@
<html>
<head>
<style>
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
/*background-color: red;*/
font-family: 'Open Sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body > div{
/*display: table;*/
width: 100%;
height: 100%;
}
</style>
</head>
<body style="background-color:#FF5252; font-family: 'Open Sans','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://" style="width:900px; height: 800px;" arcsize="2%" stroke="f" fillcolor="#FFFFFF">
<w:anchorlock/>
<![endif]-->
<div href="http://"
style="background-color:#FFFFFF;border-radius:4px;display:inline-block;-webkit-text-size-adjust:none;">
<div id="card" style="margin-left: auto; margin-right: auto; margin: 16px;" >
<img style="margin-left: 8px;" src="http://www.integry.it/integry-resources/images/Image/immagini-struttura/integry.png" style="margin-top: 8px;" />
<hr style="color: #95a5a6; margin-top: 14px; margin-bottom: 14px; width: 96%;" size="1" noshade />
<p style="margin-left: 24px;font-size: 2em;">
Attenzione!
</p>
<p style="margin-left: 24px;">
Si &egrave; verificato un errore con eccezione <b>#exception_name#</b>.<br />
<br /><br />
Di seguito lo stacktrace dell'eccezione:<br />
<br />
<small>#stacktrace#</small>
</p><br />
<p style="margin-left: 24px;">
(#azienda_nome#)
</p>
<p style="margin-left: 24px; font-size: .75em; color: #7f8c8d;">
#current_date#
</p>
</div>
</div>
<!--[if mso]>
</v:roundrect>
<![endif]-->
</body>
</html>