Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss112_user / ibssRetailUserSearch.jsp @ 132:58f4c4379845

History | View | Annotate | Download (5.1 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/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
			<td><bean:message key="user.id"/>&nbsp;:</td>
21
			<td><htmlEL:text name="ibssUserForm" property="searchUserAlias" maxlength="64" size="22"/></td>
22
		</tr>
23
		<%-- <tr>
24
			<td>&nbsp;</td>
25
			<td><bean:message key="user.name"/>&nbsp;:</td>
26
			<td><htmlEL:text name="ibssUserForm" property="searchUserName" maxlength="64" size="22"/>&nbsp;&nbsp;</td>
27
		</tr> --%>
28
		<%-- <tr>
29
			<td>&nbsp;</td>
30
			<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
		</tr> --%>
33
		<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
			<td><bean:message key="user.application"/>&nbsp;:</td>
50
			<td>
51
				<htmlEL:select name="ibssUserForm" property="searchUserApplication">
52
				<htmlEL:option value=""><bean:message key="general.select.option0"/></htmlEL:option>
53
				<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
					<htmlEL:option value="${key}"><c:out value="${value}"/></htmlEL:option>
57
				</logicEL:iterate>
58
				</htmlEL:select>
59
			</td>
60
		</tr>
61
		<%-- <tr>
62
			<td>&nbsp;</td>
63
			<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
		</tr> --%>
75
		
76
		<tr>
77
			<td>&nbsp;</td>
78
			<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
		<htmlEL:submit property="action" onclick="overlay();">
98
			<bean:message key="general.button.create" />
99
		</htmlEL:submit>
100
	</div>
101
	
102
	<div class="floatRight">
103
		<htmlEL:button property="action" styleClass="button" onclick="clearAll(this.form);">
104
			<bean:message key="general.button.clear"/>
105
		</htmlEL:button>
106
	</div>
107
	<br/>
108
</htmlEL:form>
109
<script type="text/javascript">
110
$(function() {
111
	$("#datepicker1").datepicker({
112
		dateFormat: 'dd/mm/yy',		
113
		showAnim: 'slideDown',
114
		showOn: 'button',
115
		buttonImage: '../images/calendar.gif',
116
		buttonImageOnly: true,
117
		minDate: '-1Y', maxDate: '+0D',
118
		onSelect : function(selectedDate) {
119
			$("#datepicker2").datepicker("option", "minDate", selectedDate);
120
		}
121
	});
122
	$("#datepicker2").datepicker({
123
		dateFormat: 'dd/mm/yy',
124
		showAnim: 'slideDown',
125
		showOn: 'button',
126
		buttonImage: '../images/calendar.gif',
127
		buttonImageOnly: true,
128
		minDate: '-1Y', maxDate: '+0D',
129
		onSelect : function(selectedDate) {
130
			$("#datepicker1").datepicker("option", "maxDate", selectedDate);
131
		}
132
	});
133
});
134
</script>