Revision 4002
Added by berkley over 16 years ago
index.jsp | ||
---|---|---|
81 | 81 |
<% |
82 | 82 |
if(status != null && status.equals("success")) |
83 | 83 |
{ |
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.");
|
|
84 |
out.print("Your file was successfully uploaded with id <a href=\"http://linus.nceas.ucsb.edu/sms/metacat?docid=" + docid
|
|
85 |
+ "&action=read&qformat=sms\">" + docid + "</a>.");
|
|
86 | 86 |
} |
87 | 87 |
else |
88 | 88 |
{ |
Also available in: Unified diff
cleaned up the upload functionality a bit.