blob: fdc5dcd4e0428f71ef25a941e5c9bada9efa83a4 [file] [log] [blame]
## Licensed to the Apache Software Foundation (ASF) under one
## or more contributor license agreements. See the NOTICE file
## distributed with this work for additional information
## regarding copyright ownership. The ASF licenses this file
## to you 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.
<div align="center"><h1>$success</h1></div>
You're now successfully running a <a
href="http://turbine.apache.org/">Turbine</a> based
application, deployed to <font color="red">$data.ServerData.ContextPath</a></font> on
your web container.<p/>
You can (and should!) change or remove this page at any time. It is
intended to give you immediate feedback if you just deployed an newly
setup Turbine application.</p>
Login here
<form method="post" enctype="application/x-www-form-urlencoded" name="loginForm" id="loginForm">
<fieldset>
<legend>Login</legend>
<input name="action" type="hidden" value="LoginUser">
<label for="username">Username</label>
<input type="text" id="username" name="username" value="" tabindex="1" autocomplete="off" autofocus="">
<label for="password">Password</label>
<input type="password" id="password" name="password" value="" tabindex="2" autocomplete="off">
<input type="submit" id="submitLogin" value="Login" tabindex="3">
</fieldset>
</form>