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