phpservermon/tpl/install.tpl.html

24 lines
875 B
HTML

<!--%tpl_install-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>PHP Server Monitor Installation script</title>
</head>
<body>
<p>This script will create all the database tables required for PHP Server Monitor.</p>
<p><div style="color:#FF0000">{error}</div></p>
<!--%tpl_repeat_tables-->
<div class="box">
Creating table {name}...<br/><br/>
{result}
</div>
<!--%%tpl_repeat_tables-->
{tables}
<br/>
The installation is complete. Please check above if errors have occured.<br/>
If no errors have occured, you can remove this file and <a href="index.php">click here to go to your index</a>
</body>
</html>
<!--%%tpl_install-->