closedialog.html 1.9 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!--
  3. *********************************************************************************************************************************
  4. * Licensed Materials - Property of IBM *
  5. * *
  6. * IBM Cognos Products: AGS *
  7. * *
  8. * (C) Copyright IBM Corp. 2005, 2008 *
  9. * *
  10. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
  11. *********************************************************************************************************************************
  12. -->
  13. <html>
  14. <head>
  15. <title>&nbsp;</title>
  16. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  17. <meta name="Copyright" content="Copyright (C) 2008 Cognos Incorporated. All Rights Reserved.">
  18. <meta name="Trademark" content="Cognos and the Cognos logo are trademarks of Cognos Incorporated.">
  19. <script type="text/javascript" src="../ags/layout.js">//</script>
  20. <script language="JavaScript" type="text/javascript">
  21. <!--
  22. var dialogIsClosed = true;
  23. function init() {
  24. var cf = getConfigFrame();
  25. if (cf && cf.showDialogFrame)
  26. cf.showDialogFrame(0);
  27. }
  28. // -->
  29. </script>
  30. </head>
  31. <body style="background-color: #FFFFFF;" onload="init();">
  32. </body>
  33. </html>