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
d0887138
Commit
d0887138
authored
Feb 16, 1999
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of target!
parent
82357ae3
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
lib/python/OFS/documentAdd.dtml
lib/python/OFS/documentAdd.dtml
+1
-1
lib/python/OFS/documentUpload.dtml
lib/python/OFS/documentUpload.dtml
+1
-1
lib/python/OFS/findResult.dtml
lib/python/OFS/findResult.dtml
+2
-2
lib/python/OFS/imageAdd.dtml
lib/python/OFS/imageAdd.dtml
+1
-1
lib/python/OFS/imageEdit.dtml
lib/python/OFS/imageEdit.dtml
+1
-1
lib/python/OFS/imageUpload.dtml
lib/python/OFS/imageUpload.dtml
+1
-1
lib/python/OFS/methodAdd.dtml
lib/python/OFS/methodAdd.dtml
+1
-1
No files found.
lib/python/OFS/documentAdd.dtml
View file @
d0887138
...
@@ -10,7 +10,7 @@ You may also choose to upload an existing html file from your
...
@@ -10,7 +10,7 @@ You may also choose to upload an existing html file from your
local computer by clicking the <I>Browse</I> button.
local computer by clicking the <I>Browse</I> button.
<FORM ACTION="manage_addDTMLDocument" METHOD="POST"
<FORM ACTION="manage_addDTMLDocument" METHOD="POST"
ENCTYPE="multipart/form-data"
TARGET="manage_main"
>
ENCTYPE="multipart/form-data">
<TABLE CELLSPACING="2">
<TABLE CELLSPACING="2">
<TR>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
...
...
lib/python/OFS/documentUpload.dtml
View file @
d0887138
...
@@ -11,7 +11,7 @@ Choose an existing html file from your local computer by clicking the
...
@@ -11,7 +11,7 @@ Choose an existing html file from your local computer by clicking the
<I>Browse</I> button.
<I>Browse</I> button.
<FORM ACTION="manage_upload" METHOD="POST"
<FORM ACTION="manage_upload" METHOD="POST"
ENCTYPE="multipart/form-data"
TARGET="manage_main"
>
ENCTYPE="multipart/form-data">
<TABLE CELLSPACING="2">
<TABLE CELLSPACING="2">
<TR>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">File</TH>
<TH ALIGN="LEFT" VALIGN="TOP">File</TH>
...
...
lib/python/OFS/findResult.dtml
View file @
d0887138
...
@@ -43,12 +43,12 @@ Found <!--#var results fmt=collection-length--> item<!--#if expr="_.len(results)
...
@@ -43,12 +43,12 @@ Found <!--#var results fmt=collection-length--> item<!--#if expr="_.len(results)
<!--#in results-->
<!--#in results-->
<TR>
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="<!--#var sequence-key-->/manage_main"
TARGET="manage_main"
>
<A HREF="<!--#var sequence-key-->/manage_main">
<IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->"
<IMG SRC="<!--#var SCRIPT_NAME-->/<!--#var icon-->"
ALT="Click to open this item" BORDER="0"></A>
ALT="Click to open this item" BORDER="0"></A>
</TD>
</TD>
<TD ALIGN="LEFT" VALIGN="TOP">
<TD ALIGN="LEFT" VALIGN="TOP">
<A HREF="<!--#var sequence-key-->/manage_main"
TARGET="manage_main"
>
<A HREF="<!--#var sequence-key-->/manage_main">
<!--#var sequence-key-->
<!--#var sequence-key-->
<!--#if title-->
<!--#if title-->
(<!--#var title-->)
(<!--#var title-->)
...
...
lib/python/OFS/imageAdd.dtml
View file @
d0887138
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
to the application.
to the application.
<FORM ACTION="manage_add<!--#var Kind-->" METHOD="POST"
<FORM ACTION="manage_add<!--#var Kind-->" METHOD="POST"
ENCTYPE="multipart/form-data"
TARGET="manage_main"
>
ENCTYPE="multipart/form-data">
<TABLE CELLSPACING="2">
<TABLE CELLSPACING="2">
<TR>
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<TD ALIGN="LEFT" VALIGN="TOP">
...
...
lib/python/OFS/imageEdit.dtml
View file @
d0887138
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<!--#var manage_tabs-->
<!--#var manage_tabs-->
<FORM ACTION="manage_edit" METHOD="POST"
TARGET="manage_main"
>
<FORM ACTION="manage_edit" METHOD="POST">
<TABLE CELLSPACING="2">
<TABLE CELLSPACING="2">
<TR>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">Id</STRONG></TH>
<TH ALIGN="LEFT" VALIGN="TOP">Id</STRONG></TH>
...
...
lib/python/OFS/imageUpload.dtml
View file @
d0887138
...
@@ -10,7 +10,7 @@ Select a data file from your local computer by clicking the <EM>Browse</EM>
...
@@ -10,7 +10,7 @@ Select a data file from your local computer by clicking the <EM>Browse</EM>
button. The file you select will be uploaded to the application.
button. The file you select will be uploaded to the application.
<FORM ACTION="manage_upload" METHOD="POST"
<FORM ACTION="manage_upload" METHOD="POST"
ENCTYPE="multipart/form-data"
TARGET="manage_main"
>
ENCTYPE="multipart/form-data">
<TABLE CELLSPACING="2">
<TABLE CELLSPACING="2">
<TR>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
...
...
lib/python/OFS/methodAdd.dtml
View file @
d0887138
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
local computer by clicking the <I>Browse</I> button.
local computer by clicking the <I>Browse</I> button.
<FORM ACTION="manage_addDTMLMethod" METHOD="POST"
<FORM ACTION="manage_addDTMLMethod" METHOD="POST"
ENCTYPE="multipart/form-data"
TARGET="manage_main"
>
ENCTYPE="multipart/form-data">
<TABLE CELLSPACING="2">
<TABLE CELLSPACING="2">
<TR>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
...
...
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