78 lines
2.2 KiB
PHP
Executable File
78 lines
2.2 KiB
PHP
Executable File
<?php
|
|
/* Smarty version 5.3.1, created on 2025-02-03 23:44:08
|
|
from 'file:doc/index.tpl' */
|
|
|
|
/* @var \Smarty\Template $_smarty_tpl */
|
|
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
|
|
'version' => '5.3.1',
|
|
'unifunc' => 'content_67a0e4480ff0f3_78734871',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'8ca336572cfe5a372b0f6255b9b51d3c8a2f420c' =>
|
|
array (
|
|
0 => 'doc/index.tpl',
|
|
1 => 1730805945,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
'file:header.tpl' => 1,
|
|
'file:footer.tpl' => 1,
|
|
),
|
|
))) {
|
|
function content_67a0e4480ff0f3_78734871 (\Smarty\Template $_smarty_tpl) {
|
|
$_smarty_current_dir = '/www/wwwroot/fuuu.cloud/resources/views/tabler/doc';
|
|
$_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);
|
|
?>
|
|
|
|
<style>
|
|
.empty-header {
|
|
width: 100%;
|
|
line-height: 100px;
|
|
}
|
|
.empty {
|
|
/* width: 100%;
|
|
background-color: red; */
|
|
}
|
|
|
|
.container-tight {
|
|
max-width:none;
|
|
}
|
|
|
|
.my-auto {
|
|
|
|
}
|
|
|
|
.page {
|
|
margin-top: 30px;
|
|
}
|
|
</style>
|
|
|
|
<body class="border-top-wide border-primary d-flex flex-column">
|
|
<div class="page page-center">
|
|
<div class="container-tight">
|
|
<div class="empty">
|
|
<div class="empty-header"><a href='/doc/windows'>windows端</a></div>
|
|
<div class="empty-header"><a href='/doc/mac'>mac端</a></div>
|
|
<div class="empty-header"><a href='/doc/android'>android端</a></div>
|
|
<div class="empty-header"><a href='/doc/ios'>ios端</a></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);
|
|
}
|
|
}
|