Browse Source

移除mda广告支持

tags/6.0.0
llgoer 4 years ago
parent
commit
c539f4290b
42 changed files with 4 additions and 109 deletions
  1. +1
    -1
      src/include/taglib/mda.lib.php
  2. +1
    -1
      src/member/templets/foot.htm
  3. +1
    -4
      src/templets/default/article_article.htm
  4. +0
    -3
      src/templets/default/article_article1.htm
  5. +0
    -3
      src/templets/default/article_article2.htm
  6. +0
    -3
      src/templets/default/article_article_frame.htm
  7. +0
    -3
      src/templets/default/article_default.htm
  8. +0
    -3
      src/templets/default/article_default_sg.htm
  9. +1
    -4
      src/templets/default/article_image.htm
  10. +0
    -3
      src/templets/default/article_image_cl.htm
  11. +0
    -3
      src/templets/default/article_image_frame.htm
  12. +0
    -3
      src/templets/default/article_image_new.htm
  13. +0
    -3
      src/templets/default/article_infos.htm
  14. +0
    -3
      src/templets/default/article_shop.htm
  15. +0
    -3
      src/templets/default/article_soft.htm
  16. +0
    -3
      src/templets/default/article_soft_frame.htm
  17. +0
    -3
      src/templets/default/article_spec.htm
  18. +0
    -3
      src/templets/default/article_spec_test.htm
  19. +0
    -2
      src/templets/default/head.htm
  20. +0
    -1
      src/templets/default/head2.htm
  21. +0
    -1
      src/templets/default/header_m.htm
  22. +0
    -3
      src/templets/default/index.htm
  23. +0
    -3
      src/templets/default/index_article.htm
  24. +0
    -2
      src/templets/default/index_default.htm
  25. +0
    -2
      src/templets/default/index_default_sg.htm
  26. +0
    -2
      src/templets/default/index_image.htm
  27. +0
    -2
      src/templets/default/index_infos.htm
  28. +0
    -1
      src/templets/default/index_m.htm
  29. +0
    -2
      src/templets/default/index_shop.htm
  30. +0
    -2
      src/templets/default/index_soft.htm
  31. +0
    -2
      src/templets/default/infosw9_index.htm
  32. +0
    -2
      src/templets/default/infosw9_list.htm
  33. +0
    -3
      src/templets/default/list_article.htm
  34. +0
    -3
      src/templets/default/list_default.htm
  35. +0
    -3
      src/templets/default/list_default_sg.htm
  36. +0
    -3
      src/templets/default/list_free.htm
  37. +0
    -3
      src/templets/default/list_image.htm
  38. +0
    -3
      src/templets/default/list_infos.htm
  39. +0
    -3
      src/templets/default/list_shop.htm
  40. +0
    -3
      src/templets/default/list_soft.htm
  41. +0
    -3
      src/templets/default/list_spec.htm
  42. +0
    -3
      src/templets/default/taglist.htm

+ 1
- 1
src/include/taglib/mda.lib.php View File

@@ -51,7 +51,7 @@ function lib_mda(&$ctag,&$refObj)
if (!isset($place['data']['place_code']) ) if (!isset($place['data']['place_code']) )
{ {
return '广告位API接口通信错误,查看<a href="'.MDA_APIHOST.'/help/apicode/'.$place['code'].'" target="_blank">德得广告</a>获取帮助';
return '';
} }
$row['reval'] = htmlspecialchars($place['data']['place_code']); $row['reval'] = htmlspecialchars($place['data']['place_code']);


+ 1
- 1
src/member/templets/foot.htm View File

@@ -5,6 +5,6 @@
</script> </script>
<div id="footer"> <div id="footer">
<div class="fLeft">Copyright &copy; 2004-2019 DedeCMS. 织梦科技 版权所有</div>
<div class="fLeft">Copyright &copy; 2004-2020 DedeCMS. 织梦科技 版权所有</div>
<div id="time" class="fRight"></div> <div id="time" class="fRight"></div>
</div> </div>

+ 1
- 4
src/templets/default/article_article.htm View File

@@ -117,7 +117,7 @@ function getDigg(aid)
<div class="content"> <div class="content">
<table width='100%'> <table width='100%'>
<tr> <tr>
<td><div id="contentMidPicAD" style="float:right; clear:both; top:0; vertical-align:top;">{dede:mda name='250x250_SSP'/}</div>
<td>
{dede:field.body/} {dede:field.body/}
{dede:field.vote/} {dede:field.vote/}
(责任编辑:{dede:adminname/})</td> (责任编辑:{dede:adminname/})</td>
@@ -207,7 +207,6 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250'/}</div>
<div class="commend mt1"> <div class="commend mt1">
<dl class="tbox light"> <dl class="tbox light">
<dt class='light'><strong>推荐内容</strong></dt> <dt class='light'><strong>推荐内容</strong></dt>
@@ -235,11 +234,9 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
</div> </div>
<!-- /pright --> <!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->
<script type="text/javascript"> <script type="text/javascript">


+ 0
- 3
src/templets/default/article_article1.htm View File

@@ -209,7 +209,6 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox light"> <dl class="tbox light">
<dt class='light'><strong>热点内容</strong></dt> <dt class='light'><strong>热点内容</strong></dt>
@@ -222,10 +221,8 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_article2.htm View File

@@ -208,7 +208,6 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox light"> <dl class="tbox light">
<dt class='light'><strong>热点内容</strong></dt> <dt class='light'><strong>热点内容</strong></dt>
@@ -221,10 +220,8 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_article_frame.htm View File

@@ -115,7 +115,6 @@ function timeCall()
<dd> <a href="[field:spaceurl /]" class="userface"><img src="[field:face/]" width="52" height="52" /></a> <a href='[field:spaceurl /]' class="username">[field:uname/]</a> <span class="useract"> <a href="[field:spaceurl /]" class="useract-vi">查看详细资料</a> <a href="[field:spaceurl /]&action=guestbook" class="useract-pm">发送留言</a> <a href="[field:spaceurl /]&action=newfriend" class="useract-af">加为好友</a> </span> <span class="userinfo-sp"><small>用户等级:</small>[field:rankname /]</span> <span class="userinfo-sp"><small>注册时间:</small>[field:jointime function="MyDate('Y-m-d H:m',@me)"/]</span> <span class="userinfo-sp"><small>最后登录:</small>[field:logintime function="MyDate('Y-m-d H:m',@me)"/]</span> </dd> <dd> <a href="[field:spaceurl /]" class="userface"><img src="[field:face/]" width="52" height="52" /></a> <a href='[field:spaceurl /]' class="username">[field:uname/]</a> <span class="useract"> <a href="[field:spaceurl /]" class="useract-vi">查看详细资料</a> <a href="[field:spaceurl /]&action=guestbook" class="useract-pm">发送留言</a> <a href="[field:spaceurl /]&action=newfriend" class="useract-af">加为好友</a> </span> <span class="userinfo-sp"><small>用户等级:</small>[field:rankname /]</span> <span class="userinfo-sp"><small>注册时间:</small>[field:jointime function="MyDate('Y-m-d H:m',@me)"/]</span> <span class="userinfo-sp"><small>最后登录:</small>[field:logintime function="MyDate('Y-m-d H:m',@me)"/]</span> </dd>
</dl> </dl>
{/dede:memberinfos} </div> {/dede:memberinfos} </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="commend mt1"> <div class="commend mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>推荐内容</strong></dt> <dt><strong>推荐内容</strong></dt>
@@ -143,11 +142,9 @@ function timeCall()
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div> </div>
<!-- /pright --> <!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->
</body> </body>


+ 0
- 3
src/templets/default/article_default.htm View File

@@ -230,7 +230,6 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -243,11 +242,9 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_default_sg.htm View File

@@ -158,7 +158,6 @@
<dd> <a href="[field:spaceurl /]" class="userface"><img src="[field:face/]" width="52" height="52" /></a> <a href='[field:spaceurl /]' class="username">[field:uname/]</a> <span class="useract"> <a href="[field:spaceurl /]" class="useract-vi">查看详细资料</a> <a href="[field:spaceurl /]&action=guestbook" class="useract-pm">发送留言</a> <a href="[field:spaceurl /]&action=newfriend" class="useract-af">加为好友</a> </span> <span class="userinfo-sp"><small>用户等级:</small>[field:rankname /]</span> <span class="userinfo-sp"><small>注册时间:</small>[field:jointime function="MyDate('Y-m-d H:m',@me)"/]</span> <span class="userinfo-sp"><small>最后登录:</small>[field:logintime function="MyDate('Y-m-d H:m',@me)"/]</span> </dd> <dd> <a href="[field:spaceurl /]" class="userface"><img src="[field:face/]" width="52" height="52" /></a> <a href='[field:spaceurl /]' class="username">[field:uname/]</a> <span class="useract"> <a href="[field:spaceurl /]" class="useract-vi">查看详细资料</a> <a href="[field:spaceurl /]&action=guestbook" class="useract-pm">发送留言</a> <a href="[field:spaceurl /]&action=newfriend" class="useract-af">加为好友</a> </span> <span class="userinfo-sp"><small>用户等级:</small>[field:rankname /]</span> <span class="userinfo-sp"><small>注册时间:</small>[field:jointime function="MyDate('Y-m-d H:m',@me)"/]</span> <span class="userinfo-sp"><small>最后登录:</small>[field:logintime function="MyDate('Y-m-d H:m',@me)"/]</span> </dd>
</dl> </dl>
{/dede:memberinfos} </div> {/dede:memberinfos} </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>最新信息</strong></dt> <dt><strong>最新信息</strong></dt>
@@ -171,11 +170,9 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div> </div>
<!-- /pright --> <!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->
</body> </body>


+ 1
- 4
src/templets/default/article_image.htm View File

@@ -217,7 +217,7 @@ function getDigg(aid)
} }
{/dede:field} {/dede:field}
</div> </div>
<div class="intro"><div id="contentMidPicAD" style="float:right; clear:both; top:0; vertical-align:top; display:block">{dede:mda name='250x250'/}</div>{dede:field.body/}
<div class="intro">{dede:field.body/}
<div style="clear:both"></div> <div style="clear:both"></div>
</div> </div>
<div class="newdigg" id="newdigg"> <div class="newdigg" id="newdigg">
@@ -304,7 +304,6 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="mt1"> <div class="mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>推荐图集</strong></dt> <dt><strong>推荐图集</strong></dt>
@@ -317,11 +316,9 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_image_cl.htm View File

@@ -344,7 +344,6 @@ onmouseout="this.className=''">
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="infos_userinfo"> {dede:memberinfos} <div class="infos_userinfo"> {dede:memberinfos}
<dl class="tbox"> <dl class="tbox">
<dt><strong>发布者资料</strong></dt> <dt><strong>发布者资料</strong></dt>
@@ -363,10 +362,8 @@ onmouseout="this.className=''">
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div> </div>
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/}<br /> {dede:include filename="footer.htm"/}<br />
</body> </body>
</html> </html>

+ 0
- 3
src/templets/default/article_image_frame.htm View File

@@ -240,7 +240,6 @@ function timeCall()
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="mt1"> <div class="mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>推荐图集</strong></dt> <dt><strong>推荐图集</strong></dt>
@@ -253,10 +252,8 @@ function timeCall()
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_image_new.htm View File

@@ -242,7 +242,6 @@ function ChangePic(picsrc, imgid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="mt1"> <div class="mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>推荐图集</strong></dt> <dt><strong>推荐图集</strong></dt>
@@ -255,10 +254,8 @@ function ChangePic(picsrc, imgid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_infos.htm View File

@@ -126,7 +126,6 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="infos_userinfo"> <div class="infos_userinfo">
{dede:memberinfos} {dede:memberinfos}
<dl class="tbox"> <dl class="tbox">
@@ -159,11 +158,9 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_shop.htm View File

@@ -134,7 +134,6 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="infos_userinfo"> <div class="infos_userinfo">
{dede:memberinfos} {dede:memberinfos}
<dl class="tbox"> <dl class="tbox">
@@ -189,11 +188,9 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_soft.htm View File

@@ -201,7 +201,6 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="infos_userinfo"> <div class="infos_userinfo">
{dede:memberinfos} {dede:memberinfos}
<dl class="tbox"> <dl class="tbox">
@@ -251,10 +250,8 @@ function getDigg(aid)
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->
<script src="{dede:global name='cfg_phpurl'/}/count.php?aid={dede:field name='id'/}&mid={dede:field name='mid'/}" language="javascript"></script> <script src="{dede:global name='cfg_phpurl'/}/count.php?aid={dede:field name='id'/}&mid={dede:field name='mid'/}" language="javascript"></script>


+ 0
- 3
src/templets/default/article_soft_frame.htm View File

@@ -146,7 +146,6 @@ function timeCall()
</dl> </dl>
{/dede:memberinfos} {/dede:memberinfos}
</div> </div>
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="downrange mt1"> <div class="downrange mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>推荐软件</strong></dt> <dt><strong>推荐软件</strong></dt>
@@ -176,10 +175,8 @@ function timeCall()
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->
<script src="{dede:global name='cfg_phpurl'/}/count.php?aid={dede:field name='id'/}&mid={dede:field name='mid'/}" language="javascript"></script> <script src="{dede:global name='cfg_phpurl'/}/count.php?aid={dede:field name='id'/}&mid={dede:field name='mid'/}" language="javascript"></script>


+ 0
- 3
src/templets/default/article_spec.htm View File

@@ -68,7 +68,6 @@ function CheckLogin()
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -81,10 +80,8 @@ function CheckLogin()
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/article_spec_test.htm View File

@@ -61,7 +61,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="contentRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -74,10 +73,8 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="contentRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD2" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 2
src/templets/default/head.htm View File

@@ -9,7 +9,6 @@
<div class="title"> <div class="title">
<h1><a href="{dede:global.cfg_basehost/}"><img src="{dede:global.cfg_templets_skin/}/images/logo.gif" height="54" width="216" alt="{dede:global.cfg_webname/}"/></a> </h1> <h1><a href="{dede:global.cfg_basehost/}"><img src="{dede:global.cfg_templets_skin/}/images/logo.gif" height="54" width="216" alt="{dede:global.cfg_webname/}"/></a> </h1>
</div> </div>
<div class="banner">{dede:mda name='468x60_SSP'/}</div>
</div><!-- //top --> </div><!-- //top -->
<!-- //菜单 --> <!-- //菜单 -->
<div class="module blue mT10 wrapper w963"> <div class="module blue mT10 wrapper w963">
@@ -48,4 +47,3 @@
</div> </div>
</div> </div>
</div><!-- //header --> </div><!-- //header -->
<div class="banner2 w960 center">{dede:mda name='950x90_SSP'/}</div>

+ 0
- 1
src/templets/default/head2.htm View File

@@ -9,7 +9,6 @@
<div class="title"> <div class="title">
<h1><a href="{dede:global.cfg_basehost/}"><img src="{dede:global.cfg_templets_skin/}/images/logo.gif" height="54" width="216" alt="{dede:global.cfg_webname/}"/></a> </h1> <h1><a href="{dede:global.cfg_basehost/}"><img src="{dede:global.cfg_templets_skin/}/images/logo.gif" height="54" width="216" alt="{dede:global.cfg_webname/}"/></a> </h1>
</div> </div>
<div class="banner">{dede:mda name='468x60_SSP'/}</div>
</div><!-- //top --> </div><!-- //top -->
<!-- //菜单 --> <!-- //菜单 -->
<div class="module blue mT10 wrapper w963"> <div class="module blue mT10 wrapper w963">


+ 0
- 1
src/templets/default/header_m.htm View File

@@ -1,6 +1,5 @@


<header class="am-topbar"> <header class="am-topbar">
{dede:mda name='468x60'/}
<h1 class="am-topbar-brand"> <h1 class="am-topbar-brand">
<a href="index.php">{dede:global.cfg_webname/}移动版</a> <a href="index.php">{dede:global.cfg_webname/}移动版</a>
</h1> </h1>


+ 0
- 3
src/templets/default/index.htm View File

@@ -126,7 +126,6 @@ document.write('<embed src="{dede:global.cfg_templeturl /}/default/images/bcastr
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="leftAD1" style="margin:10px auto">{dede:mda name='700x90'/}</div>
<!-- /picnews --> <!-- /picnews -->
<div class="listbox"> {dede:channelartlist} <div class="listbox"> {dede:channelartlist}
<dl class="tbox"> <dl class="tbox">
@@ -210,7 +209,6 @@ document.write('<embed src="{dede:global.cfg_templeturl /}/default/images/bcastr
</dl> </dl>
</div> </div>
<!-- /usercenter --> <!-- /usercenter -->
<div id="rightAD1" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="commend mt1"> <div class="commend mt1">
<dl class="tbox light"> <dl class="tbox light">
<dt class='light'><strong>推荐内容</strong></dt> <dt class='light'><strong>推荐内容</strong></dt>
@@ -224,7 +222,6 @@ document.write('<embed src="{dede:global.cfg_templeturl /}/default/images/bcastr
</dl> </dl>
</div> </div>
<!-- /commend --> <!-- /commend -->
<div id="rightAD1" style="margin:10px auto">{dede:mda name='250x250'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox light"> <dl class="tbox light">
<dt class='light'><strong>本月热点</strong></dt> <dt class='light'><strong>本月热点</strong></dt>


+ 0
- 3
src/templets/default/index_article.htm View File

@@ -112,7 +112,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</dl> </dl>
</div> </div>
<!-- /commend --> <!-- /commend -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox light"> <dl class="tbox light">
<dt class='light'><strong>热点内容</strong></dt> <dt class='light'><strong>热点内容</strong></dt>
@@ -125,12 +124,10 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
{dede:qrcode/} {dede:qrcode/}
</div> </div>
<!-- /pright --> <!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->
</body> </body>


+ 0
- 2
src/templets/default/index_default.htm View File

@@ -119,7 +119,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -135,7 +134,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
{dede:qrcode/} {dede:qrcode/}
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 2
src/templets/default/index_default_sg.htm View File

@@ -66,7 +66,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="strongrange mt1"> <div class="strongrange mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -82,7 +81,6 @@
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 2
src/templets/default/index_image.htm View File

@@ -122,7 +122,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="mt1"> <div class="mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>推荐图集</strong></dt> <dt><strong>推荐图集</strong></dt>
@@ -141,7 +140,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 2
src/templets/default/index_infos.htm View File

@@ -94,7 +94,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="strongrange mt1"> <div class="strongrange mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点信息</strong></dt> <dt><strong>热点信息</strong></dt>
@@ -110,7 +109,6 @@
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 1
src/templets/default/index_m.htm View File

@@ -50,7 +50,6 @@
</div> </div>
</div> </div>
</nav> </nav>
{dede:mda name='468x60'/}
<!-- Slider --> <!-- Slider -->
<div data-am-widget="slider" class="am-slider am-slider-a1" data-am-slider='{"directionNav":false}'> <div data-am-widget="slider" class="am-slider am-slider-a1" data-am-slider='{"directionNav":false}'>
<ul class="am-slides">{dede:arclist flag='f' row='5'} <ul class="am-slides">{dede:arclist flag='f' row='5'}


+ 0
- 2
src/templets/default/index_shop.htm View File

@@ -108,7 +108,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="comment mt1"> <div class="comment mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热门商品</strong></dt> <dt><strong>热门商品</strong></dt>
@@ -131,7 +130,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 2
src/templets/default/index_soft.htm View File

@@ -107,7 +107,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</dd> </dd>
</dl> </dl>
</div><!-- /downrange --> </div><!-- /downrange -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热门软件</strong></dt> <dt><strong>热门软件</strong></dt>
@@ -124,7 +123,6 @@ document.write('<embed src="{dede:global.cfg_templets_skin/}/images/bcastr3.swf"
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 2
src/templets/default/infosw9_index.htm View File

@@ -73,7 +73,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="strongrange mt1"> <div class="strongrange mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -89,7 +88,6 @@
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 2
src/templets/default/infosw9_list.htm View File

@@ -69,7 +69,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /strongrange --> </div><!-- /strongrange -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="strongrange mt1"> <div class="strongrange mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热门信息</strong></dt> <dt><strong>热门信息</strong></dt>
@@ -87,7 +86,6 @@
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/list_article.htm View File

@@ -50,7 +50,6 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="commend"> <div class="commend">
<dl class="tbox light"> <dl class="tbox light">
<dt class='light'><strong>推荐内容</strong></dt> <dt class='light'><strong>推荐内容</strong></dt>
@@ -79,11 +78,9 @@
</dl> </dl>
</div> </div>
{dede:qrcode/} {dede:qrcode/}
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div> </div>
<!-- /pright --> <!-- /pright -->
</div> </div>
<div id="innerfooterAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->
</body> </body>


+ 0
- 3
src/templets/default/list_default.htm View File

@@ -62,7 +62,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="listRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -75,11 +74,9 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/list_default_sg.htm View File

@@ -53,7 +53,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /strongrange --> </div><!-- /strongrange -->
<div id="listRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="strongrange mt1"> <div class="strongrange mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热门信息</strong></dt> <dt><strong>热门信息</strong></dt>
@@ -67,11 +66,9 @@
</dl> </dl>
</div><!-- /strongrange --> </div><!-- /strongrange -->
{dede:qrcode/} {dede:qrcode/}
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/list_free.htm View File

@@ -42,7 +42,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="listRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -55,10 +54,8 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto; width:726px">{dede:mda name='250x250'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/list_image.htm View File

@@ -48,7 +48,6 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class=""> <div class="">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点图集</strong></dt> <dt><strong>热点图集</strong></dt>
@@ -78,10 +77,8 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/list_infos.htm View File

@@ -81,7 +81,6 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="infos_search"> <div class="infos_search">
<dl class="tbox"> <dl class="tbox">
<dt><strong>信息搜索</strong></dt> <dt><strong>信息搜索</strong></dt>
@@ -127,12 +126,10 @@
</dd> </dd>
</dl> </dl>
</div><!-- /strongrange --> </div><!-- /strongrange -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/list_shop.htm View File

@@ -57,7 +57,6 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="productrange"> <div class="productrange">
<dl class="tbox"> <dl class="tbox">
<dt><strong>推荐商品</strong></dt> <dt><strong>推荐商品</strong></dt>
@@ -93,10 +92,8 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/list_soft.htm View File

@@ -57,7 +57,6 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="downrange"> <div class="downrange">
<dl class="tbox"> <dl class="tbox">
<dt><strong>推荐软件</strong></dt> <dt><strong>推荐软件</strong></dt>
@@ -86,10 +85,8 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


+ 0
- 3
src/templets/default/list_spec.htm View File

@@ -54,7 +54,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="listRtPicAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -67,12 +66,10 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="innerfooterAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
<!-- /footer --> <!-- /footer -->
</body> </body>


+ 0
- 3
src/templets/default/taglist.htm View File

@@ -57,7 +57,6 @@
</dd> </dd>
</dl> </dl>
</div><!-- /commend --> </div><!-- /commend -->
<div id="conrightAD" style="margin:10px auto">{dede:mda name='250x250_SSP'/}</div>
<div class="hot mt1"> <div class="hot mt1">
<dl class="tbox"> <dl class="tbox">
<dt><strong>热点内容</strong></dt> <dt><strong>热点内容</strong></dt>
@@ -70,10 +69,8 @@
</dd> </dd>
</dl> </dl>
</div> </div>
<div id="listRtPicAD2" style="margin:10px auto">{dede:mda name='250x250'/}</div>
</div><!-- /pright --> </div><!-- /pright -->
</div> </div>
<div id="footAD" style="margin:10px auto; width:726px">{dede:mda name='728x90'/}</div>
{dede:include filename="footer.htm"/} {dede:include filename="footer.htm"/}
<!-- /footer --> <!-- /footer -->


Loading…
Cancel
Save