- 最后登录
- 2013-6-8
- 在线时间
- 13 小时
- 威望
- 77
- 金币
- 113
- 注册时间
- 2012-4-14
- 阅读权限
- 0
- 主题
- 4
- 精华
- 0
- 积分
- 90
- 帖子
- 18

TA的每日心情 | 奋斗 2012-4-20 01:17:00 |
|---|
签到天数: 6 天 [LV.2]偶尔看看I
|
使用帮助
| 网址(含http://): |
http://t.9999sw.com |
| 所用操作系统: |
windows 2003 |
| 所使用浏览器: |
ie 8 |
| 程序编码类型: |
简体GBK |
| 版本和Build日期: |
JishiGou 3.0 stab |
1.复制下列代码,然后将其粘贴到您网站首页代码中的标签处,并保存页面
<meta property="qc:admins" content="4611544431111376375" />
这个代码具体要放在common_header.html这个文件的哪个地方?求指教
<!--{eval $__my=$this->MemberHandler->MemberFields;}-->
<!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>
<base href="{$this->Config[site_url]}/" />
{eval $conf_charset=$this->Config['charset'];}<meta http-equiv="Content-Type" content="text/html; charset=$conf_charset" />
<title>{$this->Title} - {$this->Config[site_name]}({$this->Config[site_domain]}){conf page_title}</title>
<meta name="Keywords" content="{$this->MetaKeywords},{conf site_name}{conf meta_keywords}" />
<meta name="Description" content="{$this->MetaDescription},{conf site_notice}{conf meta_description}" />
<link rel="shortcut icon" href="templates/default/images/favicon.ico" >
<link href="styles/main.css" rel="stylesheet" type="text/css" />
<!--{if $this->Config[theme_id]}-->
<link href="templates/default/styles/{$this->Config[theme_id]}.css" rel="stylesheet" type="text/css" />
<!--{/if}-->
<style type="text/css">
<!--{if $this->Config[theme_text_color]}-->
body{ color:{$this->Config[theme_text_color]}; }
<!--{/if}-->
<!--{if $this->Config[theme_bg_color]}-->
body{ background-color:{$this->Config[theme_bg_color]}; }
<!--{/if}-->
<!--{if $this->Config[theme_bg_image]}-->
body{ background-image:url({$this->Config[theme_bg_image]}); }
<!--{/if}-->
<!--{if $this->Config[theme_bg_position]}-->
body{ background-position:{$this->Config[theme_bg_position]}; }
<!--{/if}-->
<!--{if $this->Config[theme_bg_repeat]}-->
body{ background-repeat:{$this->Config[theme_bg_repeat]}; }
<!--{/if}-->
<!--{if $this->Config[theme_bg_fixed]}-->
body{ background-attachment:{$this->Config[theme_bg_fixed]}; }
<!--{/if}-->
<!--{if $this->Config[theme_text_color]}-->
body{ color:{$this->Config[theme_text_color]}; }
<!--{/if}-->
<!--{if $this->Config[theme_link_color]}-->
a:link{ color:{$this->Config[theme_link_color]}; }
<!--{/if}-->
a.artZoom{ cursor:url({conf site_url}/templates/default/images/magnifier_b.cur), pointer; }
.artZoomBox a.maxImgLink { cursor:url({conf site_url}/templates/default/images/magnifier_s.cur), pointer; }
a.artZoom2{ cursor:url({conf site_url}/templates/default/images/magnifier_b.cur), pointer; }
a.artZoom3{ cursor:url({conf site_url}/templates/default/images/magnifier_b.cur), pointer; }
.artZoomBox a.maxImgLink3 { cursor:url({conf site_url}/templates/default/images/magnifier_s.cur), pointer; }
a.artZoomAll{ cursor:url({conf site_url}/templates/default/images/magnifier_b.cur), pointer; }
.artZoomBox a.maxImgLinkAll { cursor:url({conf site_url}/templates/default/images/magnifier_s.cur), pointer; }
</style>
<script type="text/javascript">
var thisSiteURL = '{conf site_url}/';
var thisTopicLength = '{conf topic_length}';
var thisMod = '{$this->Module}';
var thisCode = '{$this->Code}';
<!--{eval $qun_setting = ConfigHandler::get('qun_setting');}-->
<!--{if $qun_setting['qun_open']}-->
var isQunClosed = false;
<!--{else}-->
var isQunClosed = true;
<!--{/if}-->
function faceError(imgObj)
{
{if TRUE===UCENTER_FACE}
var errorSrc = '{conf site_url}/images/noavatar.gif';
{else}
var errorSrc = '{conf site_url}/images/no.gif';
{/if}
imgObj.src = errorSrc;
}
</script>
<script type="text/javascript" src="js/min.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/rotate.js"></script>
<script type="text/javascript" src="js/dialog.js" id="dialog_js"></script>
<script type="text/javascript" src="js/lang.js"></script>
<script type="text/javascript" src="images/uploadify/jquery.uploadify.v2.1.4.min.js"></script>
<!--{if in_array($this->Code, array("follow","fans"))}-->
<script type="text/javascript" src="js/relation.js"></script>
<!--{/if}-->
<!--{if $this->Get['mod']=="vote"}-->
<script type="text/javascript" src="js/vote.js"></script>
<!--{/if}-->
<!--{if $this->Get['mod']=="qun"}-->
<script type="text/javascript" src="js/qun.js"></script>
<!--{/if}-->
<!--[if IE 6]>
<script type="text/javascript" src="js/DD_belatedPNG_0.0.8a-min.js" ></script>
<script type="text/javascript">DD_belatedPNG.fix('.header,.pweibo,.boxRNav2 li,.boxRNav2 li a'); </script>
<![endif]-->
</head>
{$additional_str}
<body>
|
|