App-Cinema
view release on metacpan or search on metacpan
root/src/news/view.tt2 view on Meta::CPAN
[% META title = "VIEW NEWS" %]
<p>
<table >
<!--<tr align="left">
<th>ID</th><th>TITLE</th> <th>RELEASE DATE</th>
</tr>-->
[% WHILE (new = news.next) %]
<tr style="background-color: rgb(51, 153, 153); color: white;">
<td>[% new.id%]</td>
<td>[% new.title %]</td>
<td>[% new.release_date%]</td>
</tr>
<tr>
<td colspan=3>[% new.content %]</td>
</tr>
[% END %]
</table>
</p>
( run in 1.075 second using v1.01-cache-2.11-cpan-f56aa216473 )