thinkphp 在循环内使用<php></php>

来源:互联网 发布:淘宝网修改快递单号 编辑:程序博客网 时间:2024/05/19 22:58
<volist name="zhiwei" id="vo">
<div class="qiye_list_center">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="140" align="left"><input type="checkbox" name="checkbox" value="checkbox" />
{$vo.co_name}</td>
<td width="82" align="center">{$vo.co_time|date="Y-m-d" , ###}</td>
<td width="69" align="center">总公司</td>
<td width="84" align="center">{$vo.co_place}</td>
<td width="103" align="center"><php>if($vo['co_edit_time']!= ''){</php>  {$vo.co_edit_time|date="Y-m-d" , ###}  <php>} else {</php> 未修改 <php>}</php></td>
<td width="75" align="center">发布结束</td>
<!--<td width="57" align="center">32</td>-->
<td width="90" align="center"><a href="__ROOT__/index.php?s=/Position/index/num/{$vo.id}" target="_blank">预览</a> <a href="__URL__/edit/num/{$vo.id}">修改</a> </td>
</tr>
</table>
</div>
</volist>

<php>if($vo['co_xingzhi'] == '2'){</php>实习<php>} else if($vo['co_xingzhi'] == '1'){</php>兼职<php>} else {</php>全职<php>}</php>

原创粉丝点击