Commit c0b64965 authored by Jim Fulton's avatar Jim Fulton

Updated to provide extra form for uploading from a file.

parent 0e43cc09
<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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment