mob_error.vm.template 990 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. $REPORT_PATH
  30. ; row 1
  31. TableRow
  32. TableCell
  33. Image $ERROR_ICON_URI
  34. TableCell
  35. TextColor 0x00cc0000
  36. Font BOLD
  37. $ERROR_WARNING
  38. TableRow
  39. TableCell
  40. NextLine
  41. TableRow
  42. TableCell
  43. TextColor 0x00000000
  44. $REPORT_ERROR_TEXT
  45. TableRow
  46. TableCell
  47. NextLine
  48. TextColor 0x000000cc
  49. TableEnd
  50. BodyEnd
  51. PageEnd
  52. End