12345678910111213141516171819202122232425262728 |
- <table role="presentation" cellpadding="0" cellspacing="0" class="clsDialogText" style="width:100%; height:100%; table-layout:fixed; overflow:hidden;">
- <tr style="height:100%; vertical-align:top">
- <td style="padding:0px var(--16S) 0 0; width:100%">
- <div id="idPagesView_pageTree" class="clsTreeView" style="overflow:auto; height:100%; width:100%; border:none; border-right:1px solid var(--G2); padding-top:var(--8XS); padding-left:0;" HAL_idsAriaLabel="IDS_AC_PAGESVIEW_PAGETREE"></div>
- </td>
- <td style="width:320px; padding-top:2px">
- <label class="clsToggle" for="idPagesView_chkPreview" style="margin-top:8px; margin-bottom:8px;">
- <input id="idPagesView_chkPreview" hideFocus="true" type="checkbox" onclick="_j8j._ak5(this)" ondblclick="_j8j._ak5(this)"/><span HAL_ids="IDS_LBL_PREVIEW2"></span>
- </label>
- <table role="presentation" class="clsDialogText" style="position:absolute; height:350px; width:300px; text-align:center">
- <tr style="vertical-align:top">
- <td style="padding-top:135px" class="clsTemplateText" id="idPagesView_previewMsg"></td>
- </tr>
- </table>
- <div class="clsPagePreviewContainer">
- <div id="idPagesView_preview" class="clsPagePreview"></div>
- </div>
- <div id="idPagesView_info">
- <div class="clsDialogText" style="white-space:nowrap; padding:20px 0px 2px 0px">
- <svg class="clsSvgIcon clsImg16x16"><use xlink:href="#def_hal_icon_info_16x16"/></svg>
- <span id="idPagesView_infoLabel" HAL_ids="IDS_LBL_EXPRED_INFO"></span>
- </div>
- <div id="idPagesView_infoContent" class="clsInfoBox" style="width:310px" HAL_ids="IDS_LBL_PAGESET_INFO" tabIndex="0" aria-labelledby="idPagesView_infoLabel idPagesView_infoContent"></div>
- </div>
- </td>
- </tr>
- </table>
|