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
8307a75b
Commit
8307a75b
authored
May 26, 1999
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of Cancel button in generated search interfaces.
parent
3d2e2fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
lib/python/Shared/DC/ZRDB/Search.py
lib/python/Shared/DC/ZRDB/Search.py
+3
-13
No files found.
lib/python/Shared/DC/ZRDB/Search.py
View file @
8307a75b
...
...
@@ -84,8 +84,8 @@
##############################################################################
__doc__
=
'''Search Interface Wizard
$Id: Search.py,v 1.1
0 1999/03/30 19:31:09 jim
Exp $'''
__version__
=
'$Revision: 1.1
0
$'
[
11
:
-
2
]
$Id: Search.py,v 1.1
1 1999/05/26 15:35:48 brian
Exp $'''
__version__
=
'$Revision: 1.1
1
$'
[
11
:
-
2
]
from
Globals
import
HTMLFile
from
Aqueduct
import
custom_default_report
,
nicify
,
Args
...
...
@@ -121,7 +121,7 @@ def manage_addZSearch(self, report_id, report_title, report_style,
raise
'Unusable Searchable Error'
,(
"""The input searchable object, <em>%s</em>,
has not been tested. Until it has been tested,
it
\
'
s outpu
i
t schema is unknown, and a report
it
\
'
s output schema is unknown, and a report
cannot be generated. Before creating a report
from this query, you must try out the query. To
try out the query, <a href="%s">click hear</a>.
...
...
@@ -223,11 +223,6 @@ def default_input_form(arguments,action='query',
'
\
n
'
),
'
\
n
<tr><td colspan=2 align=center>
\
n
'
'<input type="SUBMIT" name="SUBMIT" value="Submit Query">
\
n
'
'<!--#if HTTP_REFERER-->
\
n
'
' <input type="SUBMIT" name="SUBMIT" value="Cancel">
\
n
'
' <INPUT NAME="CANCEL_ACTION" TYPE="HIDDEN"
\
n
'
' VALUE="<!--#var HTTP_REFERER-->">
\
n
'
'<!--#/if HTTP_REFERER-->
\
n
'
'</td></tr>
\
n
</table>
\
n
</form>
\
n
'
'<!--#var standard_html_footer-->
\
n
'
)
...
...
@@ -239,11 +234,6 @@ def default_input_form(arguments,action='query',
'<h2><!--#var document_title--></h2>
\
n
'
'This query requires no input.<p>
\
n
'
'<input type="SUBMIT" name="SUBMIT" value="Submit Query">
\
n
'
'<!--#if HTTP_REFERER-->
\
n
'
' <input type="SUBMIT" name="SUBMIT" value="Cancel">
\
n
'
' <INPUT NAME="CANCEL_ACTION" TYPE="HIDDEN"
\
n
'
' VALUE="<!--#var HTTP_REFERER-->">
\
n
'
'<!--#/if HTTP_REFERER-->
\
n
'
'</td></tr>
\
n
</table>
\
n
</form>
\
n
'
'<!--#var standard_html_footer-->
\
n
'
%
(
tabs
,
action
)
...
...
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