Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sat, Jul 19, 2:12 PM

in-portal

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">&nbsp;<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