Commit 3e582f53 authored by Jim Fulton's avatar Jim Fulton

Minor change to help out testing DAs.

parent 1639278c
......@@ -10,8 +10,8 @@
##############################################################################
__doc__='''Shared Aqueduct classes and functions
$Id: Aqueduct.py,v 1.14 1997/12/05 21:23:55 jim Exp $'''
__version__='$Revision: 1.14 $'[11:-2]
$Id: Aqueduct.py,v 1.15 1997/12/05 21:26:54 jim Exp $'''
__version__='$Revision: 1.15 $'[11:-2]
from Globals import HTMLFile, Persistent
import DocumentTemplate, DateTime, regex, regsub, string, urllib, rotor
......@@ -172,7 +172,7 @@ def default_input_form(id,arguments,action='query',
)
else:
return (
'<html><head><title>%s Input Data</title></head><body>\n'
'<html><head><title>%s Input Data</title></head><body>\n%s\n'
'<form action="<!--#var URL2-->/<!--#var id-->/%s" '
'method="get">\n'
'<h2>%s Input Data</h2>\n'
......@@ -184,7 +184,7 @@ def default_input_form(id,arguments,action='query',
' VALUE="<!--#var HTTP_REFERER-->">\n'
'<!--#/if HTTP_REFERER-->\n'
'</td></tr>\n</table>\n</form>\n</body>\n</html>\n'
% (id, action, id)
% (id, tabs, action, id)
)
......@@ -359,6 +359,9 @@ def delimited_output(results,REQUEST,RESPONSE):
##############################################################################
#
# $Log: Aqueduct.py,v $
# Revision 1.15 1997/12/05 21:26:54 jim
# Minor change to help out testing DAs.
#
# Revision 1.14 1997/12/05 21:23:55 jim
# Minor change to help out testing DAs.
#
......
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