102 lines
3.2 KiB
Plaintext
102 lines
3.2 KiB
Plaintext
|
|
<!DOCTYPE HTML>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<#include "../../layout/ref_head.ftl">
|
||
|
|
<link rel="stylesheet" type="text/css" href="${asset_csspath}/common.css">
|
||
|
|
|
||
|
|
<#-- <link type="text/css"-->
|
||
|
|
<#-- href="${asset_jspath}/train/lib/jquery-ui-1.8.4.custom/css/smoothness/jquery-ui-1.8.4.custom.css"-->
|
||
|
|
<#-- rel="stylesheet" />-->
|
||
|
|
|
||
|
|
<#-- <style type="text/css">-->
|
||
|
|
<#-- body {-->
|
||
|
|
<#-- margin: 0;-->
|
||
|
|
<#-- pading: 0;-->
|
||
|
|
<#-- text-align: left;-->
|
||
|
|
<#-- font-family: Arial, sans-serif, Helvetica, Tahoma;-->
|
||
|
|
<#-- font-size: 12px;-->
|
||
|
|
<#-- line-height: 1.5;-->
|
||
|
|
<#-- color: black;-->
|
||
|
|
<#-- background-image: url(${asset_jspath}/train/img/bg.png);-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- .node {-->
|
||
|
|
<#-- width: 70px;-->
|
||
|
|
<#-- text-align: center;-->
|
||
|
|
<#-- vertical-align: middle;-->
|
||
|
|
<#-- border: 1px solid #fff;-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- .mover {-->
|
||
|
|
<#-- border: 1px solid #ddd;-->
|
||
|
|
<#-- background-color: #ddd;-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- .selected {-->
|
||
|
|
<#-- background-color: #ddd;-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- .state {-->
|
||
|
|
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- #myflow_props table {-->
|
||
|
|
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- #myflow_props th {-->
|
||
|
|
<#-- letter-spacing: 2px;-->
|
||
|
|
<#-- text-align: left;-->
|
||
|
|
<#-- padding: 6px;-->
|
||
|
|
<#-- background: #ddd;-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- #myflow_props td {-->
|
||
|
|
<#-- background: #fff;-->
|
||
|
|
<#-- padding: 6px;-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- #pointer {-->
|
||
|
|
<#-- background-repeat: no-repeat;-->
|
||
|
|
<#-- background-position: center;-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- #path {-->
|
||
|
|
<#-- background-repeat: no-repeat;-->
|
||
|
|
<#-- background-position: center;-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- #task {-->
|
||
|
|
<#-- background-repeat: no-repeat;-->
|
||
|
|
<#-- background-position: center;-->
|
||
|
|
<#-- }-->
|
||
|
|
|
||
|
|
<#-- #state {-->
|
||
|
|
<#-- background-repeat: no-repeat;-->
|
||
|
|
<#-- background-position: center;-->
|
||
|
|
<#-- }-->
|
||
|
|
<#-- </style>-->
|
||
|
|
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<#include "group_inplan_main_list.ftl">
|
||
|
|
<#include "group_inplan_main_workflow.ftl">
|
||
|
|
|
||
|
|
<div class="ui_dialog" id="dialog">
|
||
|
|
</div>
|
||
|
|
<div class="ui_dialog" id="dialog_groupsp">
|
||
|
|
</div>
|
||
|
|
<#include "../../layout/ref_script.ftl">
|
||
|
|
<script type="text/javascript" src="${asset_path}/thirdlib/CECT54.WebUI/plugins/My97DatePicker/WdatePicker.js"></script>
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/train/groupinplan/group_inplan_main.js"></script>
|
||
|
|
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/train/workflow/myflow.js"></script>
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/train/workflow/myflow.jpdl3.js"></script>
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/train/workflow/myflow.editors.js"></script>
|
||
|
|
<script type="text/javascript" src="${asset_jspath}/train/lib/raphael-min.js"></script>
|
||
|
|
<#--应使用平台中的jquery.js-->
|
||
|
|
<#--<script type="text/javascript" src="${asset_jspath}/train/lib/jquery-ui-1.8.4.custom/js/jquery-1.4.2.min.js"></script>-->
|
||
|
|
<#--<script type="text/javascript" src="${asset_jspath}/train/lib/jquery-ui-1.8.4.custom/js/jquery-ui-1.8.4.custom.min.js"></script>-->
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|