File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/admin/templates/install.done.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 Completed</title>
<meta http-equiv="Content-Type" content="text/html; charset={$Charset}" />
<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");
</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" language="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();
});
$(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 style="padding:10px 0px 5px 0px">
{$InstallationCompleted}
<br /><br />
<pre>By default the ability to download templates is disabled, we did this to protect your safety.
To enable please follow these steps:
1. Open admin/whitelabel.php
2. Change the line (true means disable, false means enable)
$whiteLabel['DisableTemplateDownloading'] = true;
to
$whiteLabel['DisableTemplateDownloading'] = false;
3. Save the file!
</pre>
<input type="button" value="{$lang.LoginNow}" onclick="document.location.href='index.php'" style="font-size:11px" />
</td>
</tr>
</table>
</td></tr></table>
<div style="padding:10px; margin-bottom:20px; text-align:center">{$whitelabel.AdminCopyright}</div>
</div>
{$InfoImage}
</body>
</html>