|
From: Chris W. <la...@us...> - 2001-10-12 12:45:39
|
Update of /cvsroot/openinteract/OpenInteract/doc
In directory usw-pr-cvs1:/tmp/cvs-serv19304
Modified Files:
templates.html
Log Message:
forgot to reset items to original state when testing TT-interpreted version...
Index: templates.html
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/doc/templates.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** templates.html 2001/10/12 12:33:25 1.2
--- templates.html 2001/10/12 12:45:36 1.3
***************
*** 694,701 ****
<P>
! <PRE> [ % expires_on_info = date_into_hash( news.expires_on ) % ]
! [ % comp( 'date_select', day = expires_on_info.day,
year = expires_on_info.year,
! month = expires_on_info.month ) % ]
</PRE>
<LI>
--- 694,701 ----
<P>
! <PRE> [% expires_on_info = date_into_hash( news.expires_on ) %]
! [% comp( 'date_select', day = expires_on_info.day,
year = expires_on_info.year,
! month = expires_on_info.month ) %]
</PRE>
<LI>
***************
*** 714,718 ****
<P>
<PRE> <pre>
! [ % sprintf( '$%5.2f - $%5.2f = $%5.2f', in_bank, owed, total ) % ]
</pre>
</PRE>
--- 714,718 ----
<P>
<PRE> <pre>
! [% sprintf( '$%5.2f - $%5.2f = $%5.2f', in_bank, owed, total ) %]
</pre>
</PRE>
|