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.
 
 
 
 
 
 

115 lines
3.8 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 Di&aacute;rio</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" cellspacing="0" cellpadding="2" class="grid">
<tr>
<td>
<table border="0" cellpadding="2" cellspacing="0" style="width:100%; border:0">
<tr>
<td style="border:0" width="192"><img src="http:/177.67.197.51/img/logoPrincipal.gif" width="191" height="48" /></td>
<td style="border:0" align="center" valign="middle" ><span class="cabecalio">WORKFLOW DI&Aacute;RIO {DATA_DISPLAY}</span></td>
</tr>
</table></td>
</tr>
<tr>
<td>
{DADOS_WORKFLOW}
</td>
</tr>
<tr>
<td><table border="0" cellspacing="0" cellpadding="2" >
<tr>
<th colspan="2" align="center">Legenda</th>
</tr>
<tr>
<th align="left">P</th>
<td align="left">Pausa</td>
</tr>
<tr>
<th align="left">PP</th>
<td align="left">Pausa Produtiva</td>
</tr>
<tr>
<th align="left">CA</th>
<td align="left">Chamadas Atendidas</td>
</tr>
<tr>
<th align="left">CO</th>
<td align="left">Chamadas Originadas</td>
</tr>
<tr>
<th align="left">TMA</th>
<td align="left">Tempo M&eacute;dio de Atendimento</td>
</tr>
<tr>
<th align="left">TMO</th>
<td align="left">Tempo M&eacute;dio de Atendimento Originando</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>