Commit d0887138 authored by Jim Fulton's avatar Jim Fulton

Got rid of target!

parent 82357ae3
...@@ -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>
......
...@@ -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>
......
...@@ -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-->)
......
...@@ -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">
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
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