Add AJAX output sub, EXPORT_TAGS and enable loop_context_vars for HTML::Template...
authorJoe Atzberger <joe.atzberger@liblime.com>
Mon, 19 May 2008 21:23:35 +0000 (16:23 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 29 May 2008 11:22:41 +0000 (06:22 -0500)
commitec5c3d0ee2ad6fd3eb63b7995bb5485697d51097
tree84ffba9891edae1ed9c1b92c8c99bd0a0c4db903
parentc64f8f8bac90c57e25c6d4eb9914029d1f5ee952
Add AJAX output sub, EXPORT_TAGS and enable loop_context_vars for HTML::Template::Pro.

The loop_context_vars will be very useful in display.  They are:
__first__, __last__, __inner__, __odd__, __counter__.
Note: apparently __even__ does not exist, so instead use something like:
<!-- TMPL_UNLESS NAME="__odd__" -->

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Output.pm