Skip to content

Commit

Permalink
Finished adding with and raise docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed May 14, 1998
1 parent 27b2947 commit 0a41b11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions DT_Doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
%(In)s
%(With)s
%(Raise)s
Access Control
Document templates provide a basic level of access control by
Expand Down
9 changes: 6 additions & 3 deletions DT_Raise.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Errors can be raised from DTML using the 'raise' tag.
For example:
For example::
<!--#if expr="condition_that_tests_input"-->
<!--#raise type="Input Error"-->
Expand Down Expand Up @@ -65,8 +65,8 @@
# (540) 371-6909
#
############################################################################
__rcs_id__='$Id: DT_Raise.py,v 1.3 1998/04/02 19:05:53 jim Exp $'
__version__='$Revision: 1.3 $'[11:-2]
__rcs_id__='$Id: DT_Raise.py,v 1.4 1998/05/14 15:07:17 jim Exp $'
__version__='$Revision: 1.4 $'[11:-2]

from DT_Util import *
import sys
Expand Down Expand Up @@ -104,6 +104,9 @@ def render(self,md):
##########################################################################
#
# $Log: DT_Raise.py,v $
# Revision 1.4 1998/05/14 15:07:17 jim
# Finished adding with and raise docs.
#
# Revision 1.3 1998/04/02 19:05:53 jim
# Updated rendering code.
#
Expand Down

0 comments on commit 0a41b11

Please sign in to comment.