~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to contrib/struts-faces/web/example2/changePassword.jsp

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
 
2
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
 
3
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
 
4
 
 
5
<!--
 
6
 
 
7
 Copyright 2002,2004 The Apache Software Foundation.
 
8
 
 
9
 Licensed under the Apache License, Version 2.0 (the "License");
 
10
 you may not use this file except in compliance with the License.
 
11
 You may obtain a copy of the License at
 
12
 
 
13
      http://www.apache.org/licenses/LICENSE-2.0
 
14
 
 
15
 Unless required by applicable law or agreed to in writing, software
 
16
 distributed under the License is distributed on an "AS IS" BASIS,
 
17
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
18
 See the License for the specific language governing permissions and
 
19
 limitations under the License.
 
20
 
 
21
-->
 
22
 
 
23
 
 
24
<html:html locale="true">
 
25
<head>
 
26
<title><bean:message key="change.title"/></title>
 
27
<html:base/>
 
28
</head>
 
29
<body bgcolor="white">
 
30
 
 
31
<bean:message key="change.message"/>
 
32
<html:link page="/logon.jsp">
 
33
  <bean:message key="change.try"/>
 
34
</html:link>
 
35
 
 
36
</body>
 
37
</html:html>