Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1069219
in-portal
No One
Temporary
Actions
View 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
Sat, Jul 19, 2:12 PM
Size
2 KB
Mime Type
text/x-diff
Expires
Mon, Jul 21, 2:12 PM (15 h, 52 m)
Engine
blob
Format
Raw Data
Handle
692161
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/unlabeled/unlabeled-1.3.66/admin/install/install_finish.php
===================================================================
--- branches/unlabeled/unlabeled-1.3.66/admin/install/install_finish.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.3.66/admin/install/install_finish.php (revision 986)
@@ -0,0 +1,32 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Installation Complete</span><br><br>
+
+ <?php section_header('Installation Complete'); ?>
+ <table border=0 cellpadding=0 cellspacing=0 width="100%" class="toolbar">
+<?php include("install/toolbar.php"); ?>
+ </table>
+ <!-- toolbar button \\-->
+
+ <table width="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">
+ <td class="txt">
+ In-portal has successfully been installed on your server. Click the button below to log into the site administration using the root password you just configured.
+ </td>
+ </tr>
+ <tr class="table_color2">
+ <td><p class="error"><?php echo ""; ?></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 echo $UserPass; ?>">
+ <input type="hidden" name="UserName" VALUE="<?php echo $UserName; ?>"> -->
+ </td>
+ </tr>
+ </table>
+ </td>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.3.66/admin/install/install_finish.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.3
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Event Timeline
Log In to Comment