?? header.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&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 + -