Project

General

Profile

« Previous | Next » 

Revision 4001

Added by berkley almost 16 years ago

changed message for successful upload, removed some clutter

View differences:

index.jsp
77 77
                  </tr>
78 78
                </table>
79 79
              </form>
80
              <div id="uploadstatus">
80
              <div id="uploadstatus" style="width:312px">
81 81
              <%
82 82
                if(status != null && status.equals("success"))
83 83
                {
84
                  out.print("Your file was successfully uploaded.  The url to " +
85
                  "your file is <a href=\"http://linus.nceas.ucsb.edu/sms/metacat?docid=" + docid 
86
                  + "&action=read&qformat=sms\">http://linus.nceas.ucsb.edu/sms/metacat?action=read&qformat=sms&docid=" + docid +
87
                  "</a>");
84
                  out.print("Your <a href=\"http://linus.nceas.ucsb.edu/sms/metacat?docid=" + docid 
85
                  + "&action=read&qformat=sms\">file</a> was successfully uploaded.");
88 86
                }
89 87
                else
90 88
                {

Also available in: Unified diff