Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss105_content / ibssBankBranchDetails.jsp @ 11:a6a63c03e6e0

History | View | Annotate | Download (7.44 KB)

1
<%@ 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/c" prefix="c" %>
4

    
5
<h3 class="title"><strong><bean:write name="contentForm" property="contentTypeCode"/></strong></h3><br/>
6

    
7
<h5><bean:write name="contentForm" property="categoryName"/></h5><br/>
8

    
9
<table id="errorTable">
10
<tr>
11
	<td>
12
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
13
	</td>
14
</tr>
15
</table>
16

    
17
<bean:define id="bankBranchBean" name="contentForm" property="bankBranchBean" />
18
<table class="tabularForm">	
19
	<tr><td width="10%">&nbsp;</td></tr>
20
	<tr>
21
		<td width="10%">&nbsp;</td>
22
		<td><bean:message key="content_bank_branch_code"/></td>
23
		<td><strong><c:out value="${bankBranchBean.map.branchCode}"/></strong></td>
24
	</tr>
25
	<tr>
26
		<td width="10%">&nbsp;</td>
27
		<td><bean:message key="content_bank_branch_name"/></td>
28
		<td><strong>
29
			<c:choose>
30
				<c:when test="${not empty bankBranchBean.map.branchName}">
31
					<c:out value="${bankBranchBean.map.branchName}"/>
32
				</c:when>
33
				<c:otherwise>-</c:otherwise>
34
			</c:choose>
35
		</strong></td>
36
	</tr>
37
	<c:if test="${secondLanguageSupportViewBean.map.secondLanguageSupportView eq true}">
38
	<tr>
39
		<td width="10%">&nbsp;</td>
40
		<td><bean:message key="content_bank_branch_name_ML"/></td>
41
		<td><strong>
42
			<c:choose>
43
				<c:when test="${not empty bankBranchBean.map.branchNameML}">
44
					<c:out value="${bankBranchBean.map.branchNameML}"/>
45
				</c:when>
46
				<c:otherwise>-</c:otherwise>
47
			</c:choose>
48
		</strong></td>
49
	</tr>
50
	</c:if>
51
	<tr>
52
		<td width="10%">&nbsp;</td>
53
		<td><bean:message key="content_bank_branch_addr"/>:</td>
54
		<td><strong>
55
			<c:choose>
56
				<c:when test="${not empty bankBranchBean.map.branchAddr1}">
57
					<c:out value="${bankBranchBean.map.branchAddr1}"/>
58
				</c:when>
59
				<c:otherwise>-</c:otherwise>
60
			</c:choose>
61
		</strong></td>
62
	</tr>
63
	<tr>
64
		<td width="10%">&nbsp;</td>
65
		<td>&nbsp;</td>
66
		<td><strong>
67
			<c:choose>
68
				<c:when test="${not empty bankBranchBean.map.branchAddr2}">
69
					<c:out value="${bankBranchBean.map.branchAddr2}"/>
70
				</c:when>
71
				<c:otherwise>-</c:otherwise>
72
			</c:choose>
73
		</strong></td>
74
	</tr>
75
	<tr>
76
		<td width="10%">&nbsp;</td>
77
		<td>&nbsp;</td>
78
		<td><strong>
79
			<c:choose>
80
				<c:when test="${not empty bankBranchBean.map.branchAddr3}">
81
					<c:out value="${bankBranchBean.map.branchAddr3}"/>
82
				</c:when>
83
				<c:otherwise>-</c:otherwise>
84
			</c:choose>
85
		</strong></td>
86
	</tr>
87
	<tr>
88
		<td width="10%">&nbsp;</td>
89
		<td>&nbsp;</td>
90
		<td><strong>
91
			<c:choose>
92
				<c:when test="${not empty bankBranchBean.map.branchAddr4}">
93
					<c:out value="${bankBranchBean.map.branchAddr4}"/>
94
				</c:when>
95
				<c:otherwise>-</c:otherwise>
96
			</c:choose>
97
		</strong></td>
98
	</tr>
99
	<tr>
100
		<td width="10%">&nbsp;</td>
101
		<td>&nbsp;</td>
102
		<td><strong>
103
			<c:choose>
104
				<c:when test="${not empty bankBranchBean.map.branchAddr5}">
105
					<c:out value="${bankBranchBean.map.branchAddr5}"/>
106
				</c:when>
107
				<c:otherwise>-</c:otherwise>
108
			</c:choose>
109
		</strong></td>
110
	</tr>
111
	<tr>
112
		<td width="10%">&nbsp;</td>
113
		<td><bean:message key="content_bank_branch_postcode"/>:</td>
114
		<td><strong>
115
			<c:choose>
116
				<c:when test="${not empty bankBranchBean.map.branchPostCode}">
117
					<c:out value="${bankBranchBean.map.branchPostCode}"/>
118
				</c:when>
119
				<c:otherwise>-</c:otherwise>
120
			</c:choose>
121
		</strong></td>
122
	</tr>
123
	<tr>
124
		<td width="10%">&nbsp;</td>
125
		<td><bean:message key="content_bank_branch_contact"/>:</td>
126
		<td><strong>
127
			<c:choose>
128
				<c:when test="${not empty bankBranchBean.map.branchContact}">
129
					<c:out value="${bankBranchBean.map.branchContact}"/>
130
				</c:when>
131
				<c:otherwise>-</c:otherwise>
132
			</c:choose>
133
		</strong></td>
134
	</tr>
135
	<tr>
136
		<td width="10%">&nbsp;</td>
137
		<td><bean:message key="content_bank_branch_fax"/>:</td>
138
		<td><strong>
139
			<c:choose>
140
				<c:when test="${not empty bankBranchBean.map.branchFax}">
141
					<c:out value="${bankBranchBean.map.branchFax}"/>
142
				</c:when>
143
				<c:otherwise>-</c:otherwise>
144
			</c:choose>
145
		</strong></td>
146
	</tr>
147
	<tr>
148
		<td width="10%">&nbsp;</td>
149
		<td><bean:message key="content_bank_branch_area_code"/>:</td>
150
		<td><strong>
151
			<c:choose>
152
				<c:when test="${not empty bankBranchBean.map.branchAreaCode}">
153
					<c:out value="${bankBranchBean.map.branchAreaCode}"/>
154
				</c:when>
155
				<c:otherwise>-</c:otherwise>
156
			</c:choose>
157
		</strong></td>
158
	</tr>
159
<!-- 	<tr> -->
160
<!-- 		<td width="10%">&nbsp;</td> -->
161
<%-- 		<td><bean:message key="content_bank_branch_start_acc_number_fd"/>:</td> --%>
162
<!-- 		<td><strong> -->
163
<%-- 			<c:choose> --%>
164
<%-- 				<c:when test="${not empty bankBranchBean.map.branchStartAccountNumberFD}"> --%>
165
<%-- 					<c:out value="${bankBranchBean.map.branchStartAccountNumberFD}"/> --%>
166
<%-- 				</c:when> --%>
167
<%-- 				<c:otherwise>-</c:otherwise> --%>
168
<%-- 			</c:choose> --%>
169
<!-- 		</strong></td> -->
170
<!-- 	</tr> -->
171
<!-- 	<tr> -->
172
<!-- 		<td width="10%">&nbsp;</td> -->
173
<%-- 		<td><bean:message key="content_bank_branch_start_rolling_number_fd"/>:</td> --%>
174
<!-- 		<td><strong> -->
175
<%-- 			<c:choose> --%>
176
<%-- 				<c:when test="${not empty bankBranchBean.map.branchStartRollingNumberFD}"> --%>
177
<%-- 					<c:out value="${bankBranchBean.map.branchStartRollingNumberFD}"/> --%>
178
<%-- 				</c:when> --%>
179
<%-- 				<c:otherwise>-</c:otherwise> --%>
180
<%-- 			</c:choose> --%>
181
<!-- 		</strong></td> -->
182
<!-- 	</tr> -->
183
	<tr>
184
		<td width="10%">&nbsp;</td>
185
		<td><bean:message key="content_status"/></td>
186
		<td><strong>
187
			<c:choose>
188
				<c:when test="${not empty bankBranchBean.map.status}">
189
					<c:out value="${bankBranchBean.map.status}"/>
190
				</c:when>
191
				<c:otherwise>-</c:otherwise>
192
			</c:choose>
193
		</strong></td>
194
	</tr>
195
	<tr><td width="10%">&nbsp;</td></tr>
196
</table>
197
<c:if test="${contentForm.map.hasContentEditAccess eq true}">
198
<htmlEL:form action="/ss105/editBankBranch.do">
199
	<htmlEL:hidden property="ID" name="bankBranchBean"></htmlEL:hidden>
200
	<htmlEL:submit property="action" styleClass="button floatRight" onclick="overlay();">
201
		<bean:message key="general.button.edit"/>						
202
	</htmlEL:submit>
203
</htmlEL:form>
204
</c:if>
205
<c:if test="${contentForm.map.hasContentDeleteAccess eq true}">
206
<htmlEL:form action="/ss105/confirmDeleteBankBranch.do">
207
	<c:set var="name" value="${bankBranchBean.map.branchName}"></c:set>
208
	<htmlEL:hidden property="ID" name="bankBranchBean"></htmlEL:hidden>
209
	<htmlEL:hidden property="name" value="${name}"></htmlEL:hidden>
210
	<htmlEL:submit property="action" styleClass="button floatRight" onclick="overlay();">
211
		<bean:message key="general.button.delete"/>						
212
	</htmlEL:submit>
213
</htmlEL:form>
214
</c:if>
215
<c:choose>
216
	<c:when test="${contentForm.map.isSearch eq true}">
217
		<htmlEL:form action="/ss105/searchBankBranchResult.do?p=${bankBranchBean.map.currentPage}">
218
			<htmlEL:submit property="action" styleClass="button floatRight" onclick="overlay();">
219
				<bean:message key="general.button.back"/>						
220
			</htmlEL:submit>
221
		</htmlEL:form>
222
	</c:when>
223
	<c:otherwise>
224
		<htmlEL:form action="/ss105/subContentCategory.do?p=${bankBranchBean.map.currentPage}">
225
			<htmlEL:hidden property="categoryID" value="${contentForm.map.categoryID}"></htmlEL:hidden>
226
			<htmlEL:submit property="action" styleClass="button floatRight" onclick="overlay();">
227
				<bean:message key="general.button.back"/>						
228
			</htmlEL:submit>
229
		</htmlEL:form>
230
	</c:otherwise>
231
</c:choose>