| | |
| | | <apex:page action="{!init}" controller="AttachmentPreviewController" id="allPage" showheader="false" sidebar="false"> |
| | | <apex:page action="{!init}" controller="AttachmentPreviewController" id="allPage" showheader="false" sidebar="false" lightningStylesheets="true"> |
| | | <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"> |
| | | </apex:stylesheet> |
| | | <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/> |
| | | <apex:includescript value="{!URLFOR($Resource.jquery183minjs)}"> |
| | | </apex:includescript> |
| | | <apex:includescript value="{!URLFOR($Resource.PleaseWaitDialog)}"> |
| | |
| | | <body> |
| | | <div style="height: 40px;background-color:#0f218b;width: 100%; "> |
| | | <h1 style="color: white;margin-left: 45%;font-size: 24px;"> |
| | | 附件一览表 |
| | | 文件一览表 |
| | | </h1> |
| | | </div> |
| | | <table class="pure-table pure-table-horizontal" id="theTable_header" styleclass="list" style="width: 100%"> |
| | | <thead> |
| | | <tr style="text-align: center;"> |
| | | <th scope="col" style="width:60%; font-size: 13px;text-align: center;"> |
| | | 附件名称 |
| | | 文件名称 |
| | | </th> |
| | | <apex:variable rendered="{!IF(attachmentInfo.isShow,true,false)}" value="Society" var="Society"> |
| | | <th scope="col" style="width: 40%;font-size: 13px;text-align: center;"> |
| | | 附件类型 |
| | | 文件类型 |
| | | </th> |
| | | </apex:variable> |
| | | <!-- <td scope="col" style="width: 40%;height: 30px;"> |