Commit c39ee291 authored by Jim Fulton's avatar Jim Fulton

Got rid of PARENT_URL.

parent f7ca5d41
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555"> <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
<H2>Add Folder</H2> <H2>Add Folder</H2>
<FORM ACTION="<!--#var PARENT_URL-->/manage_addFolder" METHOD="POST"> <FORM ACTION="manage_addFolder" METHOD="POST">
<TABLE CELLSPACING="2"> <TABLE CELLSPACING="2">
<TR> <TR>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
Select an image from your local computer by clicking the <I>Browse</I> Select an image from your local computer by clicking the <I>Browse</I>
button. The image file you select will be uploaded to the application. button. The image file you select will be uploaded to the application.
<FORM ACTION="<!--#var PARENT_URL-->/manage_addImage" METHOD="POST" <FORM ACTION="manage_addImage" METHOD="POST"
ENCTYPE="multipart/form-data" TARGET="manage_main"> ENCTYPE="multipart/form-data" TARGET="manage_main">
<TABLE CELLSPACING="2"> <TABLE CELLSPACING="2">
<TR> <TR>
......
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