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
3b33eea6
Commit
3b33eea6
authored
Nov 05, 1997
by
Paul Everitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed header to be more Principia-compliant in a way that does not break Bobo.
parent
1c9b51a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
lib/python/DocumentTemplate/DT_UI.py
lib/python/DocumentTemplate/DT_UI.py
+8
-6
No files found.
lib/python/DocumentTemplate/DT_UI.py
View file @
3b33eea6
__doc__
=
'''Machinery to support through-the-web editing
$Id: DT_UI.py,v 1.
3 1997/10/27 17:37:13 jim
Exp $'''
$Id: DT_UI.py,v 1.
4 1997/11/05 15:11:26 paul
Exp $'''
############################################################################
# Copyright
...
...
@@ -55,18 +55,19 @@ $Id: DT_UI.py,v 1.3 1997/10/27 17:37:13 jim Exp $'''
# (540) 371-6909
#
############################################################################
__version__
=
'$Revision: 1.
3
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.
4
$'
[
11
:
-
2
]
from
DT_HTML
import
HTML
FactoryDefaultString
=
"Factory Default"
HTML
.
document_template_edit_header
=
'<h2>
Document Template Editor
</h2>'
HTML
.
document_template_edit_header
=
'<h2>
Edit Document
</h2>'
HTML
.
document_template_form_header
=
''
HTML
.
document_template_edit_footer
=
(
"""<FONT SIZE="-1">
<I><A HREF="http://www.digicool.com/products/copyright.html">
© 1997 Digital Creations, L.L.C.</A></I></FONT>"""
)
HTML
.
document_template_edit_width
=
58
HTML
.
_manage_editForm
=
HTML
(
...
...
@@ -77,8 +78,6 @@ HTML._manage_editForm = HTML(
<BODY bgcolor="#FFFFFF">
<!--#var document_template_edit_header-->
<em><!--#var PATH_INFO--></em><br>
<FORM name="editform" ACTION="<!--#var PARENT_URL-->/manage_edit" METHOD="POST">
<!--#var document_template_form_header-->
Document template source:
...
...
@@ -91,7 +90,7 @@ HTML._manage_editForm = HTML(
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Change">
<INPUT NAME=SUBMIT TYPE="RESET" VALUE="Reset">
<INPUT NAME="dt_edit_name" TYPE="HIDDEN"
VALUE="<!--#var
PATH_INFO
-->">
VALUE="<!--#var
URL1
-->">
<!--#if FactoryDefaultString-->
<INPUT NAME=SUBMIT TYPE="SUBMIT"
VALUE="<!--#var FactoryDefaultString-->">
...
...
@@ -132,6 +131,9 @@ HTML.editConfirmation=HTML(
############################################################################
# $Log: DT_UI.py,v $
# Revision 1.4 1997/11/05 15:11:26 paul
# Changed header to be more Principia-compliant in a way that does not break Bobo.
#
# Revision 1.3 1997/10/27 17:37:13 jim
# Removed old validation machinery.
#
...
...
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