查看: 12052|回复: 0

Discuz头部和尾部模板修改

[复制链接]

Discuz头部和尾部模板修改[复制链接]

浩天 发表于 2019-12-22 09:43:56 [显示全部楼层] 回帖奖励 |正序浏览 |阅读模式 回复:  0 浏览:  12052
  1. 文件注释说明:
  2. 1. 头部文件修改注释
  3. <!--**********************Header.htm模板注释开始*********************************-->
  4. <!--*XHTML DTD声明不可改动*-->
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <htmlxmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8. <meta http-equiv="Content-Type"content="text/html; charset=$charset" />
  9. <!--*$navtitle:当前页面的导航, $bbname:站点名称,$seotitle:标题附加字*-->
  10. <title>$navtitle $bbname$seotitle - Powered byDiscuz!</title>
  11. <!--*其他头部信息感谢CS1.3指正*-->
  12. $seohead
  13. <!--*关键字部分这块基本不需要动了 直接后台可以设置的*-->
  14. <meta name="keywords"content="{$metakeywords}$seokeywords" />
  15. meta name="description" content="$metadescription $bbname$seodescription - Discuz! Board" />
  16. <meta name="generator" content="Discuz!$version" />
  17. <meta name="author" content="Discuz! Team andComsenz UI Team" />
  18. <meta name="copyright" content="2001-2009Comsenz Inc." />
  19. <meta name="MSSmartTagsPreventParsing"content="True" />
  20. <meta http-equiv="MSThemeCompatible"content="Yes" />
  21. <meta http-equiv="x-ua-compatible"content="ie=7" />
  22. <!--无图版(achiever)链接-->
  23. link rel="archives" title="$bbname" href="{$boardurl}archiver/"/>
  24. <!--*RSS链接*-->
  25. $rsshead
  26. <!--*未知变量 暂时保留*-->
  27. $extrahead
  28. <!--*载入CSS模板 不可改动*-->
  29. {csstemplate}
  30. <!--*一些全局变量 不可改动*-->
  31. <scripttype="text/javascript">var STYLEID = '{STYLEID}',IMGDIR = '{IMGDIR}', VERHASH = '{VERHASH}', charset = '$charset',discuz_uid =$discuz_uid, cookiedomain = '$cookiedomain', cookiepath ='$cookiepath', attackevasive = '$attackevasive', disallowfloat ='$disallowfloat', creditnotice = '{if$creditnotice}$creditnames{/if}', {if in_array(CURSCRIPT,array('viewthread', 'forumdisplay'))}gid =parseInt('$thisgid'){elseif CURSCRIPT == 'index'}gid =parseInt('$gid'){else}gid = 0{/if}, fid = parseInt('$fid'), tid =parseInt('$tid')</script>
  32. <!--*{$jspath}:后台>全局>优化设置>服务器优化>JavaScript脚本目录*-->
  33. <script type="text/javascript"src="{$jspath}common.js?{VERHASH}"></script>
  34. </head>
  35. <body id="{CURSCRIPT}"onkeydown="if(event.keyCode==27) returnfalse;">
  36. <!--*浮动窗和一些载入动作*-->
  37. <divid="append_parent"></div><divid="ajaxwaitid"></div>

  38. <div id="header">
  39.   <divclass="wrap s_clear">
  40. <!--*$indexname为后台设置的首页文件名,{BOARDLOGO}为站点logo,在风格编辑中修改*-->
  41.   <h2><ahref="$indexname"title="$bbname">{BOARDLOGO}</a></h2>
  42. <!--*用户工具栏开始*-->
  43.    <divid="umenu">
  44. <!--*判断是否已登录这里是已登录*-->
  45.    <!--{if$discuz_uid}-->
  46. <!--*用户名*-->
  47.    <cite><ahref="space.php?uid=$discuz_uid"class="noborder">$discuz_userss</a>
  48.    
  49. <!--*如果当前用户的用户组允许隐身 就显示在线/隐身切换链接*-->  
  50.     <!--{if$allowinvisible}--><spanid="loginstatus"><!--{if!empty($invisible)}--><ahref="member.php?action=switchstatus">{langlogin_invisible_mode}</a><!--{else}--><ahref="member.php?action=switchstatus" title="{langlogin_switch_invisible_mode}">{langlogin_normal_mode}</a><!--{/if}--></span><!--{/if}--></cite>
  51.     <spanclass="pipe">|</span>
  52. <!--*判断如果UCenter中存在UCHome应用 就显示该用户个人空间链接UCHome是优先的.*-->  
  53.     <!--{if$ucappopen['UCHOME']}-->
  54.     <ahref="{$uchomeurl}/space.php?uid=$discuz_uid"target="_blank">{langspace_short}</a>
  55. <!--*判断如果UCenter中存在X-Space应用 就显示该用户个人空间链接如果想要默认为XSpace的 可以调转下和UCHome判断的顺序*-->
  56.    <!--{elseif$ucappopen['XSPACE']}-->
  57.     <ahref="{$xspaceurl}/?uid-$discuz_uid"target="_blank">{langspace_short}</a>
  58.    <!--{/if}-->
  59. <!--*"提醒"的链接是判断当*-->
  60.     <aid="myprompt" href="notice.php"
  61.    
  62. <!--*判断如果有新提醒 当鼠标移到上边就弹出菜单*-->      
  63.     <!--{if$prompt}-->class="new"onmouseover="showMenu({'ctrlid':this.id})"<!--{/if}-->>{langnotice}</a>
  64. <!--*当有新提醒的时候显示红色信封*-->
  65.     <spanid="myprompt_check"></span>
  66. <!--*短消息链接*-->
  67.     <ahref="pm.php" id="pm_ntc" target="_blank">{langpm_center}</a>
  68. <!--*判断如果开启了论坛任务就显示论坛任务链接*-->
  69.     <!--{if$taskon}-->

  70.     <aid="task_ntc"
  71. <!--*判断如果当前用户有未完成的任务显示未完成任务图标和进行中任务链接*-->   
  72.     {if$doingtask}href="task.php?item=doing" class="new" title="{langtask_unfinish}"{else}href="task.php"{/if}target="_blank">{langtask}</a>
  73.    <!--{/if}-->
  74.     <spanclass="pipe">|</span>
  75. <!--*个人中心链接*-->
  76.     <ahref="memcp.php">{languser_center}</a>
  77. <!--*判断当前用户的管理组为版主或超级版主时显示modcp.php版主管理面板*-->
  78.     <!--{if$discuz_uid && $adminid> 1}--><ahref="modcp.php?fid=$fid" target="_blank">{langmodcp}</a><!--{/if}-->
  79. <!--*判断当前用户的管理组为管理员时显示admincp.php系统设置*-->
  80.     <!--{if$discuz_uid && $adminid ==1}--><a href="admincp.php"target="_blank">{langadmincp}</a><!--{/if}-->
  81.     <ahref="logging.php?action=logout&formhash={FORMHASH}">{langlogout}</a>
  82. <!--*当前用户如果为从其他应用(比如UCHome)过来论坛登录的就显示需要先激活验证*-->
  83.    <!--{elseif!empty($_DCOOKIE['loginuser'])}-->
  84.    <cite><aid="loginuser"class="noborder">$_DCOOKIE['loginuser']</a></cite>
  85.     <ahref="logging.php?action=login">{langactivation}</a>
  86.     <ahref="logging.php?action=logout&formhash={FORMHASH}">{langlogout}</a>
  87. <!--*游客状态下 显示注册登陆链接.$regname和$reglinkname为后台自定义的注册链接文字和注册文件名*-->
  88.   <!--{else}-->
  89.     <ahref="$regname"class="noborder">$reglinkname</a>
  90.     <ahref="logging.php?action=login">{langlogin}</a>
  91.   <!--{/if}-->
  92.   </div>
  93. <!--*头部广告位*-->
  94.    <divid="ad_headerbanner"><!--{if $admode&&!empty($advlist['headerbanner'])}-->$advlist[headerbanner]<!--{/if}--></div>
  95. <!--*导航栏开始*-->
  96.    <divid="menu">
  97.    <ul>
  98. <!--*判断是否开启了分栏模式 开启的话就在导航栏加入分栏链接*-->
  99.     <!--{if$_DCACHE['settings']['frameon'] >0}-->
  100.      <li>
  101.      <spanclass="frameswitch">
  102. <!--*判断当前用户分栏状态来切换平板模式和分栏模式链接*-->
  103.      <scripttype="text/javascript">
  104.       if(top == self) {
  105.        {if($_DCACHE['settings']['frameon'] == 2&& !defined('CACHE_FILE')&& in_array(CURSCRIPT,array('index', 'forumdisplay', 'viewthread'))&& (($_DCOOKIE['frameon'] == 'yes'&& $_GET['frameon'] != 'no') ||(empty($_DCOOKIE['frameon']) &&empty($_GET['frameon']))))}
  106.        top.location='frame.php?frameon=yes&referer='+escape(self.location);
  107.        {/if}
  108. //分栏模式
  109.        document.write('<ahref="frame.php?frameon=yes" target="_top"class="frameon">{langframeon_column}<\/a>');
  110.       } else {
  111. //平板模式
  112.        document.write('<ahref="frame.php?frameon=no" target="_top"class="frameoff">{langframeon_flat}<\/a>');
  113.       }
  114.      </script>
  115.      </span>
  116.      </li>
  117.     <!--{/if}-->
  118. <!--*这部分一些变量有待确认*-->
  119.     <!--{loop$navs $id $nav}-->
  120. <!--*$id == 3为插件*-->
  121.      <!--{if $id ==3}-->
  122. <!--*判断插件如果在后台设置为在导航栏显示,而不是加入插件菜单项目,那么就以平板导航样式显示在导航栏上感谢CS1.3指正*-->
  123.       <!--{if!empty($plugins['jsmenu'])}-->
  124.        $nav[nav]
  125.      <!--{/if}-->
  126. <!--*插件下拉菜单*-->
  127.       <!--{if!empty($plugins['links'])}-->
  128.        <!--{loop$plugins['links'] $module}-->
  129.        <!--{if !$module['adminid'] ||($module['adminid'] && $adminid> 0 &&$module['adminid'] >=$adminid)}--><li>$module[url]</li><!--{/if}-->
  130.        <!--{/loop}-->
  131.      <!--{/if}-->
  132.      <!--{else}-->
  133. <!--*判断当前导航栏允许使用的用户组CS1.3*-->
  134.       <!--{if !$nav['level'] ||($nav['level'] == 1 && $discuz_uid)|| ($nav['level'] == 2 && $adminid> 0) || ($nav['level'] == 3&& $adminid ==1)}-->$nav[nav]<!--{/if}-->
  135.      <!--{/if}-->
  136.     <!--{/loop}-->
  137. <!--*判断当前页面是否属于“$BASEFILENAME ”,如果是的话,导航菜单背景高亮感谢CS1.3*-->
  138.     <!--{ifin_array($BASEFILENAME, $navmns)}-->
  139.      {eval $mnid = $BASEFILENAME;}
  140.     <!--{elseif$navmngs[$BASEFILENAME]}-->
  141.      <!--{loop $navmngs[$BASEFILENAME]$navmng}-->
  142.       <!--{if $navmng[0] ==array_intersect_assoc($navmng[0], $_GET)}-->{eval$mnid =$navmng[1];}<!--{/if}-->
  143.      <!--{/loop}-->
  144.     <!--{/if}-->
  145.    </ul>
  146. <!--*如果当前链接存在于导航栏中导航背景高亮*-->
  147.     <scripttype="text/javascript">
  148.     varcurrentMenu = $('mn_$mnid') ? $('mn_$mnid') :$('mn_$navmns[0]');
  149.     currentMenu.parentNode.className= 'current';
  150.    </script>
  151.   </div>
  152. <!--*风格切换按钮JavaScript不可改动*-->
  153.    <!--{if!empty($stylejumpstatus)}-->
  154.     <scripttype="text/javascript">
  155.     functionsetstyle(styleid) {
  156.      str = ('{echo str_replace("'", "\\'",urlencode($_SERVER[QUERY_STRING]))}');
  157.      str =str.replace(/(^|&)styleid=\d+/ig, '');
  158.      str = (str != '' ? str + '&' :'') + 'styleid=' + styleid;
  159.      location.href = '$BASESCRIPT?' + str;
  160.     }
  161.    </script>
  162.     <ulid="style_switch">
  163.     <!--{loop$styles $id $stylename}-->
  164.     <li{if$id == STYLEID}class="current"{/if}><a href="###"onclick="setstyle($id)" title="$stylename" style="background:$styleicons[$id];">$stylename</a></li>
  165.    <!--{/loop}-->
  166.    </ul>
  167.   <!--{/if}-->
  168.   </div>
  169. <!--*"提醒"的弹出菜单*-->
  170.   <divid="myprompt_menu" style="display:none"class="promptmenu">
  171.    <divclass="promptcontent">
  172.     <ulclass="s_clear">
  173.     <!--{loop$prompts $promptkey $promptdata}-->
  174.     <!--{if$promptkey}-->
  175. <!--*通知类型和数量*-->   
  176.     <li{if!$promptdata[new]} style="display:none"{/if}<aid="prompt_$promptkey" href="{if$promptdata[script]}$promptdata[script]{else}notice.php?filter=$promptkey{/if}"target="_blank">$promptdata[name]($promptdata[new])</a></li><!--{/if}-->
  177.    <!--{/loop}-->
  178.    </ul>
  179.   </div>
  180.   </div>
  181. </div>
  182. <!--*Discuz插件钩子详见相关插件开发手册*-->
  183. $pluginhooks[global_header]

  184.      <!--**********************Header.htm模板注释结束*********************************-->
  185. 复制代码
  186. 2. 尾部文件修改注释

  187. <!--**********************Footer.htm模板注释开始*********************************-->
  188. </div>
  189. <!--*载入下拉菜单jsmenu.htm*-->
  190. {subtemplate jsmenu}
  191. <!--*判断新手任务如果未完成载入task_newbie_js.htm*-->
  192. <!--{if $prompts['newbietask']&&$newbietasks}-->{templatetask_newbie_js}<!--{/if}-->
  193. <!--*页尾通栏广告位*-->
  194. <!--{if $admode&&!empty($advlist)}-->
  195. <div class="ad_footerbanner"id="ad_footerbanner1">$advlist[footerbanner1]</div><!--{if$advlist[footerbanner2]}--><divclass="ad_footerbanner"id="ad_footerbanner2">$advlist[footerbanner2]</div><!--{/if}--><!--{if$advlist[footerbanner3]}--><divclass="ad_footerbanner"id="ad_footerbanner3">$advlist[footerbanner3]</div><!--{/if}-->
  196. <!--{else}-->
  197. <divid="ad_footerbanner1"></div><divid="ad_footerbanner2"></div><divid="ad_footerbanner3"></div>
  198. <!--{/if}-->
  199. <!--*Discuz插件钩子详见相关插件开发手册*-->
  200. $pluginhooks[global_footer]
  201. <!--*底部信息部分*-->
  202. <div id="footer">
  203. <div class="wraps_clear">
  204. <!--*右侧*-->
  205.   <divid="footlink">
  206.   <p>
  207. <!--*$siteurl:网站URL,$sitename:网站名称.在后台>全局>站点信息中设置*-->
  208.    <strong><ahref="$siteurl"target="_blank">$sitename</a></strong>
  209. <!--*判断如果填写了网站备案信息代码就显示*-->
  210.     <!--{if$icp}-->( <ahref="http://www.miibeian.gov.cn/"target="_blank">$icp</a>)<!--{/if}-->
  211.     <spanclass="pipe">|</span>
  212.    
  213. <!--*联系我们$adminemail在config.inc.php中修改*-->  
  214.     <ahref="{lang'>mailto:$adminemail">{langcontactus}</a>
  215. <!--*判断当前用户的用户组是否允许查看论坛统计*-->
  216.     <!--{if$allowviewstats}--><spanclass="pipe">|</span><ahref="stats.php">{langstats}</a><!--{/if}-->
  217. <!--*判断是否启用了achiever*-->
  218.     <!--{if$archiverstatus}--><spanclass="pipe">|</span><ahref="archiver/"target="_blank">Archiver</a><!--{/if}-->
  219. <!--*判断是否启用了WAP功能*-->
  220.     <!--{if$wapstatus}--><spanclass="pipe">|</span><ahref="wap/"target="_blank">WAP</a><!--{/if}-->
  221. <!--*第三方统计代码*-->
  222.     <!--{if$statcode}--><spanclass="pipe">|$statcode</span><!--{/if}-->

  223.    $pluginhooks[global_footerlink]
  224.   </p>
  225.    <pclass="smalltext">
  226. <!--*当前时间*-->
  227.     {langtime_now}
  228. <!--*判断是否显示程序运行信息*-->
  229.     <!--{ifdebuginfo()}-->, <spanid="debuginfo">Processed in $debuginfo[time]second(s), $debuginfo[queries] queries
  230.    
  231. <!--*判断是否开启了内置Gzip压缩*-->  
  232.     <!--{if$gzipcompress}-->, Gzipenabled<!--{/if}--></span><!--{/if}-->.
  233.   </p>
  234.   </div>
  235. <!--*左侧*-->
  236.   <divid="rightinfo">
  237. <!--*Discuz版权信息*-->
  238.   <p>Powered by<strong><ahref="http://www.discuz.net"target="_blank">Discuz!</a></strong><em>$version</em>
  239. <!--*如果为授权客户在后台可以开启显示授权信息*-->  
  240.    <!--{if!empty($boardlicensed)}--> <ahref="http://license.comsenz.com/?pid=1&host=$_SERVER[HTTP_HOST]"target="_blank">Licensed</a><!--{/if}--></p>
  241. <!--*Comsenz版权信息*-->
  242.    <pclass="smalltext">© 2001-2009<a href="http://www.comsenz.com"target="_blank">ComsenzInc.</a></p>
  243.   </div>
  244.   {evalupdatesession();}
  245. </div>
  246. </div>
  247. <!--*判断如果开启了分栏模式就加载iframe.js*-->
  248. <!--{if $_DCACHE['settings']['frameon']&& in_array(CURSCRIPT,array('index', 'forumdisplay', 'viewthread'))&& $_DCOOKIE['frameon'] =='yes'}-->
  249. <script type="text/javascript"src="{$jspath}iframe.js?{VERHASH}"></script>
  250. <!--{/if}-->
  251. {eval output();}
  252. </body>
  253. </html>
  254.      <!--**********************Footer.htm模板注释结束*********************************-->

复制代码

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

1
QQ