Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / common / ibssAccessError.jsp @ 122:464d27830931

History | View | Annotate | Download (324 Bytes)

1 0:ea666cc7880e hadi
<%@page import="java.util.HashMap"%>
2
3
4
<h3><title>Insert title here</title></h3>
5
6
<blockquote class="note">
7
<table>
8
<tr>
9
<td>
10
<%
11
	if(request.getAttribute("params")!=null)
12
	{
13
		HashMap tempMap = (HashMap) request.getAttribute("params");
14
		out.println(tempMap.get(0));
15
	}
16
%>
17
</td></tr>
18
</table>
19
</blockquote>