fuc/storage/framework/smarty/compile/5d1bb25771139328ded393299cb872d9f804dc9f_0.file_500.tpl.php
2025-02-23 13:30:57 +08:00

52 lines
1.7 KiB
PHP
Executable File

<?php
/* Smarty version 5.3.1, created on 2024-11-04 11:30:31
from 'file:500.tpl' */
/* @var \Smarty\Template $_smarty_tpl */
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
'version' => '5.3.1',
'unifunc' => 'content_67283fd75caf30_57471167',
'has_nocache_code' => false,
'file_dependency' =>
array (
'5d1bb25771139328ded393299cb872d9f804dc9f' =>
array (
0 => '500.tpl',
1 => 1712762115,
2 => 'file',
),
),
'includes' =>
array (
'file:header.tpl' => 1,
'file:footer.tpl' => 1,
),
))) {
function content_67283fd75caf30_57471167 (\Smarty\Template $_smarty_tpl) {
$_smarty_current_dir = '/private/var/www/wwwroot/crc.loc/resources/views/tabler';
$_smarty_tpl->renderSubTemplate('file:header.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
?>
<body class="border-top-wide border-primary d-flex flex-column">
<div class="page page-center">
<div class="container-tight my-auto">
<div class="empty">
<div class="empty-header">500</div>
<p class="empty-title">服务器内部错误</p>
<p class="empty-subtitle text-secondary">
Take me home, country roads, to the place, I belong... Oh wait the server is down.
</p>
<div class="empty-action">
<a href="/" class="btn btn-primary">
<i class="icon ti ti-chevron-left"></i>
返回主页
</a>
</div>
</div>
</div>
</div>
<?php $_smarty_tpl->renderSubTemplate('file:footer.tpl', $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, 0, $_smarty_tpl->cache_lifetime, array(), (int) 0, $_smarty_current_dir);
}
}