Update of /cvsroot/phpbt/phpbt/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv406/templates/default
Added Files:
install-failure.html
Log Message:
Logging of the install process
--- NEW FILE: install-failure.html ---
<html>
<head>
<title><?php echo translate("phpBugTracker Installation"); ?></title>
<link rel="StyleSheet" href="styles/default.css" type="text/css">
</head>
<body bgcolor="#ffffff" link="#006699" vlink="#006699" alink="#006699">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="200" valign="top"><br><img src="logo.jpg"></td>
<td valign="top">
<div class="banner"><?php echo translate("phpBugTracker Installation"); ?></div>
<br>
<?php echo "Installation ended with ".$num_errors." error(s)"; ?>
<hr>
<h4>Error log</h4>
<?php echo $log_text; ?>
<hr>
<br>
Please feel welcome to subscribe the phpbt-users mailing list by
visiting the mailing list
<a href="http://lists.sourceforge.net/lists/listinfo/phpbt-users" target="_new">web page.</a>
<hr size="1" width="300">
</td>
</tr>
</table>
</body>
</html>
|