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