index.html revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp The contents of this file are subject to the terms
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp of the Common Development and Distribution License
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp (the License). You may not use this file except in
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp compliance with the License.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac You can obtain a copy of the License at
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac https://opensso.dev.java.net/public/CDDLv1.0.html or
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp See the License for the specific language governing
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp permission and limitations under the License.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac When distributing Covered Code, include this CDDL
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac Header Notice in each file and include the License file
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac If applicable, add the following below the CDDL Header,
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp with the fields enclosed by brackets [] replaced by
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp your own identifying information:
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp "Portions Copyrighted [year] [name of copyright owner]"
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp $Id: index.html,v 1.4 2008/06/25 05:44:40 qcheng Exp $
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp <title>Please Wait While Redirecting to console</title>
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp function redirectToConsole() {
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp var params = getQueryParameters();
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp var url = '/base/AMAdminFrame';
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp if (params != '') {
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp url += params + '&amconsoleRedirect=1&' + getDateStamp();
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp url += '?&amconsoleRedirect=1&' + getDateStamp();
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp function getDateStamp() {
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp while (s.length < 80) {
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp t = (48 + Math.round(Math.random() * 74));
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp r = ((t<58) || ((t>64) && (t<91)) || ((t>96) && (t<123))) ?
6031e9c7eb72435516a6828deb2e97533ed0382dludovicp function getQueryParameters() {
var idx = loc.indexOf('?');
return loc.substring(idx);