Revision 3455
Added by barteau about 17 years ago
lib/style/common/confirm.jspx | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> |
|
3 |
|
|
4 |
<!-- to change the content type or response encoding change the following line --> |
|
5 |
<jsp:directive.page contentType="text/html;charset=UTF-8"/> |
|
6 |
<jsp:directive.page import="edu.ucsb.nceas.metacat.clientview.ClientView"/> |
|
7 |
|
|
8 |
<jsp:useBean id="clientViewBean" scope="session" class="edu.ucsb.nceas.metacat.clientview.ClientView"/> |
|
9 |
<jsp:setProperty name="clientViewBean" property="*"/> |
|
10 |
|
|
11 |
<jsp:expression>clientViewBean.getMessage(ClientView.DELETE_MESSAGE)</jsp:expression> |
|
12 |
</jsp:root> |
|
0 | 13 |
Also available in: Unified diff
Confirmation dialag, which displays a message. Initial checkin. Intended to be the destination JSP when an entire data package is deleted (i.e. deleting the metadata file). Placed in common folder, since it is not skin specific.