_b4b.xml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2016
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_b4b" idsDialogTitle="IDS_TITLE_BORDER" helpId="dlgBorder">
  9. <dialogHtml><![CDATA[
  10. <div>
  11. <div HAL_dlgItemId="divBorders">
  12. <label HAL_dlgItemFor="chkCustomBorders" class="clsToggle">
  13. <input HAL_dlgItemId="chkCustomBorders" hideFocus="true" type="checkbox" onclick="_b4b._uqc(this);"/><span HAL_ids="IDS_LBL_borders"></span>
  14. </label>
  15. </div>
  16. <table cellpadding="0" cellspacing="0" style="margin-left:var(--32L); margin-top:var(--16S)">
  17. <tr>
  18. <td>
  19. <div style="white-space:nowrap;">
  20. <label HAL_dlgItemFor="chkBodyBorder" class="clsToggle">
  21. <input HAL_dlgItemId="chkBodyBorder" hideFocus="true" type="checkbox" style="margin-left:0; vertical-align:middle" onclick="_b4b._uqc(this);" />
  22. <span HAL_ids="IDS_LBL_bodyBorders"></span>
  23. </label>
  24. </div>
  25. <div style="padding-left:var(--32L); padding-top:4px;">
  26. <button HAL_dlgItemId="btnBodyBorder" style="width:145px" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_bodyBorders" onclick="_b4b._uqc(this);">
  27. <table cellpadding="0" cellspacing="0">
  28. <tr>
  29. <td>
  30. <div style="width:124px"></div>
  31. </td>
  32. <td style="padding:0 2px">
  33. <img HAL_src="hal/images/dropdown_arrow.gif" style="height:12px; width:12px; vertical-align:middle"/>
  34. </td>
  35. </tr>
  36. </table>
  37. </button>
  38. </div>
  39. <div style="white-space:nowrap; padding-top:14px;">
  40. <label HAL_dlgItemFor="chkVerticalBorders" class="clsToggle">
  41. <input HAL_dlgItemId="chkVerticalBorders" hideFocus="true" type="checkbox" style="margin-left:0; vertical-align:middle" onclick="_b4b._uqc(this);"/>
  42. <span HAL_ids="IDS_LBL_verticalBorders"></span>
  43. </label>
  44. </div>
  45. <div style="padding-left:var(--32L); padding-top:4px;">
  46. <button HAL_dlgItemId="btnVerticalBorders" style="width:145px" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_verticalBorders" onclick="_b4b._uqc(this);">
  47. <table cellpadding="0" cellspacing="0">
  48. <tr>
  49. <td>
  50. <div style="width:124px"></div>
  51. </td>
  52. <td style="padding:0 2px">
  53. <img HAL_src="hal/images/dropdown_arrow.gif" style="height:12px; width:12px; vertical-align:middle"/>
  54. </td>
  55. </tr>
  56. </table>
  57. </button>
  58. </div>
  59. <div style="white-space:nowrap; padding-top:14px;">
  60. <label HAL_dlgItemFor="chkHorizontalBorders" class="clsToggle">
  61. <input HAL_dlgItemId="chkHorizontalBorders" hideFocus="true" type="checkbox" style="margin-left:0; vertical-align:middle" onclick="_b4b._uqc(this);"/>
  62. <span HAL_ids="IDS_LBL_horizontalBorders"></span>
  63. </label>
  64. </div>
  65. <div style="padding-left:var(--32L); padding-top:4px;">
  66. <button HAL_dlgItemId="btnHorizontalBorders" style="width:145px" class="clsColorButton" HAL_idsAriaLabel="IDS_LBL_horizontalBorders" onclick="_b4b._uqc(this);">
  67. <table cellpadding="0" cellspacing="0">
  68. <tr>
  69. <td>
  70. <div style="width:124px"></div>
  71. </td>
  72. <td style="padding:0 2px">
  73. <img HAL_src="hal/images/dropdown_arrow.gif" style="height:12px; width:12px; vertical-align:middle"/>
  74. </td>
  75. </tr>
  76. </table>
  77. </button>
  78. </div>
  79. </td>
  80. <td style="padding-left:var(--16S)">
  81. <div HAL_dlgItemId="divBottom" >
  82. <table>
  83. <tr>
  84. <td>
  85. <div class="clsCCHLPreviewAreaContainer" style="padding:10px;">
  86. <table HAL_dlgItemId="divBorderTableTitlePreview" style="height:21px; width:105px; border-collapse:collapse;">
  87. <tr style="font-size: 8px; background-color: rgb(235, 240, 245)">
  88. <th style="border:0;"><span HAL_ids="IDS_BORDER_PREVIEW_TITLETEXT"></span></th>
  89. <th class="clsPreviewTitleCell"><span HAL_ids="IDS_BORDER_PREVIEW_TITLETEXT"></span></th>
  90. <th class="clsPreviewTitleCell"><span HAL_ids="IDS_BORDER_PREVIEW_TITLETEXT"></span></th>
  91. </tr>
  92. </table>
  93. <table HAL_dlgItemId="divBorderTablePreview" style="height:84px; width:105px; border-collapse:collapse; border-width: 0px 1px 1px 1px;">
  94. <tr>
  95. <td class="clsPreviewTableCell" style="border-top-width: 0px;"/>
  96. <td class="clsPreviewTableCell" style="border-top-width: 0px;"/>
  97. <td class="clsPreviewTableCell" style="border-right-width: 0px; border-top-width: 0px;"/>
  98. </tr>
  99. <tr>
  100. <td class="clsPreviewTableCell"/>
  101. <td class="clsPreviewTableCell"/>
  102. <td class="clsPreviewTableCell" style="border-right-width: 0px;"/>
  103. </tr>
  104. <tr>
  105. <td class="clsPreviewTableCell"/>
  106. <td class="clsPreviewTableCell"/>
  107. <td class="clsPreviewTableCell" style="border-right-width: 0px;"/>
  108. </tr>
  109. <tr>
  110. <td class="clsPreviewTableCell"/>
  111. <td class="clsPreviewTableCell"/>
  112. <td class="clsPreviewTableCell" style="border-right-width: 0px;"/>
  113. </tr>
  114. <tr>
  115. <td class="clsPreviewTableCell"/>
  116. <td class="clsPreviewTableCell"/>
  117. <td class="clsPreviewTableCell" style="border-right-width: 0px;"/>
  118. </tr>
  119. </table>
  120. </div>
  121. </td>
  122. </tr>
  123. </table>
  124. </div>
  125. </td>
  126. </tr>
  127. </table>
  128. <div class="clsDlgButtonBar" style="padding-top:24px">
  129. <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_b4b._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  130. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_b4b._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  131. </div>
  132. </div>
  133. ]]></dialogHtml>
  134. <styleSheets>
  135. <styleSheet src="cchl/cchl_dialogs.css"/>
  136. </styleSheets>
  137. </dialog>
  138. </resources>