Statistics
| Branch: | Revision:

m2u-upass-admin / WebContent / jsp / ss101_access / ibssNotifAlert.jsp @ 30:603a499be622

History | View | Annotate | Download (1.51 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" prefix="logic" %>
4
<%@ taglib uri="/WEB-INF/tld/struts-logic-el" prefix="logicEL" %>
5
<%@ taglib uri="/WEB-INF/tld/c" prefix="c" %>
6

    
7
<script type="text/javascript" src="../js/passwordmeter.js"></script>
8

    
9
<h3><bean:message key="login.notifalert"/></h3>
10
<br/>
11

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

    
20
<htmlEL:form action="/ss101/notifAlert.do">
21

    
22
<table class="tabularForm" width="517" border="1">
23
  <tr>
24
    <td >&nbsp;</td>
25
    <td >&nbsp;</td>
26
    <td >&nbsp;</td>
27
    <td >&nbsp;</td>
28
  </tr>
29
  <tr>
30
    <td >&nbsp;</td>
31
    <td colspan="2"><bean:message key="login.notifalert.content"/></td>
32
    <td>&nbsp;</td>
33
    <td>&nbsp;</td>
34
  </tr>
35
  <tr>
36
    <td >&nbsp;</td>
37
    <td >&nbsp;</td>
38
    <td >&nbsp;</td>
39
    <td >&nbsp;</td>
40
  </tr>  
41
</table>
42
<div class="floatRight">
43
    <htmlEL:submit property="action" styleClass="button" onclick="overlay();">
44
			<bean:message key="general.button.skip"/>						
45
		</htmlEL:submit>
46
        <htmlEL:submit property="action" styleClass="button" onclick="overlay();">
47
			<bean:message key="general.button.change"/>						
48
	</htmlEL:submit>
49
</div>
50

    
51
</htmlEL:form>
52

    
53
<style>
54

    
55
#passwordStrength
56
{
57
	height:3px;
58
	display:block;
59
	float:left;
60
}
61

    
62
</style>