- 積分
- 370
- 威望
- 370
- 金錢
- 39
- 最後登錄
- 2020-3-27
|
回復 4# 小僵人
没有调用语句呀
整段代码是这样的:- <!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>
- <div style="width:100%; height:50px; border:1px #FF9900 dashed; text-align:center; line-height:50px; background-color: #FFFFFF"><strong style="color:#FF0000">Hello!</strong>欢迎您来到GSCG论坛!这是一个在线编程交流中心,欢迎大家分享资源和经验!</div>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>$navtitle $bbname $seotitle - Powered by Discuz!</title>
- $seohead
- <meta name="keywords" content="{$metakeywords}$seokeywords" />
- <meta name="description" content="$metadescription $bbname $seodescription - Discuz! Board" />
- <meta name="generator" content="Discuz! $version" />
- <meta name="author" content="Discuz! Team and Comsenz UI Team" />
- <meta name="copyright" content="2001-2009 Comsenz Inc." />
- <meta name="MSSmartTagsPreventParsing" content="True" />
- <meta http-equiv="MSThemeCompatible" content="Yes" />
- <meta http-equiv="x-ua-compatible" content="ie=7" />
- <link rel="archives" title="$bbname" href="{$boardurl}archiver/" />
- $rsshead
- $extrahead
- {csstemplate}
- <script type="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>
- <script type="text/javascript" src="{$jspath}common.js?{VERHASH}"></script>
- </head>
- <body id="{CURSCRIPT}" onkeydown="if(event.keyCode==27) return false;">
- <div id="append_parent"></div><div id="ajaxwaitid"></div>
- <div class="pace"></div>
- <script src="http://tlb.258club.com/templates/default/loading.htm" type="text/javascript"></script>
- <div id="header">
- <div class="wrap s_clear">
- <h2><a href="$indexname" title="$bbname"><span id='logo_coder' onmouseover="document.getElementById('gohome_coder').style.display='inline-block'" onmouseout="document.getElementById('gohome_coder').style.display='none'">{BOARDLOGO}</span><span id='gohome_coder' style='margin-left:0px; display:none;'><img src=http://www.gscggame.66rt.com/attachment.php?aid=NjA2fGUzNzg5NDE5fDE1MjM0NjQwOTl8Y2NmMm9KcVdsRkk3R0ptUWpKWlByZUltSHB1REVGcTEzMnJuY2NoSnhjQk5lVE0></span></a></h2></a></h2>
- {subtemplate x3_login}
- <div id="menu">
- <img src="https://t1.picb.cc/uploads/2018/04/04/2uZdOK.gif" style="position:absolute;z-index:1001;margin-left:510px;margin-top:3px;">
- <ul>
- <!--{if $_DCACHE['settings']['frameon'] > 0}-->
- <li>
- <span class="frameswitch">
- <script type="text/javascript">
- if(top == self) {
- {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']))))}
- top.location = 'frame.php?frameon=yes&referer='+escape(self.location);
- {/if}
- document.write('<a href="frame.php?frameon=yes" target="_top" class="frameon">{lang frameon_column}<\/a>');
- } else {
- document.write('<a href="frame.php?frameon=no" target="_top" class="frameoff">{lang frameon_flat}<\/a>');
- }
- </script>
- </span>
- </li>
- <!--{/if}-->
- <!--{loop $navs $id $nav}-->
複製代碼 剩下的代码我详见下一楼
应该没有调用语句呀,因为我后来发现不对劲又恢复了 |
|