Merge branch 'Issue_#55' into 'master'
Fix for #55. Created a better looking 404 error page Better 404 page See merge request !21
This commit is contained in:
commit
6e0729be6f
@ -26,22 +26,16 @@
|
||||
<body>
|
||||
<div id='setupcontainer'>
|
||||
<div class='row'>
|
||||
<div id='logo' class='col-lg-5 col-centered' style='margin-top:20%;'>
|
||||
<img src='http://myfuze.net/Fuze2tra.png' />
|
||||
</div>
|
||||
|
||||
<div class='col-lg-12 col-md-4 col-sm-12'>
|
||||
<div id='contentPanel' class="panel panel-default" style='display:none'>
|
||||
<div id='1' class="panel-body" style='display:none'>
|
||||
<p class="lead">Page not found,</p>
|
||||
<p class="lead">Page not found</p>
|
||||
<p>
|
||||
The requested page '{$page}' could not be found.
|
||||
The requested page could not be found.
|
||||
</p>
|
||||
<p>
|
||||
Our apologies for the inconvenience.
|
||||
</p>
|
||||
<p><small>if you think this is a mistake, please send a mail to <a href='mailto:{$mail}'>{$mail}</a></small></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -59,12 +53,8 @@
|
||||
|
||||
start();
|
||||
function start() {
|
||||
$("#logo").animate({ 'marginTop': '0%' }, 1000);
|
||||
$("#progress").fadeIn(2000);
|
||||
$("#contentPanel").fadeIn(2000);
|
||||
$("#1").fadeIn(2000);
|
||||
$("#buttons").fadeIn(2000);
|
||||
currentPage = 1;
|
||||
$("#contentPanel").fadeIn(500);
|
||||
$("#1").fadeIn(500);
|
||||
}
|
||||
</script>
|
||||
</footer>
|
Loading…
Reference in New Issue
Block a user