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
37186499
Commit
37186499
authored
Jan 12, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
8b552c65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lib/python/Shared/DC/ZRDB/Aqueduct.py
lib/python/Shared/DC/ZRDB/Aqueduct.py
+6
-3
lib/python/Shared/DC/ZRDB/customDefaultReport.dtml
lib/python/Shared/DC/ZRDB/customDefaultReport.dtml
+2
-1
No files found.
lib/python/Shared/DC/ZRDB/Aqueduct.py
View file @
37186499
...
...
@@ -10,8 +10,8 @@
##############################################################################
__doc__
=
'''Shared Aqueduct classes and functions
$Id: Aqueduct.py,v 1.1
7 1998/01/09 13:58:1
4 jim Exp $'''
__version__
=
'$Revision: 1.1
7
$'
[
11
:
-
2
]
$Id: Aqueduct.py,v 1.1
8 1998/01/12 19:18:3
4 jim Exp $'''
__version__
=
'$Revision: 1.1
8
$'
[
11
:
-
2
]
from
Globals
import
HTMLFile
,
Persistent
import
DocumentTemplate
,
DateTime
,
regex
,
regsub
,
string
,
urllib
,
rotor
...
...
@@ -194,7 +194,7 @@ custom_default_report_src=DocumentTemplate.File(
def
custom_default_report
(
id
,
result
,
action
=
''
,
no_table
=
0
):
columns
=
result
.
_searchable_result_columns
()
__traceback_info__
=
columns
heading
=
(
'<tr>
\
n
%s</tr>'
%
heading
=
(
'<tr>
\
n
%s
\
t
</tr>'
%
string
.
joinfields
(
map
(
lambda
c
:
'
\
t
<th>%s</th>
\
n
'
%
nicify
(
c
[
'name'
]),
...
...
@@ -365,6 +365,9 @@ def delimited_output(results,REQUEST,RESPONSE):
##############################################################################
#
# $Log: Aqueduct.py,v $
# Revision 1.18 1998/01/12 19:18:34 jim
# *** empty log message ***
#
# Revision 1.17 1998/01/09 13:58:14 jim
# added option for tabular vs record reports
#
...
...
lib/python/Shared/DC/ZRDB/customDefaultReport.dtml
View file @
37186499
...
...
@@ -8,7 +8,8 @@
</a>
<!--#/if previous-sequence-->
%(else no_table)[<table border>
%(heading)s%(else)]
%(heading)
s%(else)]
<!--#/if sequence-start-->
%(row)s
...
...
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