Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss113_group / ibssIbGroupDeleteConfirm.jsp @ 146:acbff7ec018d

History | View | Annotate | Download (1.47 KB)

1 0:ea666cc7880e hadi
<%@ taglib uri="/WEB-INF/tld/struts-html-el" prefix="htmlEL" %>
2
<%@ taglib uri="/WEB-INF/tld/struts-bean" prefix="bean" %>
3
<%@ taglib uri="/WEB-INF/tld/struts-bean-el" prefix="beanEL" %>
4
<%@ taglib uri="/WEB-INF/tld/struts-logic" prefix="logic" %>
5
<%@ taglib uri="/WEB-INF/tld/struts-logic-el" prefix="logicEL" %>
6
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
7
8
<bean:define id="viewBean" name="ibssGroupForm" property="ibssGroupView" />
9
10
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/> - <bean:message key="navigation.details.displayDesc.delete.confirm" /></strong></h3>
11
<htmlEL:form action="/ss103/deleteGroupResult.do">
12
<table class="tabularForm" width="517" border="1">
13
  <tr>
14
    <td width="96">&nbsp;</td>
15
    <td class="success" width="264"><strong><bean:message key="user.desc.confirmation"/></strong></td>
16
    <td width="146">&nbsp;</td>
17
    <td width="86">&nbsp;</td>
18
  </tr>
19
   <tr>
20
	<td width="28">&nbsp;</td>
21
	<td colspan="2"><bean:message key="group.delete.confirm.msg"/>.</td>
22
	<td>&nbsp;</td>
23
  </tr>
24
  <tr>
25
    <td>&nbsp;</td>
26
    <td>&nbsp;</td>
27
    <td colspan="2">&nbsp;</td>
28
  </tr>
29
</table>
30
<div class="floatRight">
31
	<htmlEL:cancel property="action"  styleClass="button" onclick="overlay();">
32
		<bean:message key="general.button.back"/>
33
	</htmlEL:cancel>
34
	<htmlEL:submit property="action"  styleClass="button" onclick="overlay();">
35
		<bean:message key="general.button.confirm"/>
36
	</htmlEL:submit>
37
</div>
38
</htmlEL:form>