etms/WEB-INF/view/cetc54/portal.ftl

19 lines
675 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<#include "layout/ref_head.ftl">
<link rel="stylesheet" type="text/css" href="${asset_csspath}/sysMessage.css">
<link rel="stylesheet" type="text/css" href="${asset_csspath}/portal.css">
</head>
<body>
<#include "portal_common.ftl">
<div id="divCustom" class="divCustom">
<iframe id="customIframe" src="${webRoot}/${portalCustomUrl}" class="ui_panel_iframe" frameborder="0" scrolling="auto"></iframe>
</div>
<#include "inbox_edit.ftl">
<#include "task/myApply_view.ftl">
<#include "task/myTask_view.ftl">
</body>
<#include "layout/ref_script.ftl">
<script type="text/javascript" src="${asset_jspath}/jcdp/portal.js"></script>
</html>