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
c0b64965
Commit
c0b64965
authored
Nov 11, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to provide extra form for uploading from a file.
parent
0e43cc09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
50 deletions
+70
-50
lib/python/OFS/documentEdit.dtml
lib/python/OFS/documentEdit.dtml
+70
-50
No files found.
lib/python/OFS/documentEdit.dtml
View file @
c0b64965
<HTML>
<HTML>
<HEAD>
<HEAD>
<TITLE>Edit
Document
</TITLE>
<TITLE>Edit
<!--#var title_or_id-->
</TITLE>
</HEAD>
</HEAD>
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<FORM ACTION="manage_edit" METHOD="POST">
<H2>Edit Document</H2>
<H2>Edit Document</H2>
<TABLE CELLSPACING="2">
<h3>Edit Document Source and Properties</h3>
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<FORM ACTION="manage_edit" METHOD="POST">
<STRONG>Id</STRONG>
<TABLE CELLSPACING="2">
</TD>
<TR>
<TD ALIGN="LEFT" VALIGN="TOP">
<TH ALIGN="LEFT" VALIGN="TOP">Id</TH>
<!--#var id-->
<TD ALIGN="LEFT" VALIGN="TOP"><!--#var id--></TD>
</TD>
</TR>
</TR>
<TR>
<TR>
<TH ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH>
<TD ALIGN="LEFT" VALIGN="TOP">
<TD ALIGN="LEFT" VALIGN="TOP">
<EM><STRONG>Title</STRONG></EM>
<!--#if title-->
</TD>
<INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="<!--#var title-->">
<TD ALIGN="LEFT" VALIGN="TOP">
<!--#else title-->
<!--#if title-->
<INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="">
<INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="<!--#var title-->">
<!--#/if title-->
<!--#else title-->
</TD>
<INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="">
</TR>
<!--#/if title-->
<!--#var smallRolesWidget-->
</TD>
<TR>
</TR>
<TD COLSPAN="2" ALIGN="CENTER">
<!--#var smallRolesWidget-->
<TEXTAREA NAME="data:text"
<TR>
<!--#if dtpref_cols-->
<TD COLSPAN="2" ALIGN="CENTER">
COLS="<!--#var dtpref_cols-->"
<TEXTAREA NAME="data:text"
<!--#else dtpref_cols-->
<!--#if dtpref_cols-->
COLS="50"
COLS="<!--#var dtpref_cols-->"
<!--#/if dtpref_cols-->
<!--#else dtpref_cols-->
<!--#if dtpref_rows-->
COLS="50"
ROWS="<!--#var dtpref_rows-->"
<!--#/if dtpref_cols-->
<!--#else dtpref_rows-->
<!--#if dtpref_rows-->
ROWS="20"
ROWS="<!--#var dtpref_rows-->"
<!--#/if dtpref_rows-->><!--#var __str__--></TEXTAREA>
<!--#else dtpref_rows-->
</TD>
ROWS="20"
</TR>
<!--#/if dtpref_rows-->><!--#var __str__--></TEXTAREA>
<TR>
</TD>
<TD></TD>
</TR>
<TD>
<TR>
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Edit">
<TD></TD>
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Smaller">
<TD>
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Bigger">
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Edit">
</TD>
</TR>
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Smaller">
</TABLE>
<INPUT NAME=SUBMIT TYPE="SUBMIT" VALUE="Bigger">
</FORM>
</TD>
</TR>
<hr>
</TABLE>
</FORM>
<h3>Upload Document Source from a File</h3>
You may upload the source for <!--#var title_and_id--> using the form below.
Also, you may choose to upload an existing html file from your
local computer by clicking the <I>Browse</I> button.
<FORM ACTION="manage_addDocument" METHOD="POST"
ENCTYPE="multipart/form-data" TARGET="manage_main">
<TABLE CELLSPACING="2">
<TR>
<TH ALIGN="LEFT" VALIGN="TOP">File</TH>
<TD ALIGN="LEFT" VALIGN="TOP">
<INPUT TYPE="file" NAME="file:string" SIZE="25" VALUE="">
</TD>
</TR>
<TR>
<TD></TD>
<TD><BR><INPUT TYPE="SUBMIT" VALUE=" Add "></TD>
</TR>
</TABLE>
</FORM>
</BODY>
</BODY>
</HTML>
</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