Files
luos/gulliver/methods/errors/header.php
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00

31 lines
1.1 KiB
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Server Error :: </title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" height="75" border="0" cellpadding="0" cellspacing="0" bgcolor="#003366">
<tr>
<td width="20px" align="center">&nbsp;</td>
<td width="100px" align="center" scope="col"><img src="/js/common/core/images/default_logo.gif"></td>
<td width="45%" scope="col">&nbsp;</td>
<td width="35%" class="mxbOnlineText" scope="col"><?php echo $ERROR_TEXT ?></td>
</tr>
<tr>
<td height="12" colspan="4" align="center" bgcolor="#336699" scope="col"></td>
</tr>
</table>
<br />
<br />
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" class="mainCopy">
<tr>
<td width="15%" align="left" scope="col"><span class="mxbOnlineTextBlue"><?php echo $ERROR_TEXT ?> </span><br />
<?php echo $ERROR_DESCRIPTION ?>
</tr>
</table>
</body>
</html>