Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1155242
general_error.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Sep 16, 7:02 AM
Size
1 KB
Mime Type
text/html
Expires
Thu, Sep 18, 7:02 AM (37 m, 31 s)
Engine
blob
Format
Raw Data
Handle
747500
Attached To
rINP In-Portal
general_error.php
View Options
<td>
<img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <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
Log In to Comment