主题 : 分页导航 一直在分页内容上面
级别: 秀才
UID: 17724
积分:68 加为好友
威望: 0 精华: 0
主题:13 回复:42
注册时间:2011-04-07
在线时长:0
11#   发表于:2011-04-11 17:29:23  IP:218.40.*.*
这个是没有错的  
级别: 总版主
UID: 10736
积分:149787 加为好友
威望: 212 精华: 42
主题:297 回复:127674
注册时间:2010-09-08
在线时长:90.1
12#   发表于:2011-04-11 17:29:24  IP:59.152.*.*
默认下载的里面,red模版就是默认的模版的。
路漫漫其修远兮,吾将上下而求索!
级别: 秀才
UID: 17724
积分:68 加为好友
威望: 0 精华: 0
主题:13 回复:42
注册时间:2011-04-07
在线时长:0
13#   发表于:2011-04-11 17:29:34  IP:218.40.*.*
但是并不是默认的
级别: 秀才
UID: 17724
积分:68 加为好友
威望: 0 精华: 0
主题:13 回复:42
注册时间:2011-04-07
在线时长:0
14#   发表于:2011-04-11 17:33:07  IP:218.40.*.*
[@cms_content_page channelId=channel.id channelOption='1' count=channel.pageSize tpl='2' sysPage='1' styleList='1-1'/]
级别: 秀才
UID: 17724
积分:68 加为好友
威望: 0 精华: 0
主题:13 回复:42
注册时间:2011-04-07
在线时长:0
15#   发表于:2011-04-11 17:38:08  IP:218.40.*.*
[@cms_content_page channelId=channel.id channelOption='1' count='9' tpl='2' pageClass='paginationcss' sysPage='1' styleList='1-1'/]     

  我就是把 tpl='2'    改成 tpl='0' 就报错  如果我用上面的标签  可以分页 但是我自定义的字段都没有显示啊  斑竹。
级别: 总版主
UID: 10736
积分:149787 加为好友
威望: 212 精华: 42
主题:297 回复:127674
注册时间:2010-09-08
在线时长:90.1
16#   发表于:2011-04-12 08:52:31  IP:220.31.*.*
为啥要改 tpl='2' ?
路漫漫其修远兮,吾将上下而求索!
级别: 秀才
UID: 17724
积分:68 加为好友
威望: 0 精华: 0
主题:13 回复:42
注册时间:2011-04-07
在线时长:0
17#   发表于:2011-04-12 09:36:03  IP:218.40.*.*
【tpl】 标签公用属性,可选值有:
             0--调用内嵌标签样式;
             1--调用用户自定义标签样式;
             2--调用系统预定义标签样式;
             3--调用用户预定义标签样式。
级别: 总版主
UID: 10736
积分:149787 加为好友
威望: 212 精华: 42
主题:297 回复:127674
注册时间:2010-09-08
在线时长:90.1
18#   发表于:2011-04-12 09:39:39  IP:220.31.*.*
你加上内嵌标签样式了?
路漫漫其修远兮,吾将上下而求索!
级别: 秀才
UID: 17724
积分:68 加为好友
威望: 0 精华: 0
主题:13 回复:42
注册时间:2011-04-07
在线时长:0
19#   发表于:2011-04-12 09:48:24  IP:218.40.*.*
[@cms_content_page channelId=channel.id channelOption='1' count='9' tpl='0' pageClass='paginationcss' sysPage='1' styleList='1-1']

  这是我现在的  我加了一个 自定义的样式 paginationcss 。  但是还是没有效果。  内嵌标签样式我没有加
级别: 秀才
UID: 17724
积分:68 加为好友
威望: 0 精华: 0
主题:13 回复:42
注册时间:2011-04-07
在线时长:0
20#   发表于:2011-04-12 09:50:35  IP:218.40.*.*
<body  leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" >
<center>

[#include "../include/third_header.html"/]


<div align="center" style="width:930px; border:0px solid #0000FF; margin-top:0px;">
<br />
<table border="0" width="100%" height="100%" cellpadding="0" cellspacing="0" bordercolor="#99CCFF">
<tr>
<td colspan="3">
<table width="100%" border="0" background="/${res}/images/pt001.gif">
<tr>
<td align="left" height="30" style=" font-size:14px; font-weight:bold; padding-left:15px;">
最新产品 </td>
<td align="right" style="padding-right:15px;">
<a class="topD" href="${base}/gxdj/index.jhtml">返回></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%" height="5" bgcolor="white" colspan="3">

</td>
     </tr>






<tr>
 
<td width="100%" height="100%" valign="top" colspan="3" bgcolor="#eef2f4">

<br />
<!--??-->

<table width="95%" border="0" align="center" bgcolor="#FFFFFF">





[@cms_content_page channelId=channel.id channelOption='1' count='9' tpl='0' pageClass='paginationcss' sysPage='1' styleList='1-1']



<tr>
[#list tag_pagination.list as a]
<td width="33%" valign="top" height="276">

<table width="100%" border="0" align="center" >
                              <tr>
                                <td height="8"></td>
                              </tr>
                              <tr>
<td>
<a  href="${a.url}"></a>
</td>
</tr>
                              <tr>
                                <td><a href="${a.url}"></a> <a  href="${a.url}">${a.title}</a> </td>
                              </tr>
                              <tr>
                                <td height="8"></td>
                              </tr>
                              <tr>
                                <td align="left" style="padding-left:50px;"> 外形尺寸(mm):${a.attr.Dimensions}  </td>
                              </tr>
                              <tr>
                                <td align="left" style="padding-left:50px;">前/后轮距(mm):${a.attr.WheelBase} </td>
                              </tr>
                              <tr>
                                <td align="left" style="padding-left:50px;"> 轴距(mm):${a.attr.Tread}  </td>
                              </tr>
                              <tr>
                                <td align="left" style="padding-left:50px;">整备质量(kg):${a.attr.CurbWeight}  </td>
                              </tr>
                            </table>
</td>

[#if (a_index+1)%3!=0]
<!----------   begin ---------->
<td width="1%" valign="middle">
<img src="/${res}/images/ptline.gif" height="257"/>
</td>
<!----------  end------------->
[/#if]





[#if (a_index+1)%3==0]
</tr>
[/#if]



[/#list]

[/@cms_content_page]

</table>

</td>


</tr>




</table>
</div>
<table><tr>
<iframe name='resultForm' marginwidth="0" marginheight="0" frameborder="0" scrolling="yes" style="display: none;margin-left:1%;"
width="900" height="300"></iframe></tr>
[#include "../include/foot.html"/]
</table>

</center>
</body>
</html>  这是代码
|< < 1 2 3 > >| 共3页