Files
tarisan_gitea/html/imp/error_impresion.html
T
2025-06-09 13:45:30 +02:00

34 lines
921 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>error impresion</title>
<link rel="STYLESHEET" type="text/css" href="../../css/estilos.css">
<SCRIPT LANGUAGE="JavaScript">
<!--
function Cerrar()
{
top.close();
}
//-->
</SCRIPT>
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="5" bgcolor="#FFFFFF">
<table border="0" cellpadding="0" cellspacing="0" align="center" width="300">
<tr>
<td><img src="../img/sp.gif" width="1" height="25" border="0"></td>
</tr>
<tr>
<td width="300" class="txt" align="center">Se ha producido un error no esperado al intentar realizar la impresión del documento.</td>
</tr>
<tr>
<td width="300" class="txt" align="right" ><a href="javascript:Cerrar();" class="enlace" onMouseOver="self.status='Cerrar Ventana'; return true;" onMouseOut="self.status=''; return true;">cerrar&nbsp;</td>
</tr>
</table>
</body>
</HTML>