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
cba26898
Commit
cba26898
authored
Jun 16, 2000
by
Stephan Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now the new STX-formatted Help Content is being used.
parent
d01ae146
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
17 deletions
+17
-17
lib/python/AccessControl/addUser.dtml
lib/python/AccessControl/addUser.dtml
+1
-1
lib/python/AccessControl/editUser.dtml
lib/python/AccessControl/editUser.dtml
+1
-1
lib/python/App/addFactory.dtml
lib/python/App/addFactory.dtml
+1
-1
lib/python/App/addPermission.dtml
lib/python/App/addPermission.dtml
+1
-1
lib/python/App/addProduct.dtml
lib/python/App/addProduct.dtml
+1
-1
lib/python/OFS/documentAdd.dtml
lib/python/OFS/documentAdd.dtml
+1
-1
lib/python/OFS/folderAdd.dtml
lib/python/OFS/folderAdd.dtml
+1
-1
lib/python/OFS/imageAdd.dtml
lib/python/OFS/imageAdd.dtml
+1
-1
lib/python/OFS/methodAdd.dtml
lib/python/OFS/methodAdd.dtml
+1
-1
lib/python/OFS/renameForm.dtml
lib/python/OFS/renameForm.dtml
+1
-1
lib/python/Products/ExternalMethod/methodAdd.dtml
lib/python/Products/ExternalMethod/methodAdd.dtml
+1
-1
lib/python/Products/MailHost/addMailHost_form.dtml
lib/python/Products/MailHost/addMailHost_form.dtml
+1
-1
lib/python/Products/OFSP/versionAdd.dtml
lib/python/Products/OFSP/versionAdd.dtml
+1
-1
lib/python/Products/ZCatalog/addZCatalog.dtml
lib/python/Products/ZCatalog/addZCatalog.dtml
+1
-1
lib/python/Products/ZSQLMethods/add.dtml
lib/python/Products/ZSQLMethods/add.dtml
+1
-1
lib/python/ZClasses/addCommonSheet.dtml
lib/python/ZClasses/addCommonSheet.dtml
+1
-1
lib/python/ZClasses/addZClass.dtml
lib/python/ZClasses/addZClass.dtml
+1
-1
No files found.
lib/python/AccessControl/addUser.dtml
View file @
cba26898
...
...
@@ -7,7 +7,7 @@
<H2>
Add User
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
User-Folder_Add-User
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
User-Folder_Add-User
.
stx
','
OFSP
')"
>
<P>
To add a new user, enter the name,
...
...
lib/python/AccessControl/editUser.dtml
View file @
cba26898
...
...
@@ -7,7 +7,7 @@
<H2>
Change User
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
User-Folder_Edit-User
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
User-Folder_Edit-User
.
stx
','
OFSP
')"
>
<FORM
ACTION=
"manage_users"
METHOD=
"POST"
>
<TABLE>
...
...
lib/python/App/addFactory.dtml
View file @
cba26898
...
...
@@ -4,7 +4,7 @@
<h2>
Add an Object Factory
</h2>
<dtml-var
"
HelpSys
.
HelpButton
('
Zope-Factory_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Zope-Factory_Add
.
stx
','
OFSP
')"
>
<P>
A Factory allows you to place entries in the Zope Product add
list.
</P>
...
...
lib/python/App/addPermission.dtml
View file @
cba26898
...
...
@@ -4,7 +4,7 @@
<h2>
Define a permission
</h2>
<dtml-var
"
HelpSys
.
HelpButton
('
Zope-Permission_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Zope-Permission_Add
.
stx
','
OFSP
')"
>
<form
action=
"manage_addPermission"
method=
"POST"
>
<table
cellspacing=
"2"
>
...
...
lib/python/App/addProduct.dtml
View file @
cba26898
...
...
@@ -4,7 +4,7 @@
<h2>
Add a Product
</h2>
<dtml-var
"
HelpSys
.
HelpButton
('
Product_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Product_Add
.
stx
','
OFSP
')"
>
<P>
Products allows you to define new types of Zope objects. A Product contains
...
...
lib/python/OFS/documentAdd.dtml
View file @
cba26898
...
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add DTML Document
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
DTML-Document
_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
DTML-Document
OrMethod_Add
.
stx
','
OFSP
')"
>
<P>
A DTML Document is used to hold text content. It can contain
...
...
lib/python/OFS/folderAdd.dtml
View file @
cba26898
...
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add Folder
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
Folder_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Folder_Add
.
stx
','
OFSP
')"
>
<P>
A Folder contains other objects. Use Folders to organize your
...
...
lib/python/OFS/imageAdd.dtml
View file @
cba26898
...
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add
<dtml-var
Kind
></H2>
<dtml-var
"
HelpSys
.
HelpButton
(
Kind
+
'
_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
(
'
File_Add
.
stx
','
OFSP
')"
>
<P>
You can create a new
<dtml-var
kind
>
in the system using the form below.
...
...
lib/python/OFS/methodAdd.dtml
View file @
cba26898
...
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add DTML Method
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
DTML-
Method_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
DTML-
DocumentOrMethod_Add
.
stx
','
OFSP
')"
>
<P>
A DTML Method is used to hold scripting tags and text content.
...
...
lib/python/OFS/renameForm.dtml
View file @
cba26898
...
...
@@ -12,7 +12,7 @@
<H2>
Rename Item
</H2>
</dtml-if>
<dtml-var
"
HelpSys
.
HelpButton
('
Folder_Rename
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Folder_Rename
.
stx
','
OFSP
')"
>
<P>
<FORM
ACTION=
"<dtml-var URL1>"
METHOD=
"POST"
>
...
...
lib/python/Products/ExternalMethod/methodAdd.dtml
View file @
cba26898
...
...
@@ -7,7 +7,7 @@
<h2>
Add External Method
</h2>
<dtml-var
"
HelpSys
.
HelpButton
('
External-Method_Add
.
dtml
',
'
ExternalMethod
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
External-Method_Add
.
stx
',
'
ExternalMethod
')"
>
<P>
External Methods allow you to add functionality to Zope by writing Python
...
...
lib/python/Products/MailHost/addMailHost_form.dtml
View file @
cba26898
...
...
@@ -7,7 +7,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
>
<H2>
Add MailHost
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
Mail-Host_Add
.
dtml
',
'
MailHost
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Mail-Host_Add
.
stx
',
'
MailHost
')"
>
<P>
A Mail Host allows Zope to send email.
...
...
lib/python/Products/OFSP/versionAdd.dtml
View file @
cba26898
...
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add Version
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
Version_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Version_Add
.
stx
','
OFSP
')"
>
<P>
A Version allows you to make changes to Zope
in a private session. After you review the changes
...
...
lib/python/Products/ZCatalog/addZCatalog.dtml
View file @
cba26898
...
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add Catalog
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
ZCatalog_Add
.
dtml
',
'
ZCatalog
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
ZCatalog_Add
.
stx
',
'
ZCatalog
')"
>
<FORM
ACTION=
"manage_addZCatalog"
METHOD=
"POST"
>
<TABLE
CELLSPACING=
"2"
>
...
...
lib/python/Products/ZSQLMethods/add.dtml
View file @
cba26898
...
...
@@ -4,7 +4,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add a SQL Method
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
Z-SQL-Method_Add
.
dtml
','
ZSQLMethods
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Z-SQL-Method_Add
.
stx
','
ZSQLMethods
')"
>
<dtml-if
SQLConnectionIDs
>
<P>
...
...
lib/python/ZClasses/addCommonSheet.dtml
View file @
cba26898
...
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add Common Instance Property Sheet
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
Common-Instance-Property-Sheet_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
Common-Instance-Property-Sheet_Add
.
stx
','
OFSP
')"
>
<FORM
ACTION=
"manage_addCommonSheet"
METHOD=
"POST"
>
<TABLE
CELLSPACING=
"2"
>
...
...
lib/python/ZClasses/addZClass.dtml
View file @
cba26898
...
...
@@ -6,7 +6,7 @@
<BODY
BGCOLOR=
"#FFFFFF"
LINK=
"#000099"
VLINK=
"#555555"
>
<H2>
Add ZClass
</H2>
<dtml-var
"
HelpSys
.
HelpButton
('
ZClass_Add
.
dtml
','
OFSP
')"
>
<dtml-var
"
HelpSys
.
HelpButton
('
ZClass_Add
.
stx
','
OFSP
')"
>
<dtml-with
"
_(selected=
[],
unselected=
[],
baseclasses=
[],
id=
''
,
title=
''
,
meta_type=
''
,
...
...
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