12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <style>
- .clsReportDetailsView
- {
- font-size: var(--BODY-S);
- text-align: left;
- }
- #idOverviewDescriptionDetails
- {
- white-space: normal;
- height: 100px;
- width: 100%;
- overflow: auto;
- border: 1px solid var(--G2);
- padding: 4px;
- }
- #idReportView_divSourcesList .clsListItem
- {
- line-height: 32px !important;
- }
- SPAN.clsDefaultSourceIndicator
- {
- color: var(--support-01);
- font-weight: bold;
- vertical-align: middle;
- }
- DIV.clsReportViewListView > DIV.clsListViewHeaderPane:first-of-type + DIV > DIV.clsListViewColumnHeader
- {
- padding-left: var(--16S);
- }
- </style>
- <table style="margin:var(--16S); border-collapse:collapse;">
- <tr style="vertical-align:top">
- <td style="padding:0 var(--16S) 0 0; width:100%;">
- <div class="clsLabel" HAL_ids="IDS_LBL_REPORTOVERVIEW_DESCRIPTION"></div>
- <div id="idOverviewDescriptionDetails"></div>
- </td>
- <td>
- <div>
- <div class="clsLabel" HAL_ids="IDS_LBL_REPORTOVERVIEW_DATASOURCES"></div>
- <div id="idReportView_divSourcesList" class="clsListView" style="width:400px; height:80px; overflow:auto;"></div>
- <div style="padding:4px 0 0 4px"><span class="clsDefaultSourceIndicator">*</span> <span HAL_ids="IDS_LBL_RV_DEFAULT_SOURCE"></span></div>
- </div>
- </td>
- </tr>
- </table>
- <div style="margin:var(--16S);">
- <label for="idReportView_chkParameters" HAL_idsTooltip="IDS_TOOLTIP_RV_PARAMETERS" class="clsToggle" style="margin-bottom:2px">
- <input id="idReportView_chkParameters" type="checkbox" onclick="_1e7._b93(this)"/><span class="clsLabel" HAL_ids="IDS_LBL_RV_PARAMETERS"></span>
- </label>
- <div id="idReportView_divParametersList" class="clsListView clsReportViewListView" style="width:830px; height:230px;"></div>
- <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>
- </div>
- <div class="clsLabel" style="margin-left:var(--16S); margin-bottom:2px">
- <label for="idReportView_chkCounts" HAL_idsTooltip="IDS_TOOLTIP_RV_COUNTS" class="clsToggle">
- <input id="idReportView_chkCounts" type="checkbox" onclick="_1e7._nh6(this)"/><span class="clsLabel" HAL_ids="IDS_LBL_RV_COUNTS"></span>
- </label>
- </div>
- <table style="border-collapse:collapse;">
- <tr style="vertical-align:top">
- <td style="padding:0 var(--16S)">
- <div id="idReportView_divReportCountList" class="clsListView clsReportViewListView" style="width:290px; height:230px;"></div>
- </td>
- <td style="padding:0 var(--16S) 0 0">
- <div id="idReportView_divPageObjectsList" class="clsListView clsReportViewListView" style="width:290px; height:230px;"></div>
- </td>
- </tr>
- </table>
- <div id="idReportView_divSize" style="display:none; margin:var(--16S);">
- <div><span>Spec size: </span><span id="idReportView_spanSize"></span></div>
- </div>
|