|
Revision 1398, 1.5 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配置需求检查</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配置需求检查</h1> |
|---|
| 21 | <h3>检查说明</h3> |
|---|
| 22 | <p> |
|---|
| 23 | 本页面用于检查您的服务器配置是否达到运行<a href="http://www.pradosoft.com/">PRADO</a>应用程序所需的标准。 |
|---|
| 24 | 它将检查服务器运行的PHP版本,PHP加载的模块,以及php.ini文件中的一些设置。 |
|---|
| 25 | </p> |
|---|
| 26 | <h3>检查结果</h3> |
|---|
| 27 | <p> |
|---|
| 28 | %%Conclusion%% |
|---|
| 29 | </p> |
|---|
| 30 | <h3>具体情况</h3> |
|---|
| 31 | </p> |
|---|
| 32 | %%Details%% |
|---|
| 33 | </p> |
|---|
| 34 | <p> |
|---|
| 35 | <table> |
|---|
| 36 | <tr> |
|---|
| 37 | <td class="passed"> </td><td>通过</td> |
|---|
| 38 | <td class="error"> </td><td>失败</td> |
|---|
| 39 | <td class="warning"> </td><td>警告</td> |
|---|
| 40 | </tr> |
|---|
| 41 | </table> |
|---|
| 42 | </p> |
|---|
| 43 | <div class="version"> |
|---|
| 44 | %%Time%% %%Version%% |
|---|
| 45 | |
|---|
| 46 | </div> |
|---|
| 47 | </body> |
|---|
| 48 | </html> |
|---|