Files
ventas_php/templates/facturas.tpl

31 lines
1.1 KiB
Smarty
Executable File

<div class="container_16">
<div class="grid_6 prefix_5 suffix_5">
<div align="center" style="float:left; margin-left:20px; margin-top:10px; margin-bottom:5px">
<img src="{$WEB_ROOT}/images/logo.png" width="300" height="66" />
</div>
<div style="clear:both"></div>
<h1>Facturaci&oacute;n Electr&oacute;nica</h1>
<div id="login">
<p class="error" id="errorLoginDiv"></p>
<form id="frmLogin" name="frmLogin" method="post" action="" onsubmit="return false">
<input type="hidden" name="type" id="type" value="doLogin" />
<p>
<label><strong>RFC:</strong>
<input type="text" name="rfc" id="rfc" class="inputText" value="" autofocus="autofocus" onkeyup="CheckKeyL(event)" />
</label>
</p>
<a class="black_button" style="width:51px;" href="javascript:void(0)" onclick="DoLogin()">
<span>Entrar&nbsp;</span>
</a>
<label></label>
</form>
<br clear="all" />
</div>
</div>
</div>