home *** CD-ROM | disk | FTP | other *** search
- #*
- Copyright 1999-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- *#
- #parse ("view/velocity/IncludeTop.vm")
-
- <br clear="all" />
- <center><b><font color="RED">$message </font></b></center><br clear="all" />
-
- <form action="${continuation.id}.kont" method="POST">
-
-
-
-
-
-
-
- <table align="center" border="0">
- <tr>
- <td colspan="2">Please enter your username and password.
- <br /> </td>
- </tr>
- <tr>
- <td>Username:</td>
- <td><input type="text" name="username" value="j2ee" /></td>
- </tr>
- <tr>
- <td>Password:</td>
- <td><input type="password" name="password" value="j2ee" /></td>
- </tr>
- <tr>
- <td> </td>
- <td><input type="image" border="0" src="images/button_submit.gif" name="update" /></td>
- </tr>
- </table>
- </form>
- <center>
- <a href="${registerType}Account.do">
- <img border="0" src="images/button_register_now.gif" />
- </a>
- </center>
-
-
- #parse("view/velocity/IncludeBottom.vm")
-
-
-