Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1121835
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, Aug 31, 4:43 AM
Size
6 KB
Mime Type
text/x-diff
Expires
Tue, Sep 2, 4:43 AM (21 s)
Engine
blob
Format
Raw Data
Handle
725594
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/unlabeled/unlabeled-1.5.86/admin/install/download_license.php
===================================================================
--- branches/unlabeled/unlabeled-1.5.86/admin/install/download_license.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.5.86/admin/install/download_license.php (revision 404)
@@ -0,0 +1,42 @@
+ <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">Select License</span><br><br>
+
+ <?php
+ $stmp_step = $tmp_step;
+ section_header('Step '.$stmp_step.' - 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>Domain:</b></td>
+ <td ALIGN="left" class="txt"><input type="text" readonly name="domain" value="<?php echo $_SERVER['HTTP_HOST']?>"></td>
+ </tr>
+ <tr class="table_color2">
+ <td ALIGN="left" class="txt"><b>Available licenses:</b></td>
+ <td ALIGN="left" class="txt"><?php echo $license_select;?></td>
+ </tr>
+ <tr class="table_color2">
+ <td colspan="2"><p class="error"><?php if( isset($download_license_error) ) echo $download_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="dlog" VALUE="<?php echo $_POST['login']; ?>">
+ <input type="hidden" name="dpass" VALUE="<?php echo $_POST['password']; ?>">
+ <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.5.86/admin/install/download_license.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.5
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/unlabeled/unlabeled-1.5.86/admin/install/lang_run.php
===================================================================
--- branches/unlabeled/unlabeled-1.5.86/admin/install/lang_run.php (nonexistent)
+++ branches/unlabeled/unlabeled-1.5.86/admin/install/lang_run.php (revision 404)
@@ -0,0 +1,72 @@
+<?php
+
+function stats($caption,$myprogress,$totalnum)
+{
+ global $rootURL, $CancelURL, $admin, $force_finish;
+
+ $step_num = $force_finish ? 3 : 6;
+ if($totalnum>0)
+ {
+ $pct=round(($myprogress/ $totalnum)*100);
+ }
+ else
+ $pct = 100;
+
+ $o =' <td>
+ <img src="images/icon_install.gif" width="46" height="46" alt="" align="absmiddle"> <span class="admintitle">'.$caption.'</span><br><br>
+
+ '.section_header('Step '.$step_num.' - '.$caption.' - '.$pct.'%',true).'
+
+ <table border=0 cellpadding=0 cellspacing=0 width="100%" class="toolbar">
+ <tr>
+ <td><img src="images/toolbar/tool_cancel.gif" id="img_Cancel" width="32" height="32" border="0" alt="Next Category" onMouseOut="swap(\'img_Cancel\', \'toolbar/tool_cancel.gif\');" onMouseOver="swap(\'img_Cancel\',\'toolbar/tool_cancel_f2.gif\');" onClick="history.go(-1);"></td>
+ <!--<td><img src="images/toolbar/tool_divider.gif" width="4" height="32" border="0"><br></td>-->
+ <td width="100%"> </td>
+ </tr>
+ </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">';
+
+ echo "\n";
+
+ $o .= " <tr class=\"table_color2\">
+ <td ALIGN=\"center\"> <br/>
+<TABLE CLASS=\"tableborder_full\" width=\"75%\">
+ <TR border=1><TD bgcolor=\"#507F15\" width=\"".$pct."%\"> </TD>";
+ $comp_pct = 100-$pct;
+ $o .= " <TD bgcolor=#FFFFFF width=\"".$comp_pct."%\"></TD></TR>";
+ $o .= " </TABLE><BR /><input type=button VALUE=\"Cancel\" CLASS=\"button\" ONCLICK=\"document.location='".$CancelURL."';\">
+ </td>
+ </tr></table></td>";
+
+ //$o .= "<!--<tr><td class=\"tabletitle\" STYLE=\"border: 1px solid #000000;\" bgcolor=\"#333333\">".$caption."-".$pct."%</td></tr>-->";
+ //$o .= "<TR><TD align=\"middle\" bgcolor=\"#F0F0F0\"><br />";
+ //$o .= " <TABLE CLASS=\"tableborder_full\" width=\"75%\">";
+ //$o .=" <TR border=1><TD bgcolor=\"#507F15\" width=\"".$pct."%\"> </TD>";
+ //$comp_pct = 100-$pct;
+ //$o .= " <TD bgcolor=#FFFFFF width=\"".$comp_pct."%\"></TD></TR>";
+ //$o .= " </TABLE>";
+ //$o .= " <BR /><input type=button VALUE=\"Cancel\" CLASS=\"button\" ONCLICK=\"document.location='".$CancelURL."';\">";
+ echo $o."\n";
+ //echo "</TD></TR></TABLE></td>";
+}
+
+function reload($url)
+{
+ print "<script language=\"javascript\">" ;
+ print "setTimeout(\"document.location='$url';\",40);";
+ print " </script>";
+ //echo "<A HREF=\"$url\">Next </A>";
+}
+
+$PageTitle = "Language Pack Installation In Progress";
+$CancelURL = $rootURL ."admin/install.php";
+
+stats($PageTitle,$Offset,$Total);
+
+reload($NextUrl);
+
+?>
Property changes on: branches/unlabeled/unlabeled-1.5.86/admin/install/lang_run.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.5
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Event Timeline
Log In to Comment