123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <html>
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=5"/>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <meta name="Copyright" content="Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved."/>
- <meta name="Trademark" content="Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated)."/>
- <title> </title>
- <script>
- RSParameters = {};
- RSParameters["parentType"] = "RSFrame";
- var _2wf = window.location.search;
- if ( _2wf )
- {
- _2wf = _2wf.substr( 1 );
- var _r8i = _2wf.split( "&" );
- for ( var i = 0; i < _r8i.length; ++i )
- {
- var _rzi = decodeURIComponent( _r8i[i].replace( /\+/g, " " ) );
- var _ghi = _rzi.indexOf( "=" );
- if ( _ghi != -1 )
- {
- RSParameters[_rzi.substring( 0, _ghi )] = _rzi.substr( _ghi + 1 );
- }
- }
- }
- </script>
- <head>
- <frameset style="border:0px" framespacing="0" border="0" frameborder="no">
- <frame border="0" frameborder="no" src="rsapp.htm"></frame>
- </frameset>
- </html>
|