Commit 37186499 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 8b552c65
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
############################################################################## ##############################################################################
__doc__='''Shared Aqueduct classes and functions __doc__='''Shared Aqueduct classes and functions
$Id: Aqueduct.py,v 1.17 1998/01/09 13:58:14 jim Exp $''' $Id: Aqueduct.py,v 1.18 1998/01/12 19:18:34 jim Exp $'''
__version__='$Revision: 1.17 $'[11:-2] __version__='$Revision: 1.18 $'[11:-2]
from Globals import HTMLFile, Persistent from Globals import HTMLFile, Persistent
import DocumentTemplate, DateTime, regex, regsub, string, urllib, rotor import DocumentTemplate, DateTime, regex, regsub, string, urllib, rotor
...@@ -194,7 +194,7 @@ custom_default_report_src=DocumentTemplate.File( ...@@ -194,7 +194,7 @@ custom_default_report_src=DocumentTemplate.File(
def custom_default_report(id, result, action='', no_table=0): def custom_default_report(id, result, action='', no_table=0):
columns=result._searchable_result_columns() columns=result._searchable_result_columns()
__traceback_info__=columns __traceback_info__=columns
heading=('<tr>\n%s</tr>' % heading=('<tr>\n%s\t</tr>' %
string.joinfields( string.joinfields(
map(lambda c: map(lambda c:
'\t<th>%s</th>\n' % nicify(c['name']), '\t<th>%s</th>\n' % nicify(c['name']),
...@@ -365,6 +365,9 @@ def delimited_output(results,REQUEST,RESPONSE): ...@@ -365,6 +365,9 @@ def delimited_output(results,REQUEST,RESPONSE):
############################################################################## ##############################################################################
# #
# $Log: Aqueduct.py,v $ # $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 # Revision 1.17 1998/01/09 13:58:14 jim
# added option for tabular vs record reports # added option for tabular vs record reports
# #
......
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
</a> </a>
<!--#/if previous-sequence--> <!--#/if previous-sequence-->
%(else no_table)[<table border> %(else no_table)[<table border>
%(heading)s%(else)] %(heading)
s%(else)]
<!--#/if sequence-start--> <!--#/if sequence-start-->
%(row)s %(row)s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment