fuc/storage/framework/smarty/compile/b84c3e0a6063f964474e34e59bc4ab91562838fc_0.file_404.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-01 12:20:54
from 'file:404.tpl' */
/* @var \Smarty\Template $_smarty_tpl */
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
'version' => '5.3.1',
'unifunc' => 'content_67245726e5b9c8_80039086',
'has_nocache_code' => false,
'file_dependency' =>
array (
'b84c3e0a6063f964474e34e59bc4ab91562838fc' =>
array (
0 => '404.tpl',
1 => 1712762115,
2 => 'file',
),
),
'includes' =>
array (
'file:header.tpl' => 1,
'file:footer.tpl' => 1,
),
))) {
function content_67245726e5b9c8_80039086 (\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">404</div>
<p class="empty-title">你所尝试访问的页面不存在</p>
<p class="empty-subtitle text-secondary">
Take me home, country roads, to the place, I belong...
</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);
}
}