Files
biomedjs/app/templates/exception.html.tmpl
Dobie Wollert f94ca33b9e Changes
2015-12-16 09:12:35 -08:00

75 lines
4.2 KiB
Cheetah

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width">
</head>
<body style="background-color:#eee;color:#333;font-family:Helvetica, Arial, sans-serif;line-height:1.25;-webkit-text-size-adjust:100%;">
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="20" cellspacing="0" width="600">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="background-color:#fff">
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" height="48" width="100%" style="background-color:#eee;">
<tr>
<td valign="middle">
<h3 style="font-weight: 300">Atlantic Biomedical</h3>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" height="48" width="100%" style="background-color:#fff;">
<tr>
<td align="center" valign="middle">
<h4 style="font-weight: 300">Tech Exception</h4>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" height="1" width="100%">
<tr>
<td align="center" valign="middle" style="background-color: #eeeeee" width="199"></td>
<td align="center" valign="middle" style="background-color: #039BE5" width="202"></td>
<td align="center" valign="middle" style="background-color: #eeeeee" width="199"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="top">
<table border="0" cellpadding="0" cellspacing="0" height="0" width="100%">
<tr>
<td style="padding:24px;">
<table width="100%">
<tr>
<td colspan="2">The following exception was made by <b><%- techName %></b> at <b><%- date %></b></td>
</tr>
<tr>
<td colspan="2"><%- message %></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>