halHTML.htm 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: hal
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <!-- C_Dialog -->
  8. <div id="divHALModalDlgTemplate" class="clsModalDlgWin">
  9. <table class="clsModalDlg" cellspacing="0" cellpadding="0" onkeydown="U_DOM.F_StopTabKey(event)">
  10. <tr class="clsModalDlgHeader_active">
  11. <td style="white-space:nowrap; padding:3px 2px 2px 2px"><img class="clsImg16x16" style="display:none"/><span style="padding-left:2px">Title</span></td>
  12. <td style="white-space:nowrap; padding:2px; text-align:right; vertical-align:middle; padding-left:14px"><span style="vertical-align:middle; font-weight:normal; text-decoration:underline; cursor:pointer" HAL_ids="IDS_HAL_HELP_DLG_LINK" onclick="this.nextSibling._h402.F_FireOnHelp()">Help</span>
  13. <button class="clsXButton_active" onfocus="this.blur()" onclick="this._h402.F_OnCancel(event)" onmousedown="U_DOM.F_CancelEvent( event )" onmouseup="U_DOM.F_CancelEvent( event )" onmousemove="U_DOM.F_CancelEvent( event )">
  14. <img class="clsXButton" HAL_src="hal/images/x.gif"/>
  15. </button>
  16. </td>
  17. </tr>
  18. <tr style="vertical-align:top; height:100%">
  19. <td class="clsModalDlgBody" colspan="2"></td>
  20. </tr>
  21. <tr>
  22. <td colspan="2" style="height:7px"></td>
  23. </tr>
  24. <tr style="display:none">
  25. <td colspan="2" style="text-align:right; padding-right:1px; padding-bottom:1px"><span style="font-size:12pt; line-height: 12pt; font-family:Marlett; color:threedshadow; cursor:se-resize" onmousedown="C_Dialog._h8N( event, this )"><img HAL_src="hal/images/size_resize.gif"/></span></td>
  26. </tr>
  27. </table>
  28. </div>
  29. <!-- C_PropertySheet -->
  30. <div id="D_PropertySheetListView" class="clsDialog" HAL_visualParentRelation="bottom" HAL_visualParentOffsetTop="1" HAL_borderStyle="none" onkeypress="D_PropertySheetListView.F_OnKeyPress(event)">
  31. <div id="D_PropertySheetListView_divListView" class="clsListView_dropdown"></div>
  32. </div>
  33. <!-- D_InputBox -->
  34. <div id="D_InputBox" class="clsDialog" HAL_borderStyle="sizable" HAL_startupHeight="100" HAL_startupWidth="350" onkeydown="D_InputBox.F_OnKeyDown(event)" onkeypress="D_InputBox.F_OnKeyPress(event)">
  35. <div id="D_InputBox_divMsg" style="padding-top:4px" class="clsDialogText"></div>
  36. <textarea id="D_InputBox_taText" style="position:absolute; height:150px; overflow:auto" HAL_isSelectable="true" wrap="off" NAME="D_InputBox_taText"></textarea>
  37. <input id="D_InputBox_txtText" type="text" HAL_isSelectable="true" style="position:absolute" NAME="D_InputBox_txtText"/>
  38. <div id="D_InputBox_divButtonBarContainer" style="position:absolute">
  39. <div class="clsDlgButtonBar" id="D_InputBox_divButtonBar">
  40. <button id="D_InputBox_btnOK" class="clsDlgButton" onclick="D_InputBox._h0X(D_InputBox.K_iOK)" HAL_ids="IDS_HAL_BTN_OK">OK</button>
  41. <button id="D_InputBox_btnCancel" class="clsDlgButton" onclick="D_InputBox._h0X(D_InputBox.K_iCancel)" HAL_ids="IDS_HAL_BTN_CANCEL">Cancel</button>
  42. </div>
  43. </div>
  44. </div>
  45. <!-- D_MsgBox -->
  46. <div id="D_MsgBox" class="clsDialog" onkeypress="D_MsgBox.F_OnKeyPress(event)">
  47. <table class="clsDialogText" style="padding:4px" cellpadding="0" cellspacing="0">
  48. <tr style="vertical-align:top">
  49. <td>
  50. <img id="D_MsgBox_imgIcon" style="height:32px; width:32px" alt=""/>
  51. </td>
  52. <td style="padding-left:7px; padding-top:7px; white-space:nowrap">
  53. <span id="D_MsgBox_spanMsg">&nbsp;</span>
  54. </td>
  55. </tr>
  56. </table>
  57. <div id="D_MsgBox_divMoreInfo" style="padding:7px 0px 7px 50px"></div>
  58. <div class="clsDlgMsgBoxButtonBar">
  59. <button id="D_MsgBox_btnOK" class="clsDlgButton" onclick="D_MsgBox._h0X(D_MsgBox.K_iOK)" HAL_ids="IDS_HAL_BTN_OK">OK</button>
  60. <button id="D_MsgBox_btnYes" class="clsDlgButton" onclick="D_MsgBox._h0X(D_MsgBox.K_iYes)" HAL_ids="IDS_HAL_BTN_YES">Yes</button>
  61. <button id="D_MsgBox_btnNo" class="clsDlgButton" onclick="D_MsgBox._h0X(D_MsgBox.K_iNo)" HAL_ids="IDS_HAL_BTN_NO">No</button>
  62. <button id="D_MsgBox_btnCancel" class="clsDlgButton" onclick="D_MsgBox._h0X(D_MsgBox.K_iCancel)" HAL_ids="IDS_HAL_BTN_CANCEL">Cancel</button>
  63. </div>
  64. </div>
  65. <!-- D_Progress -->
  66. <div id="D_Progress" class="clsDialog" HAL_showX="false" HAL_initiallyHidden="true">
  67. <table class="clsDialogText" cellpadding="0" cellspacing="0" style="width:300px">
  68. <tr style="vertical-align:middle">
  69. <td>
  70. <img id="D_Progress_imgProgress" class="clsProgressImage" HAL_src="hal/images/progress.gif"/>
  71. </td>
  72. <td id="D_Progress_tdMsg" style="width:100%; padding-left:7px"></td>
  73. </tr>
  74. </table>
  75. <div class="clsDlgButtonBar">
  76. <button id="D_Progress_btnCancel" class="clsDlgButton" onclick="D_Progress.F_OnCancel()" HAL_ids="IDS_HAL_BTN_CANCEL" HAL_isDefault="true">Cancel</button>
  77. </div>
  78. </div>
  79. <!-- D_XmlError -->
  80. <div id="D_XmlError" class="clsDialog" style="width:390px; overflow:hidden" onkeypress="D_XmlError.F_OnKeyPress(event)">
  81. <div class="clsDialogText">
  82. <table cellpadding="0" cellspacing="0" class="clsDialogText">
  83. <tr>
  84. <td style="vertical-align:top"><img id="D_XmlError_imgIcon" style="height:32px; width:32px" alt=""/></td>
  85. <td style="width:100%; padding-left:7px"><span id="D_XmlError_message"></span></td>
  86. </tr>
  87. </table>
  88. <div id="D_XmlError_separatorDiv"><br/><hr/></div>
  89. <table cellpadding="0" cellspacing="0" class="clsDialogText">
  90. <tr id="D_XmlError_reasonRow">
  91. <td style="vertical-align:top; padding-top:5px; padding-right:4px; white-space:nowrap" HAL_ids="IDS_HAL_LBL_XML_ERR_REASON">Reason:</td>
  92. <td style="vertical-align:top; padding-top:5px; width:100%" id="D_XmlError_reason"></td>
  93. </tr>
  94. <tr id="D_XmlError_urlRow">
  95. <td style="vertical-align:top; padding-top:5px; padding-right:4px; white-space:nowrap" HAL_ids="IDS_HAL_LBL_XML_ERR_URL">URL:</td>
  96. <td style="vertical-align:top; padding-top:5px; width:100%" id="D_XmlError_url"></td>
  97. </tr>
  98. <tr id="D_XmlError_lineRow">
  99. <td style="vertical-align:top; padding-top:5px; padding-right:4px; white-space:nowrap" HAL_ids="IDS_HAL_LBL_XML_ERR_LINE">Line:</td>
  100. <td style="vertical-align:top; padding-top:5px; width:100%" id="D_XmlError_line"></td>
  101. </tr>
  102. <tr id="D_XmlError_characterRow">
  103. <td style="vertical-align:top; padding-top:5px; padding-right:4px; white-space:nowrap" HAL_ids="IDS_HAL_LBL_XML_ERR_CHAR">Character:</td>
  104. <td style="vertical-align:top; padding-top:5px; width:100%" id="D_XmlError_character"></td>
  105. </tr>
  106. <tr id="D_XmlError_sourceRow">
  107. <td colspan="2" style="vertical-align:top; padding-top:5px; padding-bottom:2px; white-space:nowrap" HAL_ids="IDS_HAL_LBL_XML_ERR_SOURCE">Source:</td>
  108. </tr>
  109. </table>
  110. <div id="D_XmlError_sourceDiv" style="overflow:auto; border:inset threedhighlight 2px; width:100%; height:90px; padding:2px">
  111. <div class="clsFixedWidthFont" style="white-space:nowrap"><br/>
  112. <div><span id="D_XmlError_source"></span><br/><span id="D_XmlError_arrow" style="color:red"></span></div></div>
  113. </div>
  114. </div>
  115. <div class="clsDlgButtonBar">
  116. <button id="D_XmlError_btnCopyToClipboard" class="clsDlgButton" style="width:auto" onclick="D_XmlError.F_CopyToClipboard()" HAL_ids="IDS_HAL_BTN_XML_ERR_COPYTOCLIPBOARD">Copy Errors to Clipboard</button>
  117. <button id="D_XmlError_btnOK" class="clsDlgButton" onclick="D_XmlError.F_OnOK()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK">OK</button>
  118. </div>
  119. </div>
  120. <!-- G_DragDrop -->
  121. <img id="idCursorNoDrop" class="clsCursor" HAL_src="hal/images/cursor_nodrop.gif" alt=""/>
  122. <img id="idCursorCopy" class="clsCursor" HAL_src="hal/images/cursor_copy.gif" alt=""/>
  123. <img id="idCursorMove" class="clsCursor" HAL_src="hal/images/cursor_move.gif" alt=""/>
  124. <img id="idCursorLink" class="clsCursor" HAL_src="hal/images/cursor_link.gif" alt=""/>
  125. <img id="idCursorCustomFaded" class="clsCursorFaded" alt=""/>
  126. <!-- C_TreeView -->
  127. <img id="idTreeViewDropCaret" HAL_src="hal/images/tv_dropcaret.gif"/>
  128. <!-- C_OrgTreeView -->
  129. <img id="idOrgTreeViewDropCaret" HAL_src="hal/images/tv_org_dropcaret.gif"/>
  130. <img id="idOrgTreeViewDropCaretInside" HAL_src="hal/images/tv_org_dropcaret_inside.gif"/>
  131. <!-- C_ListView -->
  132. <img id="idListViewDropCaret_report" HAL_src="hal/images/lv_dropcaret_report.gif" alt=""/>
  133. <img id="idListViewDropCaret_icon" HAL_src="hal/images/lv_dropcaret_icon.gif" alt=""/>