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
bfd2ce7e
Commit
bfd2ce7e
authored
Jan 12, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
37186499
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
lib/python/Shared/DC/ZRDB/Aqueduct.py
lib/python/Shared/DC/ZRDB/Aqueduct.py
+7
-3
lib/python/Shared/DC/ZRDB/Search.py
lib/python/Shared/DC/ZRDB/Search.py
+7
-3
No files found.
lib/python/Shared/DC/ZRDB/Aqueduct.py
View file @
bfd2ce7e
...
...
@@ -10,8 +10,8 @@
##############################################################################
__doc__
=
'''Shared Aqueduct classes and functions
$Id: Aqueduct.py,v 1.1
8 1998/01/12 19:18:34
jim Exp $'''
__version__
=
'$Revision: 1.1
8
$'
[
11
:
-
2
]
$Id: Aqueduct.py,v 1.1
9 1998/01/12 19:19:48
jim Exp $'''
__version__
=
'$Revision: 1.1
9
$'
[
11
:
-
2
]
from
Globals
import
HTMLFile
,
Persistent
import
DocumentTemplate
,
DateTime
,
regex
,
regsub
,
string
,
urllib
,
rotor
...
...
@@ -147,7 +147,8 @@ def default_input_form(id,arguments,action='query',
map
(
lambda
a
:
(
'<tr>
\
t
<th>%s</th>
\
n
'
'
\
t
<td><input name="%s" width=30 value="%s">'
'
\
t
<td><input name="%s"'
'
\
n
\
t
width=30 value="%s">'
'</td></tr>'
%
(
nicify
(
a
[
0
]),
(
...
...
@@ -365,6 +366,9 @@ def delimited_output(results,REQUEST,RESPONSE):
##############################################################################
#
# $Log: Aqueduct.py,v $
# Revision 1.19 1998/01/12 19:19:48 jim
# *** empty log message ***
#
# Revision 1.18 1998/01/12 19:18:34 jim
# *** empty log message ***
#
...
...
lib/python/Shared/DC/ZRDB/Search.py
View file @
bfd2ce7e
...
...
@@ -10,8 +10,8 @@
##########################################################################
__doc__
=
'''Aqueduct Search Interface Wizard
$Id: Search.py,v 1.
3 1998/01/09 13:58:15
jim Exp $'''
__version__
=
'$Revision: 1.
3
$'
[
11
:
-
2
]
$Id: Search.py,v 1.
4 1998/01/12 19:20:11
jim Exp $'''
__version__
=
'$Revision: 1.
4
$'
[
11
:
-
2
]
from
Globals
import
HTMLFile
from
Aqueduct
import
custom_default_report
,
nicify
...
...
@@ -128,7 +128,8 @@ def default_input_form(arguments,action='query',
map
(
lambda
a
:
(
'<tr>
\
t
<th>%s</th>
\
n
'
'
\
t
<td><input name="%s" width=30 value="%s">'
'
\
t
<td><input name="%s"
\
n
'
'
\
t
width=30 value="%s">'
'</td></tr>'
%
(
nicify
(
a
[
0
]),
(
...
...
@@ -173,6 +174,9 @@ def default_input_form(arguments,action='query',
##############################################################################
#
# $Log: Search.py,v $
# Revision 1.4 1998/01/12 19:20:11 jim
# *** empty log message ***
#
# Revision 1.3 1998/01/09 13:58:15 jim
# added option for tabular vs record reports
#
...
...
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