yili-apps/com.actionsoft.apps.coe.pal/template/page/team.view.draggable.htm
2022-06-27 23:38:56 +08:00

21 lines
655 B
HTML
Executable File

<!Doctype html>
<html xmlns=http://www.w3.org/1999/xhtml>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Language_Component</title>
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.team.view.draggable.js"></script>
<link rel="stylesheet" type="text/css" href="../<I18N#COEPATH>/css/public.css">
<script>
var projectId='<#projectId>';
</script>
</head>
<body style="padding:0px;margin:0px;">
<form class="easyui-layout" id='frmMain' name='frmMain' action="./w" method='post' >
<div region="center">
</div>
<#sid>
<input type="hidden" id="cmd" name="cmd" />
</form>
</body>
</html>