mob_error_details.vm.template 816 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ; Licensed Materials - Property of IBM
  2. ; BI and PM: Mobile
  3. ; (C) Copyright IBM Corp. 2007, 2012
  4. ; US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. .Version $META_VERSION
  6. .Title $META_TITLE
  7. .Timestamp $META_TIMESTAMP
  8. .GatewayUrl $META_GATEWAY
  9. .CMPath $META_CMPATH
  10. .SourcePath $META_SOURCEPATH
  11. .DRILLSTR ""
  12. .StoreID $META_STOREID
  13. .SourceCode $META_SOURCECODE
  14. .PageCount $META_PAGECOUNT
  15. .ThumbnailSmall -1
  16. .Dashboard -1
  17. .Description ""
  18. .STATUS $META_STATUS
  19. PageBegin
  20. HeaderBegin
  21. $REPORT_LABEL
  22. HeaderEnd
  23. BodyBegin
  24. TableBegin ""
  25. SetStyle TABLELAYOUT
  26. ; row 0
  27. TableRow
  28. TableCell
  29. TextColor 0x00CC0000
  30. $ERROR_DETAILS
  31. TableRow
  32. TableCell
  33. TextColor 0x00000000
  34. $REPORT_ERROR_TEXT
  35. TableEnd
  36. BodyEnd
  37. PageEnd
  38. End