<table border="1"> <tr> <TMPL_LOOP NAME=THIS_LOOP> <td> <TMPL_VAR NAME="MACHINE"> </td> <td> <TMPL_VAR NAME="key1"> </td> <td> <TMPL_VAR NAME="key2"> </td> <td> <TMPL_VAR NAME="key3"> </td> </tr> </TMPL_LOOP> </table>
New output:
| Machine | Key One | Key Two | Key Three |
|---|
| machine3 | value7 | value8 | value9 | machine3 | value7 | value8 | value9 | machine3 | value7 | value8 | value9 |
Now it seems like I just need to figure out the correct logic in my loop that creates the data.
In reply to Re^2: Getting data ready for HTML::Template
by gctaylor1
in thread Getting data ready for HTML::Template
by gctaylor1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |