1 [% PROCESS 'html-incblocks.txt' %]
3 title="Non-empty tokensets"
4 contentClass="SingleColumnContent" %]
6 <H1>Non-empty tokensets</H1>
14 FOREACH tset = tsetList();
15 sz = tsetMembers(tset).size;
17 IF sz.length > 0 AND sz > 0;
19 counter = counter + 1;
27 <DIV CLASS="[% evenRow ? 'ListRowEven' : 'ListRow' %]">
28 <SPAN CLASS="TokensetDescr">
29 <A HREF="[%url(tset)%]">[% xmlnorm(param(tset, 'comment')) %]</A>
37 [% INCLUDE tsetbottomline %]