PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.5 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Workflow</title>
<style type="text/css">
.grid
{
width: 100%; border-collapse: collapse; border: 1px solid #CCCCCC; background-color:#FFF; font-family:Arial, Helvetica, sans-serif;
}
.grid th
{
background-color:#FFA700;
border: 1px solid #CCCCCC;
color:#FFFFFF;
}
.media
{
background-color:#FFD673;
border: 1px solid #CCCCCC;
color:#A67500;
padding:2px;
}
.total
{
background-color:#A67500;
border: 1px solid #CCCCCC;
color:#FFA700;
padding:2px;
}
.grid td
{
border: 1px solid #CCCCCC;
}
.cabecalio
{
background-color:#FFFFFF;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#BF9530;
}
.dac
{
background-color:#BF9530;
font-size:14px;
color:#fff;
font-weight:bold;
}
</style>
</head>
<body>
<table align="center" border="0" width="100%" cellspacing="0" cellpadding="2" class="grid">
<tr>
<td style="border:0" width="70%" align="left" valign="middle"><img src="cid:{CONF_PRINCIPAL_WORKFLOW}" width="192px"/></td>
<td style="border:0" width="70%" align="right" valign="middle"><img src="cid:{CONF_PARCEIRO_WORKFLOW}" width="192px"/></td>
</tr>
<tr>
<td style="border:0" colspan="10" align="center" valign="middle"><span class="cabecalio"><h3>WORKFLOW {DISPLAY}</h3></span></td>
</tr>
<tr>
<td colspan="10"><hr/></td>
</tr>
<tr>
<td valign="top">
{CONTEUDO}
</td>
</tr>
</table>
</body>
</html>