| | |
| | | <apex:page Controller="ContentPreviewController" sidebar="false" action="{!init}" id="Page"> |
| | | <apex:page lightningStylesheets="true" Controller="ContentPreviewController" sidebar="false" action="{!init}" id="Page"> |
| | | <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.downloadJs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/> |
| | | <script type="text/javascript" src="{!URLFOR($Resource.pdfjs113, 'build/pdf.js')}"></script> |
| | | <script type="text/javascript" src="{!URLFOR($Resource.pdfjs113, 'build/pdf.worker.js')}"></script> |
| | | <apex:form id="Form"> |
| | |
| | | <apex:outputPanel layout="none" rendered="{!noDoc}"> |
| | | {!msg} |
| | | <br/> |
| | | <input class="btn" style="width:120px;" type="button" value="现状分析文档更新" onclick="sendRefRequest();" /> |
| | | <input class="btn" type="button" value="现状分析文档更新" onclick="sendRefRequest();" /> |
| | | </apex:outputPanel> |
| | | <apex:outputPanel layout="none" rendered="{!NOT(isError || noDoc)}"> |
| | | <script type="text/javascript"> |