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.
 
 
 
 
 
 

106 lines
5.0 KiB

{capture name="display"}
<input name="wkf_logo" type="hidden" value="{$wkf_logo_parceiro}" />
<table align="left" border="0" width="70%" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th colspan="2" align="center"><span style="font-size: 1.4em">Parametros Gerais</span></th>
</tr>
<tr>
<th align="left">Status</th>
<td><input name="wkf_status_servico" type="checkbox" id="wkf_status_servico" value="1" {if $wkf_status_servico}checked="checked"{/if} />Ativo</td>
</tr>
<tr>
<th width="120" align="left">Hora/Min Envio</th>
<td>
<input name="wkf_hora_envio" type="text" id="wkf_hora_envio" value="{$wkf_hora_envio}" size="2" maxlength="2" />:
<input name="wkf_minuto_envio" type="text" id="wkf_minuto_envio" value="{$wkf_minuto_envio}" size="2" maxlength="2" /></td>
</tr>
<tr>
<th align="left">Smtp Servidor</th>
<td>
<input name="wkf_smtp" type="text" id="wkf_smtp" value="{$wkf_smtp}" size="40" maxlength="50" />
</td>
</tr>
<tr>
<th align="left">Smtp Usu&aacute;rio</th>
<td>
<input name="wkf_smtp_user" type="text" id="wkf_smtp_user" value="{$wkf_smtp_user}" size="40" maxlength="50" />
</td>
</tr>
<tr>
<th align="left">Smtp Senha</th>
<td><input name="wkf_smtp_senha" type="password" id="wkf_smtp_senha" value="{$wkf_smtp_senha}" size="40" maxlength="15" /></td>
</tr>
<tr>
<th align="left">Logo</th>
<td>
<label for="wkf_logo_parceiro"></label>
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<th width="300" align="left" >Selecione um Arquivo jpg, png ou gif</th>
<th align="center">{$msgLogo}</th>
</tr>
<tr>
<td >
<input name="wkf_logo_parceiro" type="file" id="wkf_logo_parceiro" size="30" />
</td>
<td align="center"><img src="imgSite/{$wkf_logo_parceiro}" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<th align="left">Smtp Porta</th>
<td>
<input name="wkf_smtp_port" type="text" id="wkf_smtp_port" value="{$wkf_smtp_port}" size="10" maxlength="5" />
</td>
</tr>
<tr>
<th align="left"></th>
<td><input type="submit" name="bt_gravar" id="bt_gravar" value="Salvar" style="width:80px"/></td>
</tr>
<tr><td colspan="3"><h1> </h1>
</td>
</tr>
<tr>
<th colspan="4" align="center" valign="top"><span style="font-size: 1.4em">Inclus&atilde;o de Emails Autorizados</span></th>
</tr>
<tr>
<th align="left">Adicionar Email/Nome</th>
<td>
<input name="email_insert" type="text" id="email_insert" value="{$email_insert}" size="40" maxlength="50" style="width:300px"/ title="Informe Email/Nome: user@dominio.com.br;Simples IP. Ou apenas o email: simples@simplesip.com.br!">
<input name="wkf_tipo_envio" type="radio" id="radio" value="1" {if $wkf_tipo_envio == 1}checked="checked"{/if} /> Di&aacute;rio
<input name="wkf_tipo_envio" type="radio" id="radio2" value="2" {if $wkf_tipo_envio == 2}checked="checked"{/if}/> Mensal
<input name="wkf_tipo_envio" type="radio" id="radio3" value="0" {if $wkf_tipo_envio == 0}checked="checked"{/if}/> Todos
<input name="wkf_status" type="checkbox" id="wkf_status" value="1" {if $status} checked="checked" {/if}/> Ativo
<input type="submit" name="bt_email_insert" id="bt_email_insert" value="Incluir/Alterar" style="width:85px"/>
</td>
</tr>
<tr>
<td colspan="2" align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<th align="left">Email</th>
<th width="80" align="center">Status</th>
<th width="80" align="center">Tipo</th>
<th width="50" align="center">Restri&ccedil;&atilde;o</th>
<th width="50" align="center">Dacs</th>
<th width="50" align="center">Remove</th>
</tr>
{$wkf_emails}
</table>
</td>
</tr>
<!--
<tr>
<th colspan="2" align="center" ><a href="index.php?idProg=180" target="_blank" style="font-size:14px;color:#000;">Clique aqui para visualizar o workflow!</a></th>
</tr>
-->
<tr align="center">
<td style="height:17px;" colspan="2"><span id="msgErro" style="height:60px; width:100%; font-size:11px; font-weight:bold; color: {if $msgErro}#FF0000;{else}#0000FF{/if}">{if $msgErro}{$msgErro}{else}{if $msg}{$msg}{else}&nbsp;{/if}{/if}</span></td>
</tr>
</table>
{/capture}