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
03b1c7b0
Commit
03b1c7b0
authored
Jan 22, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed style bugs.
parent
6d69e430
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
46 deletions
+46
-46
lib/python/Products/ZSQLMethods/add.dtml
lib/python/Products/ZSQLMethods/add.dtml
+9
-9
lib/python/Products/ZSQLMethods/edit.dtml
lib/python/Products/ZSQLMethods/edit.dtml
+9
-9
lib/python/Shared/DC/ZRDB/advanced.dtml
lib/python/Shared/DC/ZRDB/advanced.dtml
+16
-16
lib/python/Shared/DC/ZRDB/searchAdd.dtml
lib/python/Shared/DC/ZRDB/searchAdd.dtml
+12
-12
No files found.
lib/python/Products/ZSQLMethods/add.dtml
View file @
03b1c7b0
...
...
@@ -10,20 +10,20 @@
<table>
<tr> <th>Id</th>
<td><input name="id" size="40"></td></tr>
<tr> <th><em>Title<em></th>
<td><input name="title" size="40"></td></tr>
<tr> <th>Connection id</th>
<td><select name="connection_id">
<tr> <th
align='LEFT'
>Id</th>
<td
align='LEFT'
><input name="id" size="40"></td></tr>
<tr> <th
align='LEFT'
><em>Title<em></th>
<td
align='LEFT'
><input name="title" size="40"></td></tr>
<tr> <th
align='LEFT'
>Connection id</th>
<td
align='LEFT'
><select name="connection_id">
<!--#in SQLConnectionIDs-->
<option value="<!--#var sequence-item-->">
<!--#var sequence-key--></option>
<!--#/in-->
</select></td></tr>
<tr> <th><em>Arguments<em></th>
<td><input name="arguments" size="40"></td></tr>
<tr> <td colspan=2><strong>Query template</strong><br>
<tr> <th
align='LEFT'
><em>Arguments<em></th>
<td
align='LEFT'
><input name="arguments" size="40"></td></tr>
<tr> <td colspan=2
align='LEFT'
><strong>Query template</strong><br>
<textarea name="template:text" rows=9 cols=50>
select *
from data
...
...
lib/python/Products/ZSQLMethods/edit.dtml
View file @
03b1c7b0
...
...
@@ -20,13 +20,13 @@
<table>
<tr> <th>ID</th>
<td><!--#var id--></td></tr>
<tr> <th><em>Title</em></th>
<td><input name="title" size="40"
<tr> <th
align='LEFT'
>ID</th>
<td
align='LEFT'
><!--#var id--></td></tr>
<tr> <th
align='LEFT'
><em>Title</em></th>
<td
align='LEFT'
><input name="title" size="40"
value="<!--#var title-->"></td></tr>
<tr> <th>Connection id</th>
<td><select name="connection_id">
<tr> <th
align='LEFT'
>Connection id</th>
<td
align='LEFT'
><select name="connection_id">
<!--#in SQLConnectionIDs-->
<option value="<!--#var sequence-item-->"
<!--#if expr="connection_id==_vars['sequence-item']"-->
...
...
@@ -34,11 +34,11 @@
<!--#var sequence-key--></option>
<!--#/in-->
</select></td></tr>
<tr> <th><em>Arguments</em></th>
<td><input name="arguments" size="40"
<tr> <th
align='LEFT'
><em>Arguments</em></th>
<td
align='LEFT'
><input name="arguments" size="40"
value="<!--#var arguments_src-->"></td>
</tr>
<tr> <td colspan=2><strong>Query template</strong><br>
<tr> <td colspan=2
align='LEFT'
><strong>Query template</strong><br>
<textarea name="template:text" rows=10 cols=50>
<!--#var src fmt=html-quote-->
</textarea></td></tr>
...
...
lib/python/Shared/DC/ZRDB/advanced.dtml
View file @
03b1c7b0
...
...
@@ -6,21 +6,21 @@
<form action="manage_advanced" method="POST">
<table>
<tr> <th>ID</th>
<td><!--#var id--></td></tr>
<tr> <th
>Title
</th>
<td><!--#var title--></td></tr>
<tr> <th
>Remote access encyption key
</th>
<td><input name="key" size="30"
<tr> <th
align='LEFT'
>ID</th>
<td
align='LEFT'
><!--#var id--></td></tr>
<tr> <th
align='LEFT'><em>Title</em>
</th>
<td
align='LEFT'
><!--#var title--></td></tr>
<tr> <th
align='LEFT'><em>Remote access encyption key</em>
</th>
<td
align='LEFT'
><input name="key" size="30"
value="<!--#var key-->"></td></tr>
<tr> <th
>Maximum number of rows retrieved
</th>
<td><input name="max_rows:int" size="10"
<tr> <th
align='LEFT'><em>Maximum number of rows retrieved</em>
</th>
<td
align='LEFT'
><input name="max_rows:int" size="10"
value="<!--#var max_rows_-->"></td></tr>
<tr> <th
>Maximum number of results in the cache
</th>
<td><input name="max_cache:int" size="10"
<tr> <th
align='LEFT'><em>Maximum number of results in the cache</em>
</th>
<td
align='LEFT'
><input name="max_cache:int" size="10"
value="<!--#var max_cache_-->"></td></tr>
<tr> <th
>Maximum time (seconds) to cache results
</th>
<td><input name="cache_time:int" size="10"
<tr> <th
align='LEFT'><em>Maximum time (seconds) to cache results</em>
</th>
<td
align='LEFT'
><input name="cache_time:int" size="10"
value="<!--#var cache_time_-->"></td></tr>
<tr><td> </td></tr>
...
...
@@ -29,11 +29,11 @@ You may specify a <strong>class</strong> for the data records. This
class must be defined in a file that resides in the <code>Extensions</code>
directory of this Principia installation.
</td>
<tr> <th
>Class name
</th>
<td><input name="class_name" size="30"
<tr> <th
align='LEFT'><em>Class name</em>
</th>
<td
align='LEFT'
><input name="class_name" size="30"
value="<!--#var class_name_-->"></td></tr>
<tr> <th
>Class file
</th>
<td><input name="class_file" size="30"
<tr> <th
align='LEFT'><em>Class file</em>
</th>
<td
align='LEFT'
><input name="class_file" size="30"
value="<!--#var class_file_-->"></td></tr>
<tr><td> </td></tr>
...
...
lib/python/Shared/DC/ZRDB/searchAdd.dtml
View file @
03b1c7b0
...
...
@@ -10,25 +10,25 @@ and a report for a searchable object.
<table>
<tr> <th
>Select one or more
searchable objects</th>
<td><select name="queries:list" size=4 multiple>
<tr> <th
align='LEFT'>Select one<br>or more<br>
searchable objects</th>
<td
align='LEFT'
><select name="queries:list" size=4 multiple>
<!--#in aqueductQueryIds-->
<option><!--#var sequence-item--></option>
<!--#/in aqueductQueryIds-->
</select></td></tr>
<tr> <th>Report Id</th>
<td><input name="report_id" size="40"></td></tr>
<tr> <th><em>Report Title<em></th>
<td><input name="report_title" size="40"></td></tr>
<tr> <th>Report Style</th>
<td><select name='report_style:int'>
<tr> <th
align='LEFT'
>Report Id</th>
<td
align='LEFT'
><input name="report_id" size="40"></td></tr>
<tr> <th
align='LEFT'
><em>Report Title<em></th>
<td
align='LEFT'
><input name="report_title" size="40"></td></tr>
<tr> <th
align='LEFT'
>Report Style</th>
<td
align='LEFT'
><select name='report_style:int'>
<option value="0">Tabular</option>
<option value="1">Records</option>
</select></td></tr>
<tr> <th><em>Search Input Id<em></th>
<td><input name="input_id" size="40"></td></tr>
<tr> <th><em>Search Input Title</em></th>
<td><input name="input_title" size="40"></td></tr>
<tr> <th
align='LEFT'
><em>Search Input Id<em></th>
<td
align='LEFT'
><input name="input_id" size="40"></td></tr>
<tr> <th
align='LEFT'
><em>Search Input Title</em></th>
<td
align='LEFT'
><input name="input_title" size="40"></td></tr>
<tr><td></td><td><input type="SUBMIT" name="SUBMIT" value="Add"></td></tr>
...
...
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