123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <!--
- Licensed Materials - Property of IBM
- BI and PM: Mobile
- (C) Copyright IBM Corp. 2007, 2019
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <title>$META_TITLE</title>
- <meta name="Version" content="$META_VERSION"/>
- <meta name="Title" content="$META_TITLE"/>
- <meta name="Timestamp" content="$META_TIMESTAMP"/>
- <meta name="GatewayUrl" content="$META_GATEWAY"/>
- <meta name="CMPath" content="$META_CMPATH"/>
- <meta name="SourcePath" content="$META_SOURCEPATH"/>
- <meta name="DRILLSTR" content=""/>
- <meta name="Page" content="$META_PAGE"/>
- <meta name="RenderID" content="$META_RENDERID"/>
- <meta name="drillTargetCount" content="0"/>
- <style>
- body {
- background-color: white;
- color: #000;
- font-family: Helvetica;
- font-size: 16px;
- font-weight: bold;
- margin: 0;
- overflow-x: hidden;
- }
- .viewer {
- background-color: #fff;
- bottom: 3px;
- font-weight: normal !important;
- position: absolute;
- top: 47px;
- width: 100%;
- z-index: 1;
- }
- div.error-header {
- font-size: 18px;
- padding: 0 10px;
- }
- div.error-path {
- color: #808080;
- font-style: italic;
- padding-left: 12px;
- padding-right: 10px;
- }
- div.error-text {
- background-color: #fff2f2;
- border: 2px solid red;
- color: #000000;
- float: left;
- font-size: 14px;
- margin-bottom: 5px;
- margin-left: 10px;
- margin-top: 5px;
- padding: 7px 14px;
- }
- p.error-warning {
- font-size: 18px;
- }
- h1 {
- font-size: 18px;
- margin: 0;
- padding: 0;
- }
- </style>
- </head>
- <body>
- <div class="viewer">
- <div class="page">
- <div class="error-header">
- <h1>$REPORT_LABEL</h1>
- </div>
- <div class="error-path">
- $REPORT_PATH
- </div>
-
- <div class="error-text">
- <p class="error-warning">
- <img src="$ERROR_ICON_URI">
- $ERROR_WARNING
- </p>
- <p>
- $REPORT_ERROR_TEXT
- </p>
- </div>
- </div>
- </div>
- </body>
- </html>
|