HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/admin/templates/install.error.tpl
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Installation Wizard</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="SHORTCUT ICON" href="favicon.ico" />
<style type="text/css">
	@import url("styles/styles.css");
	@import url("styles/tabmenu.css");

	ul b.heading {
	color: red;
	}
	ul.errorlist, .errorlist li {
	padding-left: 0;
	list-style-type: none;
	list-style: none;
	}
dl {
	width: 500px;
}
dt {
	background-color: red;
	color: white;
	width: 100px;
	float: left;
	clear: left;
	padding: 3px;
}

dd.CheckResultFeature
{
	padding-left: 25px;
}

dl dt, dl dd {
	margin-top: 5px;
	border-top: 1px solid #DDDDDD;
}

dl dt.firstChild , dl dd.firstChild {
	border-top: 0;
}

</style>
<!--[if IE]>
<style type="text/css">
	#headermenu li ul {
		margin-top: 0px;
		margin-left: 2px;
	}
	#headermenu li li a {
		width: 107px;
	}
</style>
<![endif]-->

<!--[if IE]>
<style type="text/css">
	@import url("styles/ie.css");
</style>
<![endif]-->

<script type="text/javascript" src="../javascript/jquery.js"></script>

<script type="text/javascript">
function sizeBox(resize) {
	var w = $('html').width();
	var h = $('html').height();
	
	$('#box').css('position', 'absolute');
	if(typeof(resize) == 'undefined') {
		var top = h/2-($('#box').height()/2);
		if (top < 0) {
			top = 0;
		}		
		$('#box').css('top', top);
	}
	
	var left = w/2-($('#box').width()/2);
	if (left < 0) {
		left = 0;
	}	
	
	$('#box').css('left', left);
}

$(document).ready(function() {
	sizeBox();
	$('#errorMsg').errorMessage('{$errorMsg}');
});

$(window).resize(function() {
	sizeBox(true);
});

</script>
</head>

<body>
	<div id="box">
		<br /><br /><br /><br />
		<table><tr><td style="border:solid 2px #DDD; padding:20px; background-color:#FFF; width:450px">
		<table>
		  <tr>
				<td class="Heading1">
					<img src="images/iwp.jpg" />
				</td>
			</tr>
			<tr>
				<td class="">
					<div id="errorMsg"></div>
				</td>
			</tr>
			<tr class="FormContent">
				<td>
					{$errorList}
				</td>
			</tr>
		</table>
		</td></tr></table>
		<div style="padding:10px; margin-bottom:20px; text-align:center" class="PageFooter">
			{$whitelabel.AdminCopyright}
		</div>
	</div>
</body>
</html>