Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
93bd932f
Commit
93bd932f
authored
May 14, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished adding with and raise docs.
parent
7d09a7b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
lib/python/DocumentTemplate/DT_Doc.py
lib/python/DocumentTemplate/DT_Doc.py
+4
-0
lib/python/DocumentTemplate/DT_Raise.py
lib/python/DocumentTemplate/DT_Raise.py
+6
-3
No files found.
lib/python/DocumentTemplate/DT_Doc.py
View file @
93bd932f
...
...
@@ -70,6 +70,10 @@ Document templates support conditional and sequence insertion
%(In)s
%(With)s
%(Raise)s
Access Control
Document templates provide a basic level of access control by
...
...
lib/python/DocumentTemplate/DT_Raise.py
View file @
93bd932f
...
...
@@ -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"-->
...
...
@@ -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
...
...
@@ -104,6 +104,9 @@ class Raise:
##########################################################################
#
# $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.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment