Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F773106
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
Sun, Feb 2, 1:42 AM
Size
6 KB
Mime Type
text/x-diff
Expires
Tue, Feb 4, 1:42 AM (1 d, 15 h)
Engine
blob
Format
Raw Data
Handle
556365
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/unlabeled/unlabeled-1.4.86/admin/install/get_license.php
===================================================================
--- branches/unlabeled/unlabeled-1.4.86/admin/install/get_license.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.4.86/admin/install/get_license.php (revision 316)
@@ -0,0 +1,39 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Select License</span><br><br>
+ <?php section_header('Step 2 - Select License'); ?>
+ <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 ALIGN="left" class="txt"><b>Login / E-mail:</b></td>
+ <td ALIGN="left" class="txt"><input type="text" name="login" value="<?php if( isset($_POST['login']) ) echo $_POST['login'];?>" class="text"></td>
+ </tr>
+ <tr class="table_color2">
+ <td ALIGN="left" class="txt"><b>Password:</b></td>
+ <td ALIGN="left" class="txt"><input type="password" name="password" value="" class="text"></td>
+ </tr>
+ <tr class="table_color2">
+ <td ALIGN="left" colspan="2" WIDTH="100%" class="txt"><a href="http://www.intechnic.com/myaccount/index.php?t=users/reveal_password&">Forgot password</a></td>
+ </tr>
+ <tr class="table_color2">
+ <td colspan="2"><p class="error"><?php if( isset($get_license_error) ) echo $get_license_error; ?></p><br/></td>
+ </tr>
+ <td>
+ <br>
+ <input TYPE="hidden" NAME ="state" VALUE="download_license">
+ <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; ?>">
+ <input type="hidden" name="next_step" value="2">
+ <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.4.86/admin/install/get_license.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.4
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/unlabeled/unlabeled-1.4.86/admin/install/domain.php
===================================================================
--- branches/unlabeled/unlabeled-1.4.86/admin/install/domain.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.4.86/admin/install/domain.php (revision 316)
@@ -0,0 +1,43 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Select Domain</span><br><br>
+
+ <?php section_header('Step '.$tmp_step.' - Select Domain'); ?>
+ <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
+ $current = $_SERVER['HTTP_HOST'];
+
+ echo '<TR class="table_color2"><TD colspan="2" class="txt" align="left">';
+ echo '<INPUT TYPE="RADIO" NAME="domain" id="domain_1" VALUE="1" checked>';
+ echo '<label for="domain_1">'.$current.'</label>';
+ echo "</TD></TR>\n";
+?>
+ <tr class="table_color2">
+ <TD COLSPAN=2 align="left" class="txt">
+ <INPUT TYPE="radio" NAME="domain" VALUE="2" id="domain_2"><label for="domain_2">Other:</label>
+ <input TYPE="TEXT" NAME="other" VALUE="">
+ </TD>
+ </tr>
+ <tr class="table_color2">
+ <td colspan="2"><p class="error"><?php echo $DomainError; ?></p><br/></td>
+ </tr>
+ <td>
+ <br>
+ <input TYPE="hidden" NAME ="state" VALUE="set_domain">
+ <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.4.86/admin/install/domain.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.4
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Event Timeline
Log In to Comment