failure.tpl
1000 Bytes
{include file="tpl/header.tpl"}
<div id="wrapper">
{include file="tpl/admin_sidebar_wrapper.tpl"}
<!-- menu tray -->
<div class="container-fluid" id="menu-tray">
<div class="col-xs-12">
<a href="#menu-toggle" id="menu-toggle"><i class="fa fa-bars fa-2x icon pull-left"></i></a>
</div>
</div>
<div id="page-content-wrapper">
<div class="pull-right">
<!-- In this table we display the date and time (desktop devices only) -->
<table id="datetime">
<tr>
<td id="date-container">
<span id="day"></span><br><span id="datetime-number"> <span id="datum"> </span> </span><span id="month"> </span>
</td>
<td id="time-container">
<span id="hour"> </span> : <span id="minute"> </span>
</td>
</tr>
</table>
</div>
<div id="container2">
<h1 id="container2-header">Error!</h1>
</div>
<div class="alert alert-danger" role="alert">{$error}</div>
</div>
</div>
{include file="tpl/footer.tpl"}