help with templates
What language is used in the template text?:
#foreach($column in $output.MetaData.ColumnArray)
<th scope="col" align="left" valign="middle"><strong>$column</strong></th>
#end
</tr>
#foreach($row in $output.RowArray)
<tr bgcolor="#ffffff">
#foreach($columnValue in $row.ColumnValueArray)
…
I could stop guessing at the syntax and look up what the language is capable of if I knew what it was.
Thanks,
Jake
_______________________________________________ Anthill mailing list Anthill@... http://lists.urbancode.com/mailman/listinfo/anthill
RSS Feed