Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserSearch.jsp @ 39:11d31244edf5

History | View | Annotate | Download (4.97 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-logic-el" prefix="logicEL" %>
4
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
5
6
<bean:define id="viewBean" name="ibssUserForm" property="ibssUserViewBean" />
7
<h3 class="title"><strong><c:out value="${sessionScope.displayDesc}"/></strong></h3>
8
<table id="errorTable">
9
<tr>
10
	<td>
11
		<span id="serverSideError" class="error"><jsp:include flush="true" page="/jsp/errorHandler.jsp"></jsp:include></span>
12
	</td>
13
</tr>
14
</table>
15
<htmlEL:form action="/ss112/userEnquiryScreen.do">
16
	<table class="tabularForm">
17
		<tr><td height="30" colspan="4">&nbsp;</td></tr>
18
		<tr>
19
			<td>&nbsp;</td>
20 13:053ef68134de cheeping
			<td><bean:message key="user.id"/>&nbsp;:</td>
21 0:ea666cc7880e hadi
			<td><htmlEL:text name="ibssUserForm" property="searchUserAlias" maxlength="64" size="22"/></td>
22
		</tr>
23 23:252a254a49fd cheeping
		<%-- <tr>
24 0:ea666cc7880e hadi
			<td>&nbsp;</td>
25 13:053ef68134de cheeping
			<td><bean:message key="user.name"/>&nbsp;:</td>
26 0:ea666cc7880e hadi
			<td><htmlEL:text name="ibssUserForm" property="searchUserName" maxlength="64" size="22"/>&nbsp;&nbsp;</td>
27 23:252a254a49fd cheeping
		</tr> --%>
28 14:c3981884205f cheeping
		<%-- <tr>
29 0:ea666cc7880e hadi
			<td>&nbsp;</td>
30 13:053ef68134de cheeping
			<td><bean:message key="user.mobile.no"/>&nbsp;:</td>
31
			<td><htmlEL:text name="ibssUserForm" property="searchMobileNo" maxlength="20" size="22"/>&nbsp;&nbsp;</td>
32 14:c3981884205f cheeping
		</tr> --%>
33 0:ea666cc7880e hadi
		<tr>
34
			<td>&nbsp;</td>
35
			<td><bean:message key="user.status"/>&nbsp;:</td>
36
			<td>
37
				<htmlEL:select name="ibssUserForm" property="searchUserStatus">
38
				<htmlEL:option value=""><bean:message key="general.select.option0"/></htmlEL:option>
39
				<logicEL:iterate id="group" name="viewBean" property="userStatusMap">
40
					<bean:define id="key" name="group" property="key"/>
41
					<bean:define id="value" name="group" property="value"/>
42
					<htmlEL:option value="${key}"><c:out value="${value}"/></htmlEL:option>
43
				</logicEL:iterate>
44
				</htmlEL:select>
45
			</td>
46
		</tr>
47
		<tr>
48
			<td>&nbsp;</td>
49 13:053ef68134de cheeping
			<td><bean:message key="user.application"/>&nbsp;:</td>
50 0:ea666cc7880e hadi
			<td>
51 13:053ef68134de cheeping
				<htmlEL:select name="ibssUserForm" property="searchUserApplication">
52 0:ea666cc7880e hadi
				<htmlEL:option value=""><bean:message key="general.select.option0"/></htmlEL:option>
53 13:053ef68134de cheeping
				<logicEL:iterate id="app" name="viewBean" property="applicationMap">
54
					<bean:define id="key" name="app" property="key"/>
55
					<bean:define id="value" name="app" property="value"/>
56 0:ea666cc7880e hadi
					<htmlEL:option value="${key}"><c:out value="${value}"/></htmlEL:option>
57
				</logicEL:iterate>
58
				</htmlEL:select>
59
			</td>
60
		</tr>
61 14:c3981884205f cheeping
		<%-- <tr>
62 0:ea666cc7880e hadi
			<td>&nbsp;</td>
63 13:053ef68134de cheeping
			<td><bean:message key="user.authentication.mode"/>&nbsp;:</td>
64
			<td>
65
				<htmlEL:select name="ibssUserForm" property="searchUserAuthMode">
66
				<htmlEL:option value=""><bean:message key="general.select.option0"/></htmlEL:option>
67
				<logicEL:iterate id="auth" name="viewBean" property="authModeMap">
68
					<bean:define id="key" name="auth" property="key"/>
69
					<bean:define id="value" name="auth" property="value"/>
70
					<htmlEL:option value="${key}"><c:out value="${value}"/></htmlEL:option>
71
				</logicEL:iterate>
72
				</htmlEL:select>
73
			</td>
74 14:c3981884205f cheeping
		</tr> --%>
75 13:053ef68134de cheeping
76
		<tr>
77
			<td>&nbsp;</td>
78 0:ea666cc7880e hadi
			<td><bean:message key="user.search.creation.from.date"/>&nbsp;:</td>
79
			<td><htmlEL:text name="ibssUserForm" property="searchCreationDateFrom" readonly="true" styleId="datepicker1" maxlength="10" size="22" style="background-color : #EBE9E9;" />&nbsp;&nbsp;</td>
80
		</tr>
81
		<tr>
82
			<td>&nbsp;</td>
83
			<td><bean:message key="user.search.creation.to.date"/>&nbsp;:</td>
84
			<td><htmlEL:text name="ibssUserForm" property="searchCreationDateTo" readonly="true" styleId="datepicker2" maxlength="10" size="22" style="background-color : #EBE9E9;" />&nbsp;&nbsp;</td>
85
		</tr>
86
		<tr><td height="30" colspan="4">&nbsp;</td></tr>
87
		<tr valign="bottom">
88
			<td height="50" colspan="1"></td>
89
			<td colspan="3"><h6><i>*&nbsp;<bean:message key="audit.trail.main.date.format" /></i></h6></td>
90
		</tr>
91
	</table>
92
93
	<div class="floatRight">
94
		<htmlEL:submit property="action" styleClass="button" onclick="overlay();">
95
			<bean:message key="general.button.search"/>
96
		</htmlEL:submit>
97
	</div>
98
99
	<div class="floatRight">
100
		<htmlEL:button property="action" styleClass="button" onclick="clearAll(this.form);">
101
			<bean:message key="general.button.clear"/>
102
		</htmlEL:button>
103
	</div>
104
	<br/>
105
</htmlEL:form>
106
<script type="text/javascript">
107
$(function() {
108
	$("#datepicker1").datepicker({
109
		dateFormat: 'dd/mm/yy',
110
		showAnim: 'slideDown',
111
		showOn: 'button',
112
		buttonImage: '../images/calendar.gif',
113
		buttonImageOnly: true,
114
		minDate: '-1Y', maxDate: '+0D',
115
		onSelect : function(selectedDate) {
116
			$("#datepicker2").datepicker("option", "minDate", selectedDate);
117
		}
118
	});
119
	$("#datepicker2").datepicker({
120
		dateFormat: 'dd/mm/yy',
121
		showAnim: 'slideDown',
122
		showOn: 'button',
123
		buttonImage: '../images/calendar.gif',
124
		buttonImageOnly: true,
125
		minDate: '-1Y', maxDate: '+0D',
126
		onSelect : function(selectedDate) {
127
			$("#datepicker1").datepicker("option", "maxDate", selectedDate);
128
		}
129
	});
130
});
131
</script>