mob_error.htmli.template 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: Mobile
  5. (C) Copyright IBM Corp. 2007, 2019
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  11. <title>$META_TITLE</title>
  12. <meta name="Version" content="$META_VERSION"/>
  13. <meta name="Title" content="$META_TITLE"/>
  14. <meta name="Timestamp" content="$META_TIMESTAMP"/>
  15. <meta name="GatewayUrl" content="$META_GATEWAY"/>
  16. <meta name="CMPath" content="$META_CMPATH"/>
  17. <meta name="SourcePath" content="$META_SOURCEPATH"/>
  18. <meta name="DRILLSTR" content=""/>
  19. <meta name="Page" content="$META_PAGE"/>
  20. <meta name="RenderID" content="$META_RENDERID"/>
  21. <meta name="drillTargetCount" content="0"/>
  22. </head>
  23. <body>
  24. <div class="page">
  25. <div class="error-header">
  26. <h1>$REPORT_LABEL</h1>
  27. </div>
  28. <div class="error-path">
  29. $REPORT_PATH
  30. </div>
  31. <div class="error-text">
  32. <p class="error-warning">
  33. <img src="images/error.png">
  34. $ERROR_WARNING
  35. </p>
  36. <p>
  37. $REPORT_ERROR_TEXT
  38. </p>
  39. </div>
  40. </div>
  41. </body>
  42. </html>