templ_htmlview.jsp 379 字节
Newer Older
yanshaowei's avatar
yanshaowei committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<%@page contentType="text/html;charset=UTF-8"%>
<%if (!bEmbedMode) {%>
<title><%=vc.getTitle(true)%></title>
<style>
html,body{ 
margin:0px; 
height: 100%;
} 
</style>
</head>
<body class="<%if (!bEmbedMode) {%>ibiz-body-fill<%} %>" style="background-color:#fff">
<%}%>
<iframe id="<%=strCId%>html_iframe" src="" style="height: calc(100% - 3px);;width: 100%;border: 0;"></iframe>