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

58 lines
2.0 KiB
PHP
Executable File

<?php
/* Smarty version 5.3.1, created on 2024-12-07 15:20:44
from 'file:gembox/layout/head.tpl' */
/* @var \Smarty\Template $_smarty_tpl */
if ($_smarty_tpl->getCompiled()->isFresh($_smarty_tpl, array (
'version' => '5.3.1',
'unifunc' => 'content_6753f74c087c31_62910179',
'has_nocache_code' => false,
'file_dependency' =>
array (
'da19df0870677ebe6912a3d630451ba6bf5d6785' =>
array (
0 => 'gembox/layout/head.tpl',
1 => 1733556031,
2 => 'file',
),
),
'includes' =>
array (
),
))) {
function content_6753f74c087c31_62910179 (\Smarty\Template $_smarty_tpl) {
$_smarty_current_dir = '/private/var/www/wwwroot/crc.loc/resources/views/tabler/gembox/layout';
?><!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>详情</title>
<?php echo '<script'; ?>
src="/assets/js/jquery-3.7.1.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="/assets/js/dialog.js"><?php echo '</script'; ?>
>
<?php echo '<script'; ?>
src="/assets/gembox/js/pageBar.js"><?php echo '</script'; ?>
>
<link href="/assets/css/dialog.css" rel="stylesheet" />
<link href="/assets/gembox/css/common.css" rel="stylesheet" />
</head>
<body>
<div class="head">
<table class="headMenuBar">
<tr>
<td><a href="/gembox" class="<?php if ($_smarty_tpl->getValue('pageClass') == 'gembox') {?>aHover<?php }?>">首页</a></td>
<td><a href="/gembox/node/live" class="<?php if ($_smarty_tpl->getValue('pageClass') == 'nodeLive') {?>aHover<?php }?>">节点监控</a></td>
<td><a href="/gembox/draw" class="<?php if ($_smarty_tpl->getValue('pageClass') == 'drawGetList') {?>aHover<?php }?>">提款申请</a></td>
<td><a href="/gembox/invite/up" class="<?php if ($_smarty_tpl->getValue('pageClass') == 'inviteGetUp') {?>aHover<?php }?>">邀请增长</a></td>
</tr>
</table>
</div>
<?php }
}