root/trunk/requirements/template.html

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>
7body {font-family:"Verdana";font-weight:normal;color:black;}
8h1 { font-family:"Verdana";font-weight:normal;font-size:18pt; }
9h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}
10p, td {font-family:"Verdana";font-weight:normal;font-size:10pt;}
11table.result {border-collapse: collapse; width: 100%; font-size: 10pt; font-family:"Verdana";}
12td.passed {background-color: #60BF60;border: 1px solid silver; padding: 2px;}
13td.warning {background-color: #FFFFBF;border: 1px solid silver; padding: 2px;}
14td.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>
23This script checks if your server configuration meets the requirements
24for running <a href="http://www.pradosoft.com/">PRADO</a>-powered applications.
25It checks if the server is running the right version of PHP,
26if 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">&nbsp;</td><td>passed</td>
40<td class="error">&nbsp;</td><td>failed</td>
41<td class="warning">&nbsp;</td><td>warning</td>
42</tr>
43</table>
44</p>
45<div class="version">
46%%Time%% %%Version%%
47</div>
48</body>
49</html>
Note: See TracBrowser for help on using the browser.