[Zope-Checkins] CVS: Zope2 - dtml-let.stx:1.3 dtml-sqlgroup.stx:1.3 dtml-with.stx:1.3
Amos Latteier
amos@digiciool.com
Thu, 8 Mar 2001 17:19:15 -0500 (EST)
Update of /cvs-repository/Zope2/lib/python/Products/OFSP/help
In directory korak:/tmp/cvs-serv29969
Modified Files:
dtml-let.stx dtml-sqlgroup.stx dtml-with.stx
Log Message:
Fixed more stx bugs in DTML ref.
--- Updated File dtml-let.stx in package Zope2 --
--- dtml-let.stx 2000/10/10 22:01:37 1.2
+++ dtml-let.stx 2001/03/08 22:19:14 1.3
@@ -4,8 +4,10 @@
Syntax
- <dtml-let [Name=Variable][Name="Expression"]...>
- </dtml-let>
+ 'let' tag syntax::
+
+ <dtml-let [Name=Variable][Name="Expression"]...>
+ </dtml-let>
The 'let' tag is a block tag. Variables are defined by tag
arguments. Defined variables are pushed onto the DTML namespace
--- Updated File dtml-sqlgroup.stx in package Zope2 --
--- dtml-sqlgroup.stx 2001/03/06 01:28:17 1.2
+++ dtml-sqlgroup.stx 2001/03/08 22:19:14 1.3
@@ -30,7 +30,7 @@
Examples
- Sample usage
+ Sample usage::
select * from employees
<dtml-sqlgroup where>
--- Updated File dtml-with.stx in package Zope2 --
--- dtml-with.stx 2001/03/06 01:28:17 1.2
+++ dtml-with.stx 2001/03/08 22:19:14 1.3
@@ -5,8 +5,10 @@
Syntax
- <dtml-with Variable|expr="Expression">
- </dtml-with>
+ 'with' tag syntax::
+
+ <dtml-with Variable|expr="Expression">
+ </dtml-with>
The 'with' tag is a block tag. It pushes the named variable or
variable expression onto the DTML namespace for the duration of