header.tpl
来自「用php编写的一个BBS 小程序」· TPL 代码 · 共 67 行
TPL
67 行
<html>
<head>
<meta http-equiv="content-language" content="zh-cn" />
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<meta name="keywords" content="<{$name}>" />
<meta name="description" content="<{$name}>" />
<title><{$name}></title>
<link href="style.css" type="text/css" rel="stylesheet" />
<{$xajax}><script src="<{$jsDir}>functions.js"></script>
<script src="<{$jsDir}>layer.display.js"></script>
<script src="<{$jsDir}>layer.drag.js"></script>
<script src="<{$jsDir}>prompt.js"></script>
</head>
<body style="margin:0" bgcolor="#ffffff">
<div id="popLayer" style="position:absolute;z-index:1000;width:300px;height:20px;" class="cPopText" align="center"></div>
<!-- 修改资料_layer_start -->
<{include file="profile.tpl"}>
<!-- 修改资料_layer_end -->
<!-- 修改密码_layer_start -->
<{include file="changepwd.tpl"}>
<!-- 修改信息_layer_end -->
<!-- 详细资料_layer_start -->
<{include file="details.tpl"}>
<!-- 详细信息_layer_end -->
<!-- 登录窗口_layer_start -->
<{include file="login.tpl"}>
<!-- 登录窗口_layer_end -->
<!-- 注册新用户_layer_start -->
<{include file="register.tpl"}>
<!-- 注册新用户_layer_end -->
<{if $refit eq 1}>
<!-- 重置密码_layer_start -->
<{include file="refitpwd.tpl"}>
<!-- 重置密码_layer_end -->
<{/if}>
<!-- 发布主题/回复贴子_layer_start -->
<{if $loadModule neq ""}>
<{include file=$loadModule|cat:"issue.tpl"}>
<{/if}>
<!-- 发布主题/回复贴子_layer_end -->
<!-- 会员列表_layer_start -->
<{include file="member.tpl"}>
<!-- 会员列表_layer_end -->
<!-- 短消息_layer_start -->
<{include file="message.tpl"}>
<!-- 短消息_layer_end -->
<table id="mainTable" class="table2" width="100%" height="100%">
<tr>
<td height="100" align="center">
<table class="table2" width="95%" height="100%">
<tr>
<td rowspan="2" width="15%"> </td>
<td width="70%" height="80" align="center" style="filter:DropShadow(Color=#d9e1f6,OffX=3,OffY=3,Positive=1)">
<span style="font-family:'Arial Black';font-size:30px;color:#f6f8ff;font-weight:bold" onmouseover="this.style.cursor='hand';this.style.color='#ffffff'" onmouseout="this.style.cursor='default';this.style.color='#f6f8ff'" onclick="window.location.reload()" title="<{$name}>"><{$name}></span>
</td>
<td rowspan="2" width="15%"> </td>
<tr>
<td id="navigation" align="center"> </td>
</tr>
</table>
<script src="<{$jsDir}>header.js"></script>
<script language="JavaScript" type="text/javascript" defer>
updateUserStatus();
</script>
</td>
</tr>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?