Page MenuHomeIn-Portal Phabricator

general_error.php
No OneTemporary

File Metadata

Created
Wed, Feb 26, 1:03 PM

general_error.php

<td>
<img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle">&nbsp;<span class="admintitle">Installation Error</span><br><br>
<?php section_header('Installation Error'); ?>
<table border=0 cellpadding=0 cellspacing=0 width="100%" class="toolbar">
<?php include("install/toolbar.php"); ?>
</table>
<!-- toolbar button \\-->
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" class="tableborder">
<tr valign="top">
<td width="60%" bgcolor="#F0F0F0">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="4">
<tr class="table_color2" valign="top">
<td><p class="error"><?php echo $general_error; ?></p><br/></td>
</tr>
<td>
<br>
<!--<input TYPE="hidden" NAME ="state" VALUE="adm_login">-->
<!--<input type="submit" name="submit_form" value="Continue" class="button">-->
<!--<input type="reset" name="Cancel" value="Cancel" class="button" ONCLICK = "history.go(-1);">-->
<!--<input type="hidden" name="UserPass" VALUE="<?php if(isset($UserPass)) echo $UserPass; ?>">
<input type="hidden" name="UserName" VALUE="<?php if(isset($UserName)) echo $UserName; ?>"> -->
</td>
</tr>
</table>
</td>

Event Timeline