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
c254ae3f
Commit
c254ae3f
authored
Nov 05, 1997
by
Paul Everitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style changes
parent
3b33eea6
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
56 additions
and
24 deletions
+56
-24
lib/python/AccessControl/UserFolder_manage_editForm.dtml
lib/python/AccessControl/UserFolder_manage_editForm.dtml
+2
-2
lib/python/AccessControl/UserFolder_manage_main.dtml
lib/python/AccessControl/UserFolder_manage_main.dtml
+1
-1
lib/python/AccessControl/groupForm.dtml
lib/python/AccessControl/groupForm.dtml
+2
-2
lib/python/AccessControl/groupsForm.dtml
lib/python/AccessControl/groupsForm.dtml
+2
-2
lib/python/AccessControl/smallRolesWidget.dtml
lib/python/AccessControl/smallRolesWidget.dtml
+1
-1
lib/python/App/appMain.dtml
lib/python/App/appMain.dtml
+8
-0
lib/python/App/menu.dtml
lib/python/App/menu.dtml
+19
-3
lib/python/OFS/documentAdd.dtml
lib/python/OFS/documentAdd.dtml
+3
-3
lib/python/OFS/folderAdd.dtml
lib/python/OFS/folderAdd.dtml
+2
-2
lib/python/OFS/imageAdd.dtml
lib/python/OFS/imageAdd.dtml
+2
-2
lib/python/OFS/imageEdit.dtml
lib/python/OFS/imageEdit.dtml
+2
-2
lib/python/OFS/properties.dtml
lib/python/OFS/properties.dtml
+8
-0
lib/python/Products/MailHost/addMailHost_form.dtml
lib/python/Products/MailHost/addMailHost_form.dtml
+2
-2
lib/python/Products/MailHost/manageMailHost.dtml
lib/python/Products/MailHost/manageMailHost.dtml
+2
-2
No files found.
lib/python/AccessControl/UserFolder_manage_editForm.dtml
View file @
c254ae3f
<HTML>
<HEAD>
<TITLE>
Edit
User</TITLE>
<TITLE>
Change
User</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555" ALINK="#77003B">
<H2>
Edit
User</H2>
<H2>
Change
User</H2>
<P>
<FORM ACTION="<!--#var PARENT_URL-->/manage_editUser" METHOD="POST">
<TABLE>
...
...
lib/python/AccessControl/UserFolder_manage_main.dtml
View file @
c254ae3f
...
...
@@ -29,7 +29,7 @@ select a user and click "Edit".
<!--#/in userNames-->
</SELECT>
<BR>
<INPUT TYPE="SUBMIT" VALUE="
Edit
">
<INPUT TYPE="SUBMIT" VALUE="
Change
">
</FORM>
<!--#else userNames-->
<EM>There are no users defined.</EM>
...
...
lib/python/AccessControl/groupForm.dtml
View file @
c254ae3f
...
...
@@ -18,7 +18,7 @@ Access Control
<TD VALIGN="TOP">
The following members are defined for the group <B><!--#var groupName--></B>.
To edit a member, select a member from the list and click the
<I>
Edit
Member</I> button.
<I>
Change
Member</I> button.
</TD>
<TD VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_memberForm" METHOD="POST">
...
...
@@ -29,7 +29,7 @@ Access Control
</SELECT>
<BR>
<INPUT TYPE="HIDDEN" NAME="group" VALUE="<!--#var groupName-->">
<INPUT TYPE="SUBMIT" VALUE="
Edit
Member">
<INPUT TYPE="SUBMIT" VALUE="
Change
Member">
</FORM>
</TD>
</TR>
...
...
lib/python/AccessControl/groupsForm.dtml
View file @
c254ae3f
...
...
@@ -19,7 +19,7 @@ the product documentation or online help.
<TR>
<TD VALIGN="TOP">
To view or edit the members of a group, select a
group and click the <I>
Edit
Group</I> button.
group and click the <I>
Change
Group</I> button.
</TD>
<TD VALIGN="TOP">
<FORM ACTION="<!--#var PARENT_URL-->/manage_groupForm" METHOD="POST">
...
...
@@ -30,7 +30,7 @@ the product documentation or online help.
<!--#/in groupNames-->
</SELECT>
<BR>
<INPUT TYPE="SUBMIT" VALUE="
Edit
Group">
<INPUT TYPE="SUBMIT" VALUE="
Change
Group">
</FORM>
</TD>
</TR>
...
...
lib/python/AccessControl/smallRolesWidget.dtml
View file @
c254ae3f
<!--#if AUTHENTICATED_USER-->
<TR>
<TD></TD>
<TD><
STRONG>Access<BR>Control</STRONG><
/TD>
<TD>
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
...
...
lib/python/App/appMain.dtml
View file @
c254ae3f
...
...
@@ -46,6 +46,14 @@ database packing, and "undoing" previous changes to your site.
<!--#var db_size-->
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<STRONG>Database Location</STRONG>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<font size="-1"><!--#var db_name--></font>
</TD>
</TR>
</TABLE>
...
...
lib/python/App/menu.dtml
View file @
c254ae3f
...
...
@@ -10,12 +10,28 @@
<IMG SRC="<!--#var SOFTWARE_URL-->/App/logo.jpg" WIDTH="102" HEIGHT="54">
<BR>
<A HREF="<!--#var PARENT_URL-->/manage_copyright" TARGET="manage_main">
<FONT SIZE="-2">
© 1997 Digital Creations</FONT>
</A>
<FONT SIZE="-2"><CENTER>
© 1997 Digital Creations</FONT></CENTER></A>
</TD>
</TR>
<TR><TD></TD><TD></TD></TR>
<!--#if parentObject-->
<!--#in parentObject-->
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="<!--#var URL2-->/manage" target="_top">
<IMG BORDER="0" HEIGHT="16" ALT="Up One Folder" WIDTH="16"
SRC="<!--#var SOFTWARE_URL-->/OFS/UpFolder_icon.gif"></A></TD>
<TD ALIGN="LEFT">
<FONT SIZE="-1">
<A HREF="<!--#var URL2-->/manage" target="_top">Up One Folder</A></TD>
</FONT>
</TD>
</TR>
<!--#/in parentObject-->
<!--#/if parentObject-->
<!--#if manage_options-->
<!--#in manage_options mapping-->
<!--#if sequence-item-->
...
...
lib/python/OFS/documentAdd.dtml
View file @
c254ae3f
<HTML>
<HEAD>
<TITLE>
New HTML
Document</TITLE>
<TITLE>
Add
Document</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>
New HTML
Document</H2>
<H2>
Add
Document</H2>
<P>
You may create a new html document using the form below.
Y
ou may choose to upload an existing html file from your
Also, y
ou may choose to upload an existing html file from your
local computer by clicking the <I>Browse</I> button.
<FORM ACTION="<!--#var PARENT_URL-->/manage_addDocument" METHOD="POST"
...
...
lib/python/OFS/folderAdd.dtml
View file @
c254ae3f
<HTML>
<HEAD>
<TITLE>
New
Folder</TITLE>
<TITLE>
Add
Folder</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>
New
Folder</H2>
<H2>
Add
Folder</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addFolder" METHOD="POST">
<TABLE CELLSPACING="2">
...
...
lib/python/OFS/imageAdd.dtml
View file @
c254ae3f
<HTML>
<HEAD>
<TITLE>
New
Image</TITLE>
<TITLE>
Add
Image</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>
New
Image</H2>
<H2>
Add
Image</H2>
<P>
You can create a new image in the system using the form below.
Select an image from your local computer by clicking the <I>Browse</I>
...
...
lib/python/OFS/imageEdit.dtml
View file @
c254ae3f
<HTML>
<HEAD>
<TITLE>
Edit
Image</TITLE>
<TITLE>
Change
Image</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>
Edit
Image</H2>
<H2>
Change
Image</H2>
<P>
You can update image in the system using the form below.
Select an image from your local computer by clicking the <EM>Browse</EM>
...
...
lib/python/OFS/properties.dtml
View file @
c254ae3f
...
...
@@ -11,6 +11,14 @@ The following properties are defined. To change a property's value,
edit the value and click "Change".
<P>
<TABLE CELLPADDING="4">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<STRONG>id</STRONG>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<!--#var id-->
</TD>
</TR>
<!--#if propertyInputs-->
<!--#in propertyInputs mapping-->
<TR>
...
...
lib/python/Products/MailHost/addMailHost_form.dtml
View file @
c254ae3f
<HTML>
<HEAD>
<TITLE>
New
MailHost</TITLE>
<TITLE>
Add
MailHost</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>
New
MailHost</H2>
<H2>
Add
MailHost</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addMailHost" METHOD="POST">
<TABLE CELLSPACING="2">
<TR VALIGN="TOP">
...
...
lib/python/Products/MailHost/manageMailHost.dtml
View file @
c254ae3f
<HTML>
<HEAD>
<TITLE>
Edit
MailHost</TITLE>
<TITLE>
Change
MailHost</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2>
Edit
MailHost</H2>
<H2>
Change
MailHost</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_makeChanges" METHOD="POST">
<TABLE CELLSPACING="2">
<TR VALIGN="TOP">
...
...
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