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
3feebeea
Commit
3feebeea
authored
Apr 09, 1999
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial
parent
2812d8e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
0 deletions
+48
-0
lib/python/ZClasses/addPropertyInterface.dtml
lib/python/ZClasses/addPropertyInterface.dtml
+48
-0
No files found.
lib/python/ZClasses/addPropertyInterface.dtml
0 → 100644
View file @
3feebeea
<html><head><title>
Add Property Sheet Interface
</title></head>
<body
bgcolor=
"#FFFFFF"
link=
"#000099"
vlink=
"#555555"
>
<h2>
Add Property Sheet Interface
</h2>
<form
action=
"../common"
><table
cellspacing=
"2"
>
<tr>
<th
align=
"left"
valign=
"top"
>
Id
</th>
<td
align=
"left"
valign=
"top"
colspan=
"3"
>
<input
type=
"text"
name=
"id"
size=
"40"
>
</td>
</tr>
<tr>
<th
align=
"left"
valign=
"top"
><em>
Title
</em></th>
<td
align=
"left"
valign=
"top"
colspan=
"3"
>
<input
type=
"text"
name=
"title"
size=
"40"
value=
"<!--#var title-->"
>
</td>
</tr>
<tr>
<th
align=
"left"
valign=
"top"
>
Property Sheet
</th>
<td
align=
"left"
valign=
"top"
colspan=
"3"
>
<select
name=
":method"
>
<!--#in "propertysheets.common.objectValues()"-->
<option
value=
"<!--#var id-->/manage_createView"
>
<!--#var title_and_id-->
</option>
<!--#/in-->
</select>
</td>
</tr>
<tr>
<th
align=
"left"
valign=
"top"
>
Type
</th>
<td
align=
"left"
valign=
"top"
colspan=
"3"
>
<select
name=
"ps_view_type"
>
<option>
View
</option>
<option>
Edit
</option>
</select>
</td>
</tr>
<tr><td
colspan=
2
align=
center
><input
type=
"submit"
value=
" Add "
></td></tr>
</table></form>
</body></html>
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