mob_error_details.htmli.template 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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, 2012
  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="PageCount" content="$META_PAGECOUNT"/>
  20. <meta name="Page" content="$META_PAGE"/>
  21. <meta name="RenderID" content="$META_RENDERID"/>
  22. <meta name="drillTargetCount" content="0"/>
  23. </head>
  24. <body>
  25. <div class="page">
  26. <div class="error-header">
  27. <h1>$REPORT_LABEL</h1>
  28. </div>
  29. <div class="error-path">
  30. $REPORT_PATH
  31. </div>
  32. <div class="error-text">
  33. <p>
  34. $ERROR_DETAILS
  35. </p>
  36. <p>
  37. $REPORT_ERROR_TEXT
  38. </p>
  39. </div>
  40. </div>
  41. </body>
  42. </html>