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.
 
 
 
 
 
 

119 lines
3.8 KiB

{capture name="display"}
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="2" class="formCad">
<tr align="center" valign="middle" >
<td height="50" colspan="2" class="formHed">
<img src="imgSite/integracao48.png" width="32" height="32" align="absmiddle">
<span class="formHed">Configuração Campanha King Dialer </span>
</td>
</tr>
<tr hidden>
<td><input name="id" type="text" value="{$id}" size="15" maxlength="15"></td>
</tr>
<tr>
<th width="120" align="left">Login:</th>
<td>
<input name="login" type="text" value="{$login}" size="10" maxlength="15" >
</td>
</tr>
<tr>
<th width="120" align="left">Hora Inicio:</th>
<td>
<input name="horaini" type="time" size="10" maxlength="16" value="{$horaini}">
</td>
</tr>
<tr>
<th align="left">Hora Fim:</th>
<td>
<input name="horafim"" type="time" size="10" maxlength="16" value="{$horafim}">
</td>
</tr>
<tr>
<th align="left">Ramal:</th>
<td>
<input name="ramal" type="text" value="{$ramal}" size="5" maxlength="18">
</td>
</tr>
<tr>
<th align="left">Fluxo:</th>
<td>
<input name="fluxo" type="number" value="{$fluxo}" style="width: 30px" min="0">
</td>
</tr>
<tr>
<th align="left">Qtd. Rediscagem:</th>
<td>
<input name="numrediscagem" type="number" value="{$numrediscagem}" style="width: 30px" min="0">
</td>
</tr>
<tr>
<th align="left">Máximo Chamadas:</th>
<td>
<input name="maxcall" type="number" value="{$maxcall}" style="width: 30px" min="0">
</td>
</tr>
<tr>
<th align="left">Tempo Ring:</th>
<td>
<input name="ringtime" type="number" value="{$ringtime}" style="width: 30px" min="0">
</td>
</tr>
<tr>
<th align="left">Intervalo Chamadas:</th>
<td>
<input name="intervalo" type="number" value="{$intervalo}" style="width: 30px" min="0">
</td>
</tr>
<tr>
<th align="left">Chamadas por Agente:</th>
<td>
<input name="maxcallagent" type="number" value="{$maxcallagent}" style="width: 30px" min="0">
</td>
</tr>
<tr>
<th align="left">Número por Cliente:</th>
<td>
<input name="nds" type="checkbox" value="1" maxlength="3" {if $nds}checked{/if}>
</td>
</tr>
<tr>
<th align="left">Iniciar campanha Pausa:</th>
<td>
<input name="pausa" type="checkbox" value="1" {if $pausa}checked{/if}>
</td>
</tr>
<tr>
<th align="left">Detector Máquina:</th>
<td>
<input name="amd" type="checkbox" value="1" {if $amd}checked{/if}>
</td>
</tr>
<tr>
<th align="left">Prioridade Móvel:</th>
<td>
<input name="priomovel" type="checkbox" value="1" {if $priomovel}checked{/if}>
</td>
</tr>
<tr>
<td></td>
<td>
<input name="execute" type="submit" id="formAcaoDesc" value="Salvar"/>
</td>
</tr>
<tr>
<td></td>
<td>
{$message}
</td>
</tr>
</table>
{/capture}