一个关于php smarty模板中section循环的问题!请高手指点!
{sectionname=listloop=$product_array}{if$smarty.section.list.first||$smarty.section.l...
{section name=list loop=$product_array}
{if $smarty.section.list.first || $smarty.section.list.rownum%3==1}
<table width="683" cellspacing="0" cellpadding="0">
<tr>
{/if}
<td width="190" height="200">
<table width="190" cellspacing="0" cellpadding="0">
<tr>
<td align="right" style="padding-right:30px;"><a href="?action=product&lang=cn&class_root_id=4&class_id=6&id={$product_array[list].id}" class="wzlj">{$product_array[list].name_cn}</a></td>
</tr>
</table>
</td>
{if $smarty.section.list.last || $smarty.section.list.rownum%3==0}
</tr>
</table>
{/if}
{/section}
这段代码的目的是要做个n行三列的循环,现在的问题是如果最后一行的话如果不够三个的话,他不会自动补齐表格,也就是n-1行是正确的表格形式,但第n行有可能是两列然后就直接写了</table>封口了,我想实现如果第n行不够三列的话自动补齐,希望高手指点!
另请大家不要探讨html的写法,
没有人知道吗? 展开
{if $smarty.section.list.first || $smarty.section.list.rownum%3==1}
<table width="683" cellspacing="0" cellpadding="0">
<tr>
{/if}
<td width="190" height="200">
<table width="190" cellspacing="0" cellpadding="0">
<tr>
<td align="right" style="padding-right:30px;"><a href="?action=product&lang=cn&class_root_id=4&class_id=6&id={$product_array[list].id}" class="wzlj">{$product_array[list].name_cn}</a></td>
</tr>
</table>
</td>
{if $smarty.section.list.last || $smarty.section.list.rownum%3==0}
</tr>
</table>
{/if}
{/section}
这段代码的目的是要做个n行三列的循环,现在的问题是如果最后一行的话如果不够三个的话,他不会自动补齐表格,也就是n-1行是正确的表格形式,但第n行有可能是两列然后就直接写了</table>封口了,我想实现如果第n行不够三列的话自动补齐,希望高手指点!
另请大家不要探讨html的写法,
没有人知道吗? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询