[pmwiki-users] How to output nice table format from fox form?

Hans design5 at softflow.co.uk
Thu Jan 26 02:58:17 CST 2012


Hi Mike,
have you read http://www.pmwiki.org/wiki/PmWiki/PageListTemplates ?

   (:if equal {<Group}:) is replaced by (:template first:)
I think you used it wrong, closing the condition too late.
Try this instead:

[[#contactlist]]
(:template first:)
(:table width="90%" :)
(:cell style="background:#e5e5ff;padding-left:5px" :)'''Name'''
(:cell style="background:#e5e5ff;padding-left:5px" :)%thd%'''Mobile'''
(:template each:)
(:cellnr style="background:#eeeeff;padding-left:5px" :){{=$FullName}$:name1}
(:cell style="background:#eeeeff;padding-left:5px" :){{=$FullName}$:mobile}
(:template last:)
(:tableend:)
[[#contactlistend]]


  ~Hans




More information about the pmwiki-users mailing list