]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - install/welcome.php
Release 6.5.0
[Github/sugarcrm.git] / install / welcome.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-2012 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 ////    START OUTPUT
50
51 $langHeader = get_language_header();
52 $out = <<<EOQ
53 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
54 <html {$langHeader}>
55 <head>
56    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
57    <meta http-equiv="Content-Style-Type" content="text/css">
58    <title>{$mod_strings['LBL_WIZARD_TITLE']} {$mod_strings['LBL_TITLE_WELCOME']} {$setup_sugar_version} {$mod_strings['LBL_WELCOME_SETUP_WIZARD']}</title>
59    <link REL="SHORTCUT ICON" HREF="include/images/sugar_icon.ico">
60    <link rel="stylesheet" href="install/install.css" type="text/css">
61 </head>
62
63 <body onload="javascript:document.getElementById('button_next2').focus();">
64         <form action="install.php" method="post" name="form" id="form">
65   <table cellspacing="0" cellpadding="0" border="0" align="center" class="shell">
66   <tr><td colspan="2" id="help"><a href="{$help_url}" target='_blank'>{$mod_strings['LBL_HELP']} </a></td></tr>
67     <tr>
68                         <th width="500">
69                 <p>
70                 <img src="{$sugar_md}" alt="SugarCRM" border="0">
71                 </p>
72                 {$mod_strings['LBL_TITLE_WELCOME']} {$setup_sugar_version} {$mod_strings['LBL_WELCOME_SETUP_WIZARD']}</th>
73
74       <th width="200" height="30" style="text-align: right;"><a href="http://www.sugarcrm.com" target=
75           "_blank"><IMG src="include/images/sugarcrm_login.png" alt="SugarCRM" border="0"></a>
76       </th>
77     </tr>
78    <tr>
79       <td colspan="2"  id="ready_image"><IMG src="include/images/install_themes.jpg" width="698" height="247" alt="Sugar Themes" border="0"></td>
80     </tr>
81                 <td>
82                             {$mod_strings['LBL_WELCOME_CHOOSE_LANGUAGE']}: <select name="language" onchange='this.form.submit()';>{$langDropDown}</select>
83                 </td>
84                 <td>
85                             &nbsp;
86                 </td>
87     </tr>
88
89     <tr>
90                         <td align="right" colspan="2">
91         <hr>
92         <table cellspacing="0" cellpadding="0" border="0" class="stdTable">
93           <tr>
94                 <td>
95                                                     <input type="hidden" name="current_step" value="{$next_step}">
96                                                 </td>
97                                             <td>
98                                                 <input class="button" type="submit" name="goto" value="{$mod_strings['LBL_NEXT']}" id="button_next2" />
99                                     </td>
100           </tr>
101         </table>
102       </td>
103     </tr>
104   </table>
105         </form>
106     <script>
107         function showtime(div){
108
109             if(document.getElementById(div).style.display == ''){
110                 document.getElementById(div).style.display = 'none';
111                 document.getElementById('adv_'+div).style.display = '';
112                 document.getElementById('basic_'+div).style.display = 'none';
113             }else{
114                 document.getElementById(div).style.display = '';
115                 document.getElementById('adv_'+div).style.display = 'none';
116                 document.getElementById('basic_'+div).style.display = '';
117             }
118
119         }
120     </script>
121 </body>
122 </html>
123 EOQ;
124 if (version_compare(phpversion(),'5.2.0') < 0) {
125         if(empty($mod_strings['LBL_MINIMUM_PHP_VERSION'])){
126                 $mod_strings['LBL_MINIMUM_PHP_VERSION'] = 'Minimum Php version required is 5.2.1.';
127         }
128
129 $php_verison_warning =<<<eoq
130             <table width="100%" cellpadding="0" cellpadding="0" border="0" class="Welcome">
131                         <tr>
132                       <td colspan="2"  align="center" id="ready_image"><IMG src="include/images/install_themes.jpg" width="698" height="190" alt="Sugar Themes" border="0"></td>
133                     </tr>
134                         <th colspan="2" align="center">
135                                 <h1><span class='error'><b>{$mod_strings['LBL_MINIMUM_PHP_VERSION']}</b></span></h1>
136                         </th>
137                         <tr>
138                       <td colspan="2" align="center" id="ready_image"><IMG src="include/images/install_themes.jpg" width="698" height="190" alt="Sugar Themes" border="0"></td>
139                     </tr>
140         </table>
141 eoq;
142         $out = $php_verison_warning;
143 }
144 echo $out;
145 ?>