Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Wed, Jun 25, 8:49 AM

in-portal

Index: branches/unlabeled/unlabeled-1.2.92/admin/install/warning.php
===================================================================
--- branches/unlabeled/unlabeled-1.2.92/admin/install/warning.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.2.92/admin/install/warning.php (revision 42)
@@ -0,0 +1,38 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle">&nbsp;<span class="admintitle">Approve Restore from Backup</span><br><br>
+
+ <?php section_header('Step '.$tmp_step.' - Approve Restore from Backup'); ?>
+ <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="text" colspan="2"><?php echo int_hint(prompt_language("la_text_restore warning")); ?></td>
+ </tr>
+ <tr class="table_color2">
+ <td class="text" colspan="2">
+ <?php echo prompt_language("la_prompt_approve_warning")?>
+ <input type="checkbox" name="warning_ok" value="1">
+ </td>
+ </tr>
+ <tr class="table_color2">
+ <td colspan="2"><p class="error"><?php echo $login_error; ?></p><br/></td>
+ </tr>
+ <td>
+ <br>
+ <input TYPE="hidden" NAME ="state" VALUE="restore_file">
+ <input TYPE="hidden" NAME ="backupdir" VALUE="<?php echo $_POST["backupdir"];?>">
+ <input TYPE="hidden" NAME ="backupdate" VALUE="<?php echo $_POST["backupdate"];?>">
+ <input type="hidden" name="next_step" value="<?php echo $next_step;?>">
+ <input type="submit" name="submit_form" value="Select" class="button">
+ <input type="reset" name="Cancel" value="Cancel" class="button" ONCLICK = "history.go(-1);">
+ <input type="hidden" name="install_type" value="<?php echo $install_type;?>">
+ </td>
+ </tr>
+ </table>
+ </td>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.2.92/admin/install/warning.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/unlabeled/unlabeled-1.2.92/admin/install/login.php
===================================================================
--- branches/unlabeled/unlabeled-1.2.92/admin/install/login.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.2.92/admin/install/login.php (revision 42)
@@ -0,0 +1,40 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle">&nbsp;<span class="admintitle">Intechnic Account Login</span><br><br>
+
+ <?php section_header('Step '.$tmp_step.' - Intechnic Account Login'); ?>
+ <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"><b>Username:</b></td>
+ <td>
+ <input type="text" name="UserName" class="text">
+ </td>
+ </tr>
+ <tr class="table_color2">
+ <td class="text">
+ <b>Password:</b></td>
+ <td>
+ <input type="password" name="UserPass" class="text">
+ </td>
+ </tr>
+ <tr class="table_color2">
+ <td colspan="2"><p class="error"><?php echo $login_error; ?></p><br/></td>
+ </tr>
+ <td>
+ <br>
+ <input TYPE="hidden" NAME ="state" VALUE="login">
+ <input type="hidden" name="next_step" value="<?php echo $next_step;?>">
+ <input type="submit" name="submit_form" value="Select" class="button">
+ <input type="reset" name="Cancel" value="Cancel" class="button" ONCLICK = "history.go(-1);">
+ <input type="hidden" name="install_type" value="<?php echo $install_type;?>">
+ </td>
+ </tr>
+ </table>
+ </td>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.2.92/admin/install/login.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/unlabeled/unlabeled-1.2.92/admin/install/postconfig.php
===================================================================
--- branches/unlabeled/unlabeled-1.2.92/admin/install/postconfig.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.2.92/admin/install/postconfig.php (revision 42)
@@ -0,0 +1,64 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle">&nbsp;<span class="admintitle">Post-Install Configuration</span><br><br>
+ <?php section_header('Step '.$tmp_step.' - Post-Install Configuration'); ?>
+ <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">
+<?php
+$objAdmin = new clsConfigAdmin($module,$section);
+$objAdmin->Clear();
+$objAdmin->LoadItems(TRUE,TRUE);
+
+$headings = $objAdmin->GetHeadingList();
+
+for($i=0;$i<=count($headings);$i++)
+{
+ $h = $headings[$i];
+ if(strlen($h))
+ {
+ int_subsection_title_install(admin_language($h));
+ $Items = $objAdmin->GetHeadingItems($h);
+ foreach($Items as $c)
+ {
+ print "<tr ".int_table_color_ret().">\n";
+ print " <td width=\"80%\" valign=\"top\" class=\"txt\"><b>".str_replace(':', '', $c->GetPrompt()).":</b></td>\n";
+ print " <td nowrap>".$c->ItemFormElement()."</TD>";
+ if(is_object($c->NextItem))
+ {
+ $n = $c->NextItem;
+ print " <td>".$n->ItemFormElement()."</TD>";
+ }
+ else
+ print " <td><span class=\"txt\">&nbsp;</span></td>\n";
+ print "</tr>\n";
+ }
+ }
+}
+//print "<tr ".int_table_color_ret().">\n";
+//print "<td colspan=3 STYLE=\"text-align:center;\">";
+$newstate="postconfig_".$step;
+?>
+ <tr class="table_color2">
+ <td colspan="3"><p class="error"><?php echo $db_error; ?></p><br/></td>
+ </tr>
+ <input type="hidden" name="UserPass" VALUE="<?php echo $UserPass; ?>">
+ <input type="hidden" name="UserName" VALUE="<?php echo $UserName; ?>">
+ <input TYPE="hidden" NAME ="state" VALUE="<?php echo $newstate; ?>">
+ <input TYPE="hidden" NAME ="oldstate" VALUE="<?php echo $state; ?>">
+ <input type="hidden" name="next_step" value="<?php echo $tmp_step;?>">
+ <input type="hidden" name="install_type" value="<?php echo $install_type;?>">
+ <tr>
+ <td COLSPAN=3>
+ <br>
+ <input type="submit" name="submit_form" value="Continue" class="button">
+ <input type="button" name="Cancel" value="Cancel" CLASS="button" ONCLICK = "history.go(-1);">
+ </td>
+ </tr>
+ </table>
+ </td>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.2.92/admin/install/postconfig.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/unlabeled/unlabeled-1.2.92/admin/install/rootpass.php
===================================================================
--- branches/unlabeled/unlabeled-1.2.92/admin/install/rootpass.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.2.92/admin/install/rootpass.php (revision 42)
@@ -0,0 +1,43 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle">&nbsp;<span class="admintitle">Set Root Password</span><br><br>
+
+ <?php section_header('Step '.$tmp_step.' - Set Root Password'); ?>
+ <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">
+ <b>Root Password:</b></td>
+ <td>
+ <input type="password" name="RootPass" class="text">
+ </td>
+ </tr>
+ <tr class="table_color2">
+ <td class="txt">
+ <b>Confirm Root Password:</b></td>
+ <td>
+ <input type="password" name="RootPassConfirm" class="text">
+ </td>
+ </tr>
+ <tr class="table_color2">
+ <td colspan="2"><p class="error"><?php echo $PassError; ?></p><br/></td>
+ </tr>
+ <td>
+ <br>
+ <input TYPE="hidden" NAME ="state" VALUE="RootSetPass">
+ <input type="submit" name="submit_form" value="Select" 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; ?>">
+ <input type="hidden" name="next_step" value="<?php echo $next_step;?>">
+ <input type="hidden" name="install_type" value="<?php echo $install_type;?>">
+ </td>
+ </tr>
+ </table>
+ </td>
\ No newline at end of file
Property changes on: branches/unlabeled/unlabeled-1.2.92/admin/install/rootpass.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.2
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property

Event Timeline