Posted By

tomokane on 04/27/11


Tagged

mtml mtif


Versions (?)

MTIf test


 / Published in: Other
 

  1. <MTsetVar name="no" value="0">
  2. <MTEntries>
  3. <MTSetVar name="no" value="1" op="+">
  4. <mtif test="$no%3 == 1"><ul></mtif>
  5. <li>エントリー内容</li>
  6. <mtif test="$no%3 == 0"></ul></mtif>
  7. </MTEntries>
  8. <mtif test="$no%3 != 0"></ul></mtif>
  9.  

Report this snippet  

You need to login to post a comment.