<patTemplate:tmpl name="main" xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Logon</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="util.js"></script>
<script type="text/javascript" src="tip.js"></script>
</head>
<body>
<p> </p>
<p> </p>
<table width="350" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<table style="background: url(img/line.gif);" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td><img src="img/b1_ctl.gif" width="27" height="27" alt="" border="0" /></td>
<td class="b1_eye" style="background-image: url(img/h_start.gif); background-repeat:repeat-x;">login:</td>
<td><img src="img/h_end.gif" width="15" height="15" alt="" border="0" /></td>
<td align="right" width="100%"><img src="img/b1_ctr.gif" width="14" height="27" alt="" border="0" /></td>
</tr>
</table>
<table bgcolor="#ffffff" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td style="background: url(img/b1_bgl.gif);"><img src="img/arrow.gif" width="34" height="14" alt="" border="0" /></td>
<td width="100%" class="b1_title">Login</td>
<td style="background: url(img/b1_bgr.gif);"><img src="img/px.gif" width="14" height="1" alt="" border="0" /></td>
</tr>
</table>
<div class="horizontalline"><img src="img/px.gif" width="1" height="1" alt="" border="0" /></div>
<table bgcolor="#E9E9E9" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td style="background: url(img/b1_bgl2.gif);"><img src="img/px.gif" width="34" height="1" alt="" border="0" /></td>
<td width="100%"class="content">
<div class="ie_bug1">
<p>Para entrar no Painel de Controle, digite seu nome de usuário e senha. </p>
<patTemplate:tmpl name="error">
<p class="error">{ERROR}</p>
</patTemplate:tmpl>
<form method="post" action="">
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<tr>
<td>Usuário:</td>
<td><input type="text" name="user" value="{USER}" />
<img src="img/ic_help.gif" width="11" height="11" border="0" alt="" onmouseover="DisplayTip('Nome do usuário');" onmouseout="HideTip();" />
<img src="img/ic_required.gif" width="11" height="11" border="0" alt="" />
</td>
</tr>
<tr>
<td>Senha:</td>
<td><input type="password" name="pwd" />
<img src="img/ic_help.gif" width="11" height="11" border="0" alt="" onmouseover="DisplayTip('Sua senha');" onmouseout="HideTip();" />
<img src="img/ic_required.gif" width="11" height="11" border="0" alt="" />
</td>
</tr>
</table>
<div align="right">
<input name="submit" class="button" type="submit" value="Entrar" />
</div>
</form>
</div>
</td>
<td style="background: url(img/b1_bgr2.gif);"><img src="img/px.gif" width="14" height="1" alt="" border="0" /></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="background: url(img/b1_bgb.gif);"><img src="img/b1_cbl.gif" width="27" height="14" alt="" border="0" /></td>
<td style="background: url(img/b1_bgb.gif);" align="right" width="100%"><img src="img/b1_cbr.gif" width="14" height="14" alt="" border="0" /></td>
</tr>
</table></td>
</tr>
</table>
<!-- Meu lindo copyright, se vc tirar isso daqui eu vou rezar todo santo dia para que você
tenha um câncer no cerebro... -->
<div class="tip" style="position: absolute; left: 10px; bottom: 10px;">
{VERSION} Copyright 2004 <a href="http://muspa.sf.net" target="muspa" class="title">MUSPA Project.</a>
</div>
<!-- patTemplate logo -->
<div style="position: absolute; right: 10px; bottom: 10px;">
<a href="http://validator.w3.org/check/referer"><img
src="img/valid-xhtml10.gif"
alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
<a href="http://www.php-tools.de/" target="_blank"><img src="img/pb_pattemplate.gif" alt="Powered by patTemplate" width="104" height="53" border="0" /></a>
</div>
<patTemplate:link src="tip"/>
</body>
</html>
</patTemplate:tmpl>