| | |
| | | <apex:page id="Page" standardcontroller="Account" showHeader="false" sidebar="false" extensions="OFSHospitalLayoutController" action="{!init}" standardStylesheets="true" applyBodyTag="false" applyHtmlTag="false"> |
| | | <apex:page id="Page" standardcontroller="Account" showHeader="false" sidebar="false" extensions="OFSHospitalLayoutController" action="{!init}" standardStylesheets="true" applyBodyTag="false" applyHtmlTag="false" lightningStylesheets="true"> |
| | | <html> |
| | | <head> |
| | | <meta name="viewport" content="width=1150,user-scalable=no" /> <!-- TODO 1150はコンテンツの幅 --> |
| | |
| | | <td><apex:outputLabel value="{!$ObjectType.Account.Label}:" style="font-size:18px;font-weight: bold;padding-right: 5px;"/></td> |
| | | <td><apex:outputLabel value="{!acc.Name}" style="font-size:18px;font-weight: bold;padding-right: 20px;"/></td> |
| | | <td style="text-align: center;padding-right: 100px;"><apex:commandButton style="width:80px;" value="保存" action="{!save}"/></td> |
| | | <td style="text-align: center;"><apex:commandButton style="width:80px;" value="关闭窗口" onclick="location.href='/apex/OFSWindowClose';return false;"/></td> |
| | | <td style="text-align: center;"><apex:commandButton style="width:120px;" value="关闭窗口" onclick="location.href='/apex/OFSWindowClose';return false;"/></td> |
| | | </tr> |
| | | </table> |
| | | <apex:pageBlockSection title="{!sectionList[0].title}" columns="{!sectionList[0].column}" showHeader="{!sectionList[0].showHeader}" rendered="{!sectionList.size>0}"> |
| | |
| | | </apex:pageBlockSection> |
| | | </apex:repeat> |
| | | </div> |
| | | <div style="position: fixed; bottom: 0; width:100%;z-index:1" Id="InfoFoot"> |
| | | <div style="position: relative; bottom: 0; width:100%;z-index:1" Id="InfoFoot"> |
| | | <apex:pageBlockSection title="报告" columns="3" Id="Report" showHeader="false" > |
| | | <apex:outputPanel styleClass="reportElement" layout="block" rendered="{!selectedRptMapList.size > pageNo*3+0}" style="float:left;width:100%"> |
| | | <apex:outputPanel layout="none" rendered="{!(selectedRptMapList[pageNo*3+0]['Column'] != 'false')}"> |