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.
 
 
 
 
 
 

74 lines
3.5 KiB

{capture name="display"}
<table align="center" id="tbLogin" cellpadding="5" class="loginGer">
<tr>
<td align="center">
<table border="0" cellpadding="3" cellspacing="0" style="width: 100%">
<tr>
<td align="center" nowrap="nowrap" style="font-size:20px; color:#707070"><strong>ACESSO DE USUÁRIOS</strong></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="5" cellspacing="0" style="width: 100%; border-bottom: #d4d5da thin solid">
<tr align="center">
<td colspan="3" class="loginGer" >
<strong>INFORME SEU LOGIN/EMAIL E SENHA</strong>
</td>
</tr>
<tr align="center">
<td colspan="3" class="loginGer" >
<strong>&nbsp</strong>
</td>
</tr>
<tr>
<td class="loginGer" style="width: 60px; font-weight: bold;font-size: 14px" align="right">LOGIN/EMAIL:</td>
<td colspan="2" >
<input name="loginUser" id="loginUser" type="text" maxlength="50" style="width:150px;" />
</td>
</tr>
<tr>
<td class="loginGer" style="font-weight: bold;font-size: 14px;" align="right"><strong>SENHA:</strong></td>
<td colspan="2">
<input name="loginPass" type="password" maxlength="14" id="loginPass" style="width:150px;" />
</td>
</tr>
{if $recuperaSenha}
<tr>
<td align="center" >
</td>
<td align="right" colspan="2" >
<a href="index.php?action=recovery_password">Recuperar Senha</a>
</td>
</tr>
{/if}
<tr>
<td align="center" >
&nbsp
</td>
<td align="right" colspan="2" >
<input type="submit" name="btLogin" value="Entrar" id="btLogon" />
</td>
</tr>
<tr>
<td align="center"></td>
<td align="right" colspan="2">
</td>
</tr>
</table>
<span id="ctl00_ContentPlaceHolder1_RequiredFieldValidator1" style="color:Red;display:none;"></span>
<span id="ctl00_ContentPlaceHolder1_RequiredFieldValidator2" style="color:Red;display:none;"></span>
<div id="ctl00_ContentPlaceHolder1_ValidationSummary1" style="color:Red;display:none;">
</div>
</td>
</tr>
<tr>
<td align="center">
<a href="integracao/index.php" target="new">
<img src="imgSite/integracao48.png" alt="Api para Integração" title="Api para Integração" border="0">
</a>
</td>
</tr>
</table>
{/capture}