⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.tpl

📁 php模板
💻 TPL
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$lang.commonCharset}" />
<title>{if $doc_title!=''}{$doc_title}-{/if}{$site_name} </title>
<link href="./style/{$style_name}/hdwiki.css" rel="stylesheet" type="text/css" media="all"/>
{literal}
<script type="text/javascript" src="lang/{/literal}{$lang_name}{literal}/script.js"></script>
<script src="scripts/h_ajax.js" type="text/javascript" language="javascript"></script>
<script src="scripts/h_common.js" type="text/javascript" language="javascript"></script>
{/literal}
</head>
<body onload="javascript:if(document.imgusercode)document.imgusercode.src='captcha.php?'+Math.random()">

<!-- 头部图标 -->
<DIV id=wrap>
	<DIV id=header>
		<DIV id=pagetitle><H2><A href="http://localhost/supersite/">测绘社区门户</A></H2></DIV>
		<DIV id=topmenu>
			<UL>
			  <LI><A class=news href="http://localhost/supersite/?action-news">资讯</A> </LI>
			  <LI><A class=blog href="http://localhost/supersite/?action-blog">日志</A> </LI>
			  <LI><A class=image href="http://localhost/supersite/?action-image">图片</A></LI>
			  <LI><A class=video href="http://localhost/supersite/?action-video">影音</A></LI>
			  <LI><A class=file href="http://localhost/supersite/?action-file">文件</A> </LI>
			  <LI><A class=link href="http://localhost/supersite/?action-link">书签</A> </LI>
			  <LI><A class=group href="http://localhost/supersite/?action-group">圈子</A></LI>
			  <LI><A class=bbs href="http://localhost/supersite/?action-bbs">论坛</A> </LI>
			  <LI><A class=wiki href="http://localhost/supersite/?action-channel-name-wiki">百科</A></LI>
			</UL>
		</DIV>
	</DIV>
<div id="menu">
			{if $user_id neq "1"}
			<a class="navwelcome" href="space.php?userid={$user_id}">{$lang.commonWelcome}{$user_nick}</a>
				<div class="navservice">
					<a class="navindex" href="./">{$lang.commonSiteIndex}</a>
					<a class="navmagcenter" href="user.php?action=displaymyinfo">{$lang.commonMngCenter}</a>
					{if $allow_manage}<a class="navconfig" href="manage.php?action=login" target="_blank">{$lang.commonSystemMenu}</a>{/if}
					{if $user_id eq "2"}<a class="navadvsearch" href="search.php?action=advance">{$lang.commonAdvanceSearch}</a>{/if}
					<a class="navreon" href="doc.php?action=doclist">{$lang.commonRencentChange}</a>
					<a class="navlogout" href="logging.php?action=out&amp;formhash={$formhash}">{$lang.commonLogout}</a>
				</div>
			{else}
				<div class="navservice">
					<a class="navindex" href="./">{$lang.commonSiteIndex}</a>
					<a class="navlogin" href="logging.php">{$lang.commonLogin}</a>
					<a class="navreg" href="register.php">{$lang.commonRegister}</a>
					<a class="navreon" href="doc.php?action=doclist">{$lang.commonRencentChange}</a>
				</div>
			{/if}
		</div>
<!-- 导航条 -->
<div id="container">


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -