1234567891011121314151617181920 |
- <table role="presentation" cellpadding="0" cellspacing="0" 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="idPromptPagesView_pageList" HAL_idsAriaLabel="IDS_AC_PAGESVIEW_PPLIST" class="clsListView" style="height:100%; width:100%; padding-top:var(--8XS); border-top:none; border-bottom:none; border-left:none;"></div>
- </td>
- <td style="width:320px; padding-top:2px">
- <label class="clsToggle" for="idPromptPagesView_chkPreview" style="margin-top:8px; margin-bottom:8px;">
- <input id="idPromptPagesView_chkPreview" hideFocus="true" type="checkbox" onclick="_ov9._ak5(this)" ondblclick="_ov9._ak5(this)"/><span HAL_ids="IDS_LBL_PREVIEW2"></span>
- </label>
- <table role="presentation" style="position:absolute; height:350px; width:300px; text-align:center">
- <tr style="vertical-align:top">
- <td style="padding-top:135px" class="clsTemplateText" id="idPromptPagesView_previewMsg"></td>
- </tr>
- </table>
- <div class="clsPagePreviewContainer">
- <div id="idPromptPagesView_preview" class="clsPagePreview"></div>
- </div>
- </td>
- </tr>
- </table>
|