|
Revision 1398, 1.6 kB
(checked in by xue, 2 years ago)
|
|
merge from 3.0 branch till 1397.
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
|---|
| 4 | <meta http-equiv="content-language" content="en"/> |
|---|
| 5 | <title>PRADO Requirements Checker</title> |
|---|
| 6 | <style> |
|---|
| 7 | body {font-family:"Verdana";font-weight:normal;color:black;} |
|---|
| 8 | h1 { font-family:"Verdana";font-weight:normal;font-size:18pt; } |
|---|
| 9 | h3 {font-family:"Verdana";font-weight:bold;font-size:11pt} |
|---|
| 10 | p, td {font-family:"Verdana";font-weight:normal;font-size:10pt;} |
|---|
| 11 | table.result {border-collapse: collapse; width: 100%; font-size: 10pt; font-family:"Verdana";} |
|---|
| 12 | td.passed {background-color: #60BF60;border: 1px solid silver; padding: 2px;} |
|---|
| 13 | td.warning {background-color: #FFFFBF;border: 1px solid silver; padding: 2px;} |
|---|
| 14 | td.error {background-color: #FF8080;border: 1px solid silver; padding: 2px;} |
|---|
| 15 | .version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;} |
|---|
| 16 | </style> |
|---|
| 17 | </head> |
|---|
| 18 | |
|---|
| 19 | <body bgcolor="white"> |
|---|
| 20 | <h1>PRADO Requirements Checker</h1> |
|---|
| 21 | <h3>Description</h3> |
|---|
| 22 | <p> |
|---|
| 23 | This script checks if your server configuration meets the requirements |
|---|
| 24 | for running <a href="http://www.pradosoft.com/">PRADO</a>-powered applications. |
|---|
| 25 | It checks if the server is running the right version of PHP, |
|---|
| 26 | if appropriate PHP extensions have been loaded, and if php.ini file settings are correct. |
|---|
| 27 | </p> |
|---|
| 28 | <h3>Conclusion</h3> |
|---|
| 29 | <p> |
|---|
| 30 | %%Conclusion%% |
|---|
| 31 | </p> |
|---|
| 32 | <h3>Details</h3> |
|---|
| 33 | </p> |
|---|
| 34 | %%Details%% |
|---|
| 35 | </p> |
|---|
| 36 | <p> |
|---|
| 37 | <table> |
|---|
| 38 | <tr> |
|---|
| 39 | <td class="passed"> </td><td>passed</td> |
|---|
| 40 | <td class="error"> </td><td>failed</td> |
|---|
| 41 | <td class="warning"> </td><td>warning</td> |
|---|
| 42 | </tr> |
|---|
| 43 | </table> |
|---|
| 44 | </p> |
|---|
| 45 | <div class="version"> |
|---|
| 46 | %%Time%% %%Version%% |
|---|
| 47 | </div> |
|---|
| 48 | </body> |
|---|
| 49 | </html> |
|---|