]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - install/installType.php
Release 6.4.0
[Github/sugarcrm.git] / install / installType.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38
39
40
41 if( !isset( $install_script ) || !$install_script ){
42     die($mod_strings['ERR_NO_DIRECT_SCRIPT']);
43 }
44 // $mod_strings come from calling page.
45
46 $langDropDown = get_select_options_with_id($supportedLanguages, $current_language);
47
48
49
50 if( !isset($_SESSION['licenseKey_submitted']) || !$_SESSION['licenseKey_submitted'] ) {
51     $_SESSION['setup_license_key_users']        = 0;
52     $_SESSION['setup_license_key_expire_date']  = "";
53     $_SESSION['setup_license_key']              = "";
54     $_SESSION['setup_num_lic_oc']              = 0;
55
56 } else {
57
58 }
59
60 //php 521 suggestion
61 $php_521 = '';
62 if(version_compare(phpversion(),'5.2.0') < 0){
63         $php_521=$mod_strings['LBL_YOUR_PHP_VERSION'].phpversion().$mod_strings['LBL_RECOMMENDED_PHP_VERSION'];
64 }
65
66 ///////////////////////////////////////////////////////////////////////////////
67 ////    START OUTPUT
68
69 $langHeader = get_language_header();
70 $out = <<<EOQ
71 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
72 <html {$langHeader}>
73 <head>
74    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
75    <meta http-equiv="Content-Style-Type" content="text/css">
76    <title>{$mod_strings['LBL_WIZARD_TITLE']} {$mod_strings['LBL_INSTALL_TYPE_TITLE']}</title>
77    <link REL="SHORTCUT ICON" HREF="$icon">
78    <link rel="stylesheet" href="$css" type="text/css">
79 </head>
80
81 <body onload="javascript:document.getElementById('button_next').focus();">
82     <form action="install.php" method="post" name="form" id="form">
83   <table cellspacing="0" cellpadding="0" border="0" align="center" class="shell">
84       <tr><td colspan="2" id="help"><a href="{$help_url}" target='_blank'>{$mod_strings['LBL_HELP']} </a></td></tr>
85     <tr>
86       <th width="500">
87                 <p>
88                 <img src="{$sugar_md}" alt="SugarCRM" border="0">
89                 </p>
90                 {$mod_strings['LBL_INSTALL_TYPE_TITLE']}</th>
91
92     <th width="200" height="30" style="text-align: right;"><a href="http://www.sugarcrm.com" target=
93   "_blank"><IMG src="$loginImage" width="145" height="30" alt="SugarCRM" border="0"></a>
94         </th>
95     </tr>
96
97     <tr><td colspan="2">
98         <table width="100%" class="StyleDottedHr">
99 EOQ;
100
101
102
103
104 $typical_checked ='checked';
105 $custom_checked ='';
106 if(isset($_SESSION['install_type']) && $_SESSION['install_type']=='custom'){
107     $typical_checked ='';
108     $custom_checked ='checked';
109
110 }else{
111 //do nothing because defaults handle this condition
112 }
113
114
115 $out .= <<<EOQ2
116 <tr><th colspan='2' align="left">{$mod_strings['LBL_INSTALL_TYPE_SUBTITLE']}</th></tr>
117         <tr><td width='200'>
118           <input name="install_type" type="radio" value="Typical" {$typical_checked}>{$mod_strings['LBL_INSTALL_TYPE_TYPICAL']}
119         </td><td width='500'>
120             {$mod_strings['LBL_INSTALL_TYPE_MSG2']}
121         <td></tr>
122         <tr><td width='200'>
123           <input type="radio" name="install_type" value="custom" {$custom_checked}>{$mod_strings['LBL_INSTALL_TYPE_CUSTOM']}
124         </td><td width='500'>
125             {$mod_strings['LBL_INSTALL_TYPE_MSG3']}
126         <td></tr>
127         </table>
128
129
130       </td>
131     </tr>
132         <tr><td width='1000'><b><i>{$php_521}</i></b></td></tr>
133     <tr>
134       <td align="right" colspan="2" height="20">
135         <hr>
136                 <input type="hidden" name="current_step" value="{$next_step}">
137
138         <table cellspacing="0" cellpadding="0" border="0" class="stdTable">
139           <tr>
140
141             <td><input class="button" type="button" value="{$mod_strings['LBL_BACK']}" id="button_back_installType" onclick="document.getElementById('form').submit();" />
142                 <input type="hidden" name="goto" value="{$mod_strings['LBL_BACK']}" /></td>
143                 <td><input class="button" type="submit" name="goto" value="{$mod_strings['LBL_NEXT']}" id="button_next" /></td>
144           </tr>
145         </table>
146       </td>
147     </tr>
148   </table>
149     </form>
150 </body>
151 </html>
152 EOQ2;
153 echo $out;
154 ?>