_1e7.htm 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <style>
  2. .clsReportDetailsView
  3. {
  4. font-size: var(--BODY-S);
  5. text-align: left;
  6. }
  7. #idOverviewDescriptionDetails
  8. {
  9. white-space: normal;
  10. height: 100px;
  11. width: 100%;
  12. overflow: auto;
  13. border: 1px solid var(--G2);
  14. padding: 4px;
  15. }
  16. #idReportView_divSourcesList .clsListItem
  17. {
  18. line-height: 32px !important;
  19. }
  20. SPAN.clsDefaultSourceIndicator
  21. {
  22. color: var(--support-01);
  23. font-weight: bold;
  24. vertical-align: middle;
  25. }
  26. DIV.clsReportViewListView > DIV.clsListViewHeaderPane:first-of-type + DIV > DIV.clsListViewColumnHeader
  27. {
  28. padding-left: var(--16S);
  29. }
  30. </style>
  31. <table style="margin:var(--16S); border-collapse:collapse;">
  32. <tr style="vertical-align:top">
  33. <td style="padding:0 var(--16S) 0 0; width:100%;">
  34. <div class="clsLabel" HAL_ids="IDS_LBL_REPORTOVERVIEW_DESCRIPTION"></div>
  35. <div id="idOverviewDescriptionDetails"></div>
  36. </td>
  37. <td>
  38. <div>
  39. <div class="clsLabel" HAL_ids="IDS_LBL_REPORTOVERVIEW_DATASOURCES"></div>
  40. <div id="idReportView_divSourcesList" class="clsListView" style="width:400px; height:80px; overflow:auto;"></div>
  41. <div style="padding:4px 0 0 4px"><span class="clsDefaultSourceIndicator">*</span> <span HAL_ids="IDS_LBL_RV_DEFAULT_SOURCE"></span></div>
  42. </div>
  43. </td>
  44. </tr>
  45. </table>
  46. <div style="margin:var(--16S);">
  47. <label for="idReportView_chkParameters" HAL_idsTooltip="IDS_TOOLTIP_RV_PARAMETERS" class="clsToggle" style="margin-bottom:2px">
  48. <input id="idReportView_chkParameters" type="checkbox" onclick="_1e7._b93(this)"/><span class="clsLabel" HAL_ids="IDS_LBL_RV_PARAMETERS"></span>
  49. </label>
  50. <div id="idReportView_divParametersList" class="clsListView clsReportViewListView" style="width:830px; height:230px;"></div>
  51. <div style="width:830px; text-align:right;"><span HAL_ids="IDS_MI_FILE_CLEAR_PARAMETER_VALUES" style="vertical-align:middle; margin-right:20px" class="clsHyperlink" onclick="_f8j._ab4()"></span></div>
  52. </div>
  53. <div class="clsLabel" style="margin-left:var(--16S); margin-bottom:2px">
  54. <label for="idReportView_chkCounts" HAL_idsTooltip="IDS_TOOLTIP_RV_COUNTS" class="clsToggle">
  55. <input id="idReportView_chkCounts" type="checkbox" onclick="_1e7._nh6(this)"/><span class="clsLabel" HAL_ids="IDS_LBL_RV_COUNTS"></span>
  56. </label>
  57. </div>
  58. <table style="border-collapse:collapse;">
  59. <tr style="vertical-align:top">
  60. <td style="padding:0 var(--16S)">
  61. <div id="idReportView_divReportCountList" class="clsListView clsReportViewListView" style="width:290px; height:230px;"></div>
  62. </td>
  63. <td style="padding:0 var(--16S) 0 0">
  64. <div id="idReportView_divPageObjectsList" class="clsListView clsReportViewListView" style="width:290px; height:230px;"></div>
  65. </td>
  66. </tr>
  67. </table>
  68. <div id="idReportView_divSize" style="display:none; margin:var(--16S);">
  69. <div><span>Spec size: </span><span id="idReportView_spanSize"></span></div>
  70. </div>