cfoe
2012-07-18 c163c5c0f789e6c362136b0b00196b49751e5bdc
1
2
3
4
5
6
7
8
9
10
11
    <h2>{tmpl_var name='limits_txt'}</h2>
    <div style="width:350px;">
    <table class="list">
    <tmpl_loop name='rows'>
        <tr class="tbl_row_<tmpl_if name='__EVEN__'}even<tmpl_else>uneven</tmpl_if>">
          <td>{tmpl_var name='field_txt'}</td>
          <td style="white-space: nowrap">{tmpl_var name='usage'} {tmpl_var name='of_txt'} {tmpl_var name='value'}</td>
        </tr>
    </tmpl_loop>
    </table>
    </div>