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.
 
 
 
 
 
 

47 lines
1.5 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td><table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Sincronização Conta/Senha</th>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr style="border:0;" align="center">
<th width="45%">Servidores Disponíveis</th><td rowspan="2" align="center" valign="middle"><input type="submit" name="btInc" value=">" id="btInc"><br/><br/><input type="submit" name="btRm" value="<" id="btRm"></td>
<th>Servidores Incluídos</th></tr>
<tr>
<td width="45%">{$servers}</td>
<td>{$serversInc}</td>
</tr>
<tr>
<td><input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td><td>&nbsp;</td><td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}