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
6d69e430
Commit
6d69e430
authored
Jan 22, 1998
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed style blunders
parent
7525f463
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
lib/python/Products/ExternalMethod/methodAdd.dtml
lib/python/Products/ExternalMethod/methodAdd.dtml
+7
-7
lib/python/Products/ExternalMethod/methodEdit.dtml
lib/python/Products/ExternalMethod/methodEdit.dtml
+6
-6
No files found.
lib/python/Products/ExternalMethod/methodAdd.dtml
View file @
6d69e430
...
@@ -9,17 +9,17 @@
...
@@ -9,17 +9,17 @@
<FORM ACTION="manage_addExternalMethod" METHOD="POST">
<FORM ACTION="manage_addExternalMethod" METHOD="POST">
<TABLE CELLSPACING="2">
<TABLE CELLSPACING="2">
<TR>
<TR>
<T
D ALIGN="LEFT" VALIGN="TOP"><B>Id</B></TD
>
<T
H ALIGN="LEFT" VALIGN="TOP">Id</TH
>
<T
D ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="50"></TD
>
<T
H ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="id" SIZE="50"></TH
>
</TR>
</TR>
<TR>
<TR>
<T
D ALIGN="LEFT" VALIGN="TOP"><B>Title</B></TD
>
<T
H ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH
>
<TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="title" SIZE="50"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><INPUT TYPE="TEXT" NAME="title" SIZE="50"></TD>
</TR>
</TR>
<tr> <th>Function name</th>
<tr> <th
ALIGN="LEFT"
>Function name</th>
<td><input name="function" size="30"></td></tr>
<td
ALIGN="LEFT"
><input name="function" size="30"></td></tr>
<tr> <th>Python module file</th>
<tr> <th
ALIGN="LEFT"
>Python module file</th>
<td><input name="module" size="30"></td></tr>
<td
ALIGN="LEFT"
><input name="module" size="30"></td></tr>
<TR>
<TR>
<TD></TD>
<TD></TD>
<TD><BR><INPUT TYPE="SUBMIT" VALUE="Add"></TD>
<TD><BR><INPUT TYPE="SUBMIT" VALUE="Add"></TD>
...
...
lib/python/Products/ExternalMethod/methodEdit.dtml
View file @
6d69e430
...
@@ -10,20 +10,20 @@
...
@@ -10,20 +10,20 @@
<FORM ACTION="manage_edit" METHOD="POST">
<FORM ACTION="manage_edit" METHOD="POST">
<TABLE CELLSPACING="2">
<TABLE CELLSPACING="2">
<TR>
<TR>
<T
D ALIGN="LEFT" VALIGN="TOP"><B>Id</B></TD
>
<T
H ALIGN="LEFT" VALIGN="TOP">Id</TH
>
<TD ALIGN="LEFT" VALIGN="TOP"><!--#var id--></TD>
<TD ALIGN="LEFT" VALIGN="TOP"><!--#var id--></TD>
</TR>
</TR>
<TR>
<TR>
<T
D ALIGN="LEFT" VALIGN="TOP"><B>Title</B></TD
>
<T
H ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH
>
<TD ALIGN="LEFT" VALIGN="TOP">
<TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="TEXT" NAME="title" SIZE="50" VALUE="<!--#var title-->">
<INPUT TYPE="TEXT" NAME="title" SIZE="50" VALUE="<!--#var title-->">
</TD>
</TD>
</TR>
</TR>
<tr> <th>Function name</th>
<tr> <th
ALIGN="LEFT"
>Function name</th>
<td><input name="function" size="30"
<td
ALIGN="LEFT"
><input name="function" size="30"
value="<!--#var function-->"></td></tr>
value="<!--#var function-->"></td></tr>
<tr> <th>Python module file (without suffix)</th>
<tr> <th
ALIGN="LEFT"
>Python module file (without suffix)</th>
<td><input name="module" size="30"
<td
ALIGN="LEFT"
><input name="module" size="30"
value="<!--#var module-->"></td></tr>
value="<!--#var module-->"></td></tr>
<TR>
<TR>
<TR>
<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