数据传输
table width="100%" border="0" cellspacing="0" cellpadding="0" class="ttbb5"><br /> <tr><br /> <th scope="col"><strong>序号</strong></th><br /> <th scope="col">国家</th><br /> <th scope="col">省份</th><br /> <th scope="col">地区</th><br /> <th scope="col">操作</th><br /> <br /> </tr><br /> <br /> {if $list or [email protected] neq 0 }<br /> {foreach from=$list item=item key=index}<br /> <tr align="center"><br /> <td>{$index}</td><br /> {if $item.parent_tow_id eq 2}<br /> <td class="ttbb6">{$item.country}</td><br /> <td class="ttbb6">{$item.province}</td><br /> <td class="ttbb6">{$item.name}</td><br /> {/if} <br /> {if $item.parent_tow_id eq 1}<br /> <td class="ttbb6">{$item.country}</td><br /> <td class="ttbb6">{$item.name}</td><br /> <td class="ttbb6"></td><br /> {/if} <br /> {if $item.parent_tow_id eq 0}<br /> <td class="ttbb6">{$item.name}</td><br /> <td class="ttbb6"></td><br /> <td class="ttbb6"></td><br /> {/if}<br /> <td align="center" class="ttbb6"> <div align="right"><br /> <input name="p" type="text" id="p" value="{$item.paixu}" size="5" maxlength="3" /><br /> <br /> <input type="button" class="anniu4" value="确定" onclick="foo()" /><br /> <br /> </div></td><br /> </tr><br /> {/foreach}<br /> {else}<br /> <tr><br /> <td align="center" colspan="5">--暂无数据--</td><br /> </tr><br /> {/if}<br /><br /> </table><br /> {include file=warning.tpl}<br /><br /></div><br /> </td><br /> </tr><br /><br /><br /></table><br />