]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Administration/Diagnostic.html
Add .gitignore
[Github/sugarcrm.git] / modules / Administration / Diagnostic.html
1 <!--
2 /*********************************************************************************
3  * SugarCRM is a customer relationship management program developed by
4  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
5  * 
6  * This program is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Affero General Public License version 3 as published by the
8  * Free Software Foundation with the addition of the following permission added
9  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
10  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
11  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
12  * 
13  * This program is distributed in the hope that it will be useful, but WITHOUT
14  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
15  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
16  * details.
17  * 
18  * You should have received a copy of the GNU Affero General Public License along with
19  * this program; if not, see http://www.gnu.org/licenses or write to the Free
20  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21  * 02110-1301 USA.
22  * 
23  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
24  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
25  * 
26  * The interactive user interfaces in modified source and object code versions
27  * of this program must display Appropriate Legal Notices, as required under
28  * Section 5 of the GNU Affero General Public License version 3.
29  * 
30  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31  * these Appropriate Legal Notices must retain the display of the "Powered by
32  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
33  * technical reasons, the Appropriate Legal Notices must display the words
34  * "Powered by SugarCRM".
35  ********************************************************************************/
36
37 /*********************************************************************************
38
39  ********************************************************************************/
40 -->
41
42 <!-- BEGIN: main -->
43 <form name="Diagnostic" method="POST" action="index.php">
44 <input type="hidden" name="module" value="Administration">
45 <input type="hidden" name="action" value="DiagnosticRun">
46  
47 <table cellpadding="0" cellspacing="0" border="0" width="100%">
48         <tr>
49         <td>
50         <input title="{MOD.LBL_DIAG_EXECUTE_BUTTON}" class="button" onclick="this.form.action.value='DiagnosticRun';" type="submit" name="button" value="  {MOD.LBL_DIAG_EXECUTE_BUTTON}  " >
51         <input title="{MOD.LBL_DIAG_CANCEL_BUTTON}" class="button" onclick="this.form.action.value='index'; this.form.module.value='Administration'; " type="submit" name="button" value="  {MOD.LBL_DIAG_CANCEL_BUTTON}  "></td>
52
53         </tr>
54 </table>
55 <BR>
56 <div id="table" style="visibility:visible">
57 <BR>
58 <table id="maintable" width="430" border="0" cellspacing="0" cellpadding="0" class="edit view">
59 <tr>
60 <td>
61         <table width="100%" border="0" cellspacing="0" cellpadding="1">
62
63         {NO_MYSQL_MESSAGE}
64         <tr>
65         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_CONFIGPHP}</slot></td>
66         <td ><slot><input name='configphp' class="checkbox" type="checkbox" tabindex='1' checked></slot></td>
67         </tr><tr>
68         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_CUSTOMDIR}</slot></td>
69         <td ><slot><input name='custom_dir' class="checkbox" type="checkbox" tabindex='2' checked></slot></td>
70         </tr><tr>
71
72         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_PHPINFO}</slot></td>
73         <td ><slot><input name='phpinfo' class="checkbox" type="checkbox" tabindex='3' checked></slot></td>
74         </tr><tr>
75         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_MYSQLDUMPS}</slot></td>
76         <td ><slot><input name='mysql_dumps' class="checkbox" type="checkbox" tabindex='4' {MYSQL_CAPABLE}></slot></td>
77         </tr><tr>
78         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_MYSQLSCHEMA}</slot></td>
79
80         <td ><slot><input name='mysql_schema' class="checkbox" type="checkbox" tabindex='5' {MYSQL_CAPABLE}></slot></td>
81         </tr><tr>
82         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_MYSQLINFO}</slot></td>
83         <td ><slot><input name='mysql_info' class="checkbox" type="checkbox" tabindex='6' {MYSQL_CAPABLE}></slot></td>
84         </tr><tr>
85         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_MD5}</slot></td>
86         <td ><slot><input name='md5' class="checkbox" type="checkbox" tabindex='7' onclick="md5checkboxes()" checked></slot></td>
87         </tr><tr>
88
89         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_FILESMD5}</slot></td>
90         <td ><slot><input name='md5filesmd5' class="checkbox" type="checkbox" tabindex='8' ></slot></td>
91         </tr><tr>
92         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_CALCMD5}</slot></td>
93         <td ><slot><input name='md5calculated' class="checkbox" type="checkbox" tabindex='9' ></slot></td>
94         </tr><tr>
95         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_BLBF}</slot></td>
96
97         <td ><slot><input name='beanlistbeanfiles' class="checkbox" type="checkbox" tabindex='10' checked></slot></td>
98         </tr><tr>
99         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_SUGARLOG}</slot></td>
100         <td ><slot><input name='sugarlog' class="checkbox" type="checkbox" tabindex='11' checked></slot></td>
101         </tr><tr>
102         <td scope="row"><slot>{MOD.LBL_DIAGNOSTIC_VARDEFS}</slot></td>
103         <td ><slot><input name='vardefs' class="checkbox" type="checkbox" tabindex='11' checked></slot></td>
104         </tr>
105 </table>
106 </td>
107 </tr>
108 </table>
109 </div>
110 </form>
111
112 {MYSQL_CAPABLE_CHECKBOXES}
113
114 <script type="text/javascript" language="Javascript">
115   var md5filesmd5_checked;
116   var md5calculated_checked;
117   function show(id) {
118       document.getElementById(id).style.display="block";
119   }
120   function md5checkboxes(){
121     if (document.Diagnostic.md5.checked == false){
122       md5filesmd5_checked = document.Diagnostic.md5filesmd5.checked;
123       md5calculated_checked = document.Diagnostic.md5calculated.checked;
124       document.Diagnostic.md5filesmd5.checked=false;
125       document.Diagnostic.md5calculated.checked=false;
126       document.Diagnostic.md5filesmd5.disabled=true;
127       document.Diagnostic.md5calculated.disabled=true;
128     }
129     else{
130       document.Diagnostic.md5filesmd5.disabled=false;
131       document.Diagnostic.md5calculated.disabled=false;
132       document.Diagnostic.md5filesmd5.checked=md5filesmd5_checked;
133       document.Diagnostic.md5calculated.checked=md5calculated_checked;
134     }
135   }
136 </script>
137
138 <!-- END: main -->