【发布时间】:2012-10-11 12:11:56
【问题描述】:
我在下面做的事情是否有替代方法:
...
<div class="abc" tal:condition="this/condition1">
<div class="abc2" tal:condition="this/condition2">
...
</div>
</div>
...
如:
...
<div class="abc" tal:condition="this/condition1 AND this/condition2">
...
</div>
...
【问题讨论】:
-
我认为没有办法还是问题不清楚?
标签: php phptal template-tal