主题 : new图标不起作用 |
级别: 秀才
![]() |
13# 发表于:2018-06-04 16:37:22 IP:1.219.*.*
回复第11楼
这是我的模板,引用以后还是没有new标签 <!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=utf-8" /> <!--base style!--> <link href="/${res}/css/base.css" type="text/css" rel="stylesheet" /> <link href="/${res}/css/base_width.css" type="text/css" rel="stylesheet" /> <link href="/${res}/css/base_height.css" type="text/css" rel="stylesheet" /> <link href="/${res}/css/base_margin.css" type="text/css" rel="stylesheet" /> <link href="/${res}/css/base_padding.css" type="text/css" rel="stylesheet" /> <link href="/${res}/css/web.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="/${res}/js/jquery-1.7.2.min.js"></script> <script type="text/javascript" src="/${res}/js/jquery.SuperSlide.2.1.1.js"></script> <script type="text/javascript" src="/${res}/js/js.js"></script> <link rel="stylesheet" type="text/css" href="/${res}/css/jquery.jslides.css" media="screen" /> <script type="text/javascript" src="/${res}/js/jquery.jslides.js"></script> </head> <body> <div class="bc w"> <!--menu nav ---> [#include "../include/dxtop.html"/] <!------内容!------> <div class="bc w1000 h500 mt20 "> <!--erji--> <div class="fl w h480 page_ejbg"> <div class="fl w800 lh40 ml100 mt20"> <span class="f18 bold Black" > [@cms_channel id=channel.id] ${tag_bean.name} [/@cms_channel] </span> </div> <div class="fl w800 h330 ml100"> [@cms_content_page count='7' titLen='35' channelId=channel.id orderBy='4' channelOption='0' dateFormat='yyyy-MM-dd'] <ul class="fl f14 w lh45"> [#list tag_pagination.list as a] <li class="fl w bor_b"> <span class="fr ml15 gray6"> ${a.date?string(dateFormat)} </span> <a target="_blank" class="Black fl w650 h30 hide" href="${a.url}" target="_blank">[@text_cut s=a.title len=titLen append='...'/] [#if a.new]<img src="${base}/${site.newPic!}"/>[/#if] </a> </li> [/#list] </ul> <div style="clear:both;"></div> <div></div> </div> <div class="fl w800 tc mt30 paging ml110"> <div class="nextnum"><br/>[@cms_pagination sysPage='1'/]</div> </div> [/@cms_content_page] </div> </div> [#include "../include/dxbottom.html"/] </div> </body> </html> |
||
---|---|---|---|