« Tuning The Linux VM (memory) Subsystem | Main | Some sample OS Ticket SQL »

October 30, 2013

TAL on-error attribute

<dl class="definition_design clearfix">
<dt tal:condition="reg_reply">Reg. Status</dt>
<dd tal:condition="reg_reply" 
 tal:on-error="string:No status"   
 tal:content="reg_reply/status"></dd>		
</dl>

Tags: Lightweight PHP Web Application Framework

Posted by pj at October 30, 2013 11:49 AM

Comments