形状描述

This commit is contained in:
446052889@qq.com 2022-07-01 00:44:15 +08:00
parent f8baecdb64
commit 148e5205c7
2 changed files with 3946 additions and 3948 deletions

View File

@ -102,17 +102,17 @@
var type = "<#type>";
var chartId = "<#charId>";
var ruuid = "<#uuid>";
var definition =; <#define> ;
var definition = <#define> ;
var userId = "<#uid>";
var userName = "<#userName>";
var methodId = "<#methodId>";
var isPalManage =; <#isPalManage>;
var isExistCopy=;<#isExistCopy>;
var isAppearCopy=;<#isAppearCopy>;
var isAdmin =; <#isAdmin>;
var isPalManage = <#isPalManage>;
var isExistCopy=<#isExistCopy>;
var isAppearCopy=<#isAppearCopy>;
var isAdmin = <#isAdmin>;
var isCustomDefine = "<#isCustomDefine>";
var isLaneAttrConfig =; <#isLaneAttrConfig>;
var isLaneForceRefreshShapeAttr =; <#isLaneForceRefreshShapeAttr>;
var isLaneAttrConfig = <#isLaneAttrConfig>;
var isLaneForceRefreshShapeAttr = <#isLaneForceRefreshShapeAttr>;
//检查用户所需参数
var checkoutstate = "<#checkoutstate>";
var checkoutuser = "<#checkoutuser>";
@ -174,13 +174,13 @@
var schemeId = "<#schemeId>";
var frmFileName = "<#processName>"; //平台的流程名称
var BPMInstanceName = "<#BPMInstanceName>"; // 节点名称
var isView =; <#isView>; //是否只读模式打开
var isPublish =; <#isPublish>; //是否是已发布流程(已发布流程不允许修改)
var isStop =; <#isStop>; //是否是已停用流程(已停用流程不允许修改)
var isApproval =; <#isApproval>;// 是否是审核中流程(审核中流程不允许修改)
var isView = <#isView>; //是否只读模式打开
var isPublish = <#isPublish>; //是否是已发布流程(已发布流程不允许修改)
var isStop = <#isStop>; //是否是已停用流程(已停用流程不允许修改)
var isApproval = <#isApproval>;// 是否是审核中流程(审核中流程不允许修改)
var isAutoSave = "<#isAutoSave>"; //是否允许实时保存
var isMarked =; <#isMarked>;// // PAL推送至BPMS但BPMS端未分配
var isCorrelateBpms =; <#isCorrelateBpms>;// 是否与BPM有关系的流程
var isMarked = <#isMarked>;// // PAL推送至BPMS但BPMS端未分配
var isCorrelateBpms = <#isCorrelateBpms>;// 是否与BPM有关系的流程
var perms = "<#perms>"; //该流程权限
var filePerms = "<#filePerms>"; //所有有权限的文件
//角色类型owner-编辑viewer-只读
@ -194,16 +194,19 @@
var ext4 = "<#ext4>";
// 帮助工具栏扩展url
var customHelpToolExtMenuUrl =; <#customHelpToolExtMenuUrl>;
var customHelpToolExtMenuUrl = <#customHelpToolExtMenuUrl>;
// 图形定义
var methodObjectDesc =; <#methodObjectDesc>;
var methodObjectDesc = <#methodObjectDesc>;
// 帮助工具栏扩展url
var customHelpToolExtMenuUrl = <#customHelpToolExtMenuUrl>;
//是否需要保存提示
var isSave = true;
var isNeedPutMessage = true;
var isCollaboration =; <#isCollaborationSwitch> ? ((isView == true || isPublish == true) ? false : true) : false; //是否进行协作
var sameNameCheck =; <#sameNameCheck>;
var processOutput =; <#processOutput>;
var isCollaboration = <#isCollaborationSwitch> ? ((isView == true || isPublish == true) ? false : true) : false; //是否进行协作
var sameNameCheck = <#sameNameCheck>;
var processOutput = <#processOutput>;
var openAppType = "<#openAppType>"; //打开设计器的app类型, 暂时用于判断留言
var operateType = "<#operateType>";
@ -219,10 +222,10 @@
var processDefVersionId = "<#processDefVersionId>";
var processVersion = "<#processVersion>";
var selectedElementId="<#selectedElementId>"
<#schema>;
<#schema>
//图形之间的关系定义json数组
var linkerRelationship =; <#linkerRelationship> ;
var linkerRelationship = <#linkerRelationship> ;
var isParentShow = true;
/* var relationObj = <#relationObj>; */
//visio 导入相关
@ -236,12 +239,12 @@
var BPMNLevel0 = "<#BPMNLevel0>";
var BPMNLevel1 = "<#BPMNLevel1>";
var BPMNLevel2 = "<#BPMNLevel2>";
var relationShapesObject =; <#relationShapes>;
var relationShapeModelObject =; <#relationShapeModels>;
var relationShapesObject = <#relationShapes>;
var relationShapeModelObject = <#relationShapeModels>;
var moreShapeButton = "<#btnShapeStyle>";
var installBatch =; <#installBatch>;
var installBatch = <#installBatch>;
var attrDefineObj =; <#attrDefineObj>;
var attrDefineObj = <#attrDefineObj>;
</script>
<!--工具js-->
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/util/map.js'></script>
@ -275,7 +278,7 @@
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.ui.js'></script>
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js'></script>
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/coe.designer.extend.events.js'></script>
<!-- <script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js'></script>-->
<!-- <script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js'></script>-->
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.pal.processlevel.create.js"></script>
<!-- util -->
<script type="text/javascript" charset='UTF-8' src="../apps/com.actionsoft.apps.coe.pal/js/jquery.base64.js"></script>
@ -318,7 +321,7 @@
liHtml += '<li onclick="openUrl(\'helpToolExtUrl\',\''+ children[j].url +'\',{},\'_blank\')">' + children[j].name + '</li>';
}
}
liHtml += '</ul>';
liHtml += '</ul>'
liHtml += '</li>';
} else {// 只有第一层菜单
liHtml += '<li onclick="openUrl(\'helpToolExtUrl\',\''+ firstLevelObj.url +'\',{},\'_blank\')">' + firstLevelObj.name + '</li>';
@ -367,7 +370,7 @@
});
}
//流程版本对比
var verArray =; <#verArray>;
var verArray = <#verArray>;
var verHtml = "";
for (var i = 0; i < verArray.length; i++) {
var tmp = verArray[i];
@ -585,8 +588,8 @@
</head>
<body style="overflow:hidden;" onload="updateShapePanel();">
<canvas id="support_canvas" style="display: none;"></canvas>
<div id="designer_header">
<canvas id="support_canvas" style="display: none;"></canvas>
<div id="designer_header">
<div class="row row1">
<div id="title_container" style="width: 100%;">
@ -723,8 +726,8 @@
<div class="ico ico_import"></div>
</div> -->
</div>
</div>
<div id="designer">
</div>
<div id="designer">
<div id="shape_panel" class="layout"></div>
<div id="shape_panel_more_shape" style="display:none;">
<input id="moreShapes" type='button' style='height: 24px;width: 80px;margin-top: 4px;line-height: 24px;' class="designer_button" onclick="UI.showShapesManage()" value="更多图形" />
@ -1290,9 +1293,9 @@
</div>
</div>
</div>
</div>
<!--
<div id="designer_footer">
</div>
<!--
<div id="designer_footer">
<div class="footer_content">
<div class="left_box">
<input id="moreShapes" type='button' style='height: 24px;width: 80px;margin-top: 4px;line-height: 24px;<#btnShapeStyle>' class="designer_button" onclick="UI.showShapesManage()" value="更多图形" />
@ -1322,9 +1325,9 @@
</ul>
</div>
</div>
</div>
</div>
-->
<div id="ui_container">
<div id="ui_container">
<div id='color_picker' class="menu color_picker" style="display: none;">
<div class="color_items">
<div style="background-color:rgb(255,255,255);"></div>
@ -2307,7 +2310,7 @@
</div>
</div>
</div>
<!--
<!--
<div class="dialog-button-wrap" style="text-align:right">
<div class="dlg-button">
<button type="button" class="button blue" onclick="UI.setLink()">新增</button>
@ -2601,9 +2604,9 @@
<li class="devider"></li>
<li ac="out">退出</li>
</ul>
</div>
</div>
<!-- <div class="share_container">
<!-- <div class="share_container">
<div class="header_right_btn">
@ -2619,26 +2622,26 @@
<div class="ico ico_accordion"></div>
</div>
</div>-->
<div id="link-dialog-normal" class="dialog" style="min-width: 250px; display:none;">
<div id="link-dialog-normal" class="dialog" style="min-width: 250px; display:none;">
<div id="link-content" class="dialog_content" style="padding-top: 30px; text-align: center;">
</div>
</div>
</div>
<!-- dialog -->
<div id="attribute-edit-window" style="width:500px;height:315px;display:none;">
<!-- dialog -->
<div id="attribute-edit-window" style="width:500px;height:315px;display:none;">
<div style='margin:0px;height:225px;width:500px;'>
<textarea rows="" cols="" style="height: 215px; width: 493px;" id='attribute-edit-content'></textarea>
</div>
</div>
<div style="width:510px;display:none;" id="shapes_dialog">
</div>
<div style="width:510px;display:none;" id="shapes_dialog">
<div id="content" class="dlg-content awsui-ux">
<ul id="shape_manage_list">
<#liStr>
</ul>
</div>
</div>
<div id="shapes_dialog2" class="dialog" style="width: 400px; display:none;">
</div>
<div id="shapes_dialog2" class="dialog" style="width: 400px; display:none;">
<div class="dialog_header">图形管理</div>
<div class="dialog_content" style="padding: 0px; max-height: 372px; overflow: auto;">
<li>
@ -2714,8 +2717,8 @@
<span class="designer_button" onclick="UI.saveShapesManage()">确定</span>&nbsp;
<span class="designer_button normal" onclick="$('#shapes_dialog').dlg('close')">取消</span>
</div>
</div>
<div style="width:510px; display:none;" id="custom_define_dialog" title="自定义形状">
</div>
<div style="width:510px; display:none;" id="custom_define_dialog" title="自定义形状">
<div class="dlg-content awsui-ux">
<table class="awsui-ux">
<tr>
@ -2759,10 +2762,10 @@
</tr>
</table>
</div>
</div>
</div>
<!-- 数据属性弹框表格 -->
<div id="attribute-table-window" style="width:500px;height:325px;display:none;">
<!-- 数据属性弹框表格 -->
<div id="attribute-table-window" style="width:500px;height:325px;display:none;">
<div style='margin:0px;height:235px;width:500px;'>
<div style="height: 225px;width: 493px;overflow:auto;">
<table style="width: 100%;border-collapse:collapse;">
@ -2773,10 +2776,10 @@
<div style="margin-top: 5px" id="attribute-add-content"></div>
</div>
</div>
</div>
</div>
<!-- 文件属性弹框表格 -->
<div id="attribute-table-window1" style="width:500px;height:325px;display:none;">
<!-- 文件属性弹框表格 -->
<div id="attribute-table-window1" style="width:500px;height:325px;display:none;">
<div style='margin:0px;height:235px;width:500px;'>
<div style="height: 225px;width: 493px;overflow:auto;">
<table style="width: 100%;border-collapse:collapse;">
@ -2787,9 +2790,9 @@
<div style="margin-top: 5px" id="attribute-add-content1"></div>
</div>
</div>
</div>
</div>
<div id="checkoutTip">
<div id="checkoutTip">
<div style="width: 36px; float: left;">
<img src="../apps/_bpm.platform/js/designer/extend/images/lock.png" />
</div>
@ -2797,10 +2800,10 @@
<font color="green"><b><#checkouttime></b>
</font>,点击此处<a style="text-decoration: none;" href="#" onclick="BPMNBiz.getCheckoutRight();return false;">强行获取编辑权</a>
</div>
</div>
</div>
<!-- 不支持HTML5的页面显示图片 -->
<div id="mainDiv" style="display: none;">
<!-- 不支持HTML5的页面显示图片 -->
<div id="mainDiv" style="display: none;">
<div class="view_box">
<div id="chartDivBox" style="background: none;">
<div id="chartDiv" style="left: 148.5px; top: 0px;">
@ -2814,9 +2817,9 @@
</div>
</div>
</div>
</div>
</div>
<div id="checkoutTip">
<div id="checkoutTip">
<div style="width: 36px; float: left;">
<img src="../apps/_bpm.platform/js/designer/extend/images/lock.png" />
</div>
@ -2824,15 +2827,15 @@
<font color="green"><b><#checkouttime></b>
</font>,点击此处<a style="text-decoration: none;" href="#" onclick="BPMNBiz.getCheckoutRight();return false;">强行获取编辑权</a>
</div>
</div>
</div>
<div title="" style="width:550px;display:none;" id="upfile-dialog">
<div title="" style="width:550px;display:none;" id="upfile-dialog">
<div id='upfile-content' style='height:330px;'>
<iframe width="100%" id="upfile-content-iframe" name="upfile-content-iframe" frameBorder="0" style="width: 100%; height:100%;"></iframe>
</div>
</div>
</div>
<div id="visio_import_dlg" title="Visio导入" style="display: none;">
<div id="visio_import_dlg" title="Visio导入" style="display: none;">
<table class="awsui-ux" cellspacing="3" cellpadding="0" style="width: 100%; margin: 25px auto;">
<tr>
<td style="width: 250px;"><input id="visio_import_input" type="text" placeholder="请上传visio文件..." class="awsui-input" readonly=true style="width: 240px;" /></td>
@ -2841,9 +2844,9 @@
</td>
</tr>
</table>
</div>
</div>
<div id="shape_import_dlg" title="导入" style="display: none;">
<div id="shape_import_dlg" title="导入" style="display: none;">
<div style="width: 550px;height: 280px;vertical-align: top;">
<button id="upShapeFile" onclick="return false;" type="button" class="awsui-btn awsui-btn-green" style="margin-left: 20px;margin-top:10px">新增</button>
<div style="margin-left: 20px;padding: 5px; font-size: 12px; color: rgb(120, 120, 120);">
@ -2870,10 +2873,10 @@
</table>
</div>
</div>
</div>
</div>
<!--<I18N#流程属性的对话框>-->
<div id="dialog_properties" style="width:525px;display:none;">
<!--<I18N#流程属性的对话框>-->
<div id="dialog_properties" style="width:525px;display:none;">
<div id="dialog_properties_area" style="height:260px;" class="dlg-content">
<iframe id="properties_frame" src="" frameborder="0" width="100%" height="100%"></iframe>
</div>
@ -2884,11 +2887,11 @@
<button class="button" onclick="$('#dialog_properties').dialog('close');return false;"><I18N#取消></button>
</div>
</div>
</div>
</div>
<div id="sameShapeNameAlert" title="提示" style="width:300px;display:none;"></div>
<#batch-dlg>
<form id="openNewModelForm" name="openNewModelForm" method="post" action="./w" target="_blank">
<div id="sameShapeNameAlert" title="提示" style="width:300px;display:none;"></div>
<#batch-dlg>
<form id="openNewModelForm" name="openNewModelForm" method="post" action="./w" target="_blank">
<input type="hidden" name="sid" id="sid" value="<#sid>">
<input type="hidden" name="imgPath" id="imgPath" value="<#imgPath>">
<input type="hidden" name="openType" id="openType" value="<#openType>">
@ -2898,7 +2901,7 @@
<input type="hidden" name="defaultMoreAttrSort" id="defaultMoreAttrSort" value="<#defaultAttrSort>" />
<input type="hidden" name="moreAttrRight" id="moreAttrRight" value="<#moreAttrRight>" />
<input type="hidden" name="appId" id="appId" value="<#appId>">
</form>
</form>
</body>

View File

@ -102,16 +102,16 @@
var type = "<#type>";
var chartId = "<#charId>";
var ruuid = "<#uuid>";
var definition =; <#define> ;
var definition = <#define> ;
var userId = "<#uid>";
var userName = "<#userName>";
var methodId = "<#methodId>";
var isExistCopy=;<#isExistCopy>;
var isAppearCopy=;<#isAppearCopy>;
var isAdmin =; <#isAdmin>;
var isExistCopy=<#isExistCopy>;
var isAppearCopy=<#isAppearCopy>;
var isAdmin = <#isAdmin>;
var isCustomDefine = "<#isCustomDefine>";
var isLaneAttrConfig =; <#isLaneAttrConfig>;
var isLaneForceRefreshShapeAttr =; <#isLaneForceRefreshShapeAttr>;
var isLaneAttrConfig = <#isLaneAttrConfig>;
var isLaneForceRefreshShapeAttr = <#isLaneForceRefreshShapeAttr>;
//检查用户所需参数
var checkoutstate = "<#checkoutstate>";
var checkoutuser = "<#checkoutuser>";
@ -172,10 +172,10 @@
var BPMN_TYPE_HORIZONTAL_LANE = "<#BPMN_TYPE_HORIZONTAL_LANE>";
var BPMN_TYPE_VERTICAL_LANE = "<#BPMN_TYPE_VERTICAL_LANE>";
var isView =; <#isView>; //是否只读模式打开
var isPublish =; <#isPublish>; //是否是已发布流程(已发布流程不允许修改)
var isStop =; <#isStop>;// 是否是已停用流程(已停用流程不允许修改)
var isApproval =; <#isApproval>;// 是否是审核中流程(审核中流程不允许修改)
var isView = <#isView>; //是否只读模式打开
var isPublish = <#isPublish>; //是否是已发布流程(已发布流程不允许修改)
var isStop = <#isStop>;// 是否是已停用流程(已停用流程不允许修改)
var isApproval = <#isApproval>;// 是否是审核中流程(审核中流程不允许修改)
var isAutoSave = "<#isAutoSave>"; //是否允许实时保存
var perms = "<#perms>"; //该流程权限
var filePerms = "<#filePerms>"; //所有有权限的文件
@ -189,11 +189,6 @@
var ext3 = "<#ext3>";
var ext4 = "<#ext4>";
// 帮助工具栏扩展url
var customHelpToolExtMenuUrl =; <#customHelpToolExtMenuUrl>;
// 图形定义
var methodObjectDesc =; <#methodObjectDesc>;
//保存手动保存时对设计器的操作
var messageArrayForSave = [];
//是否需要保存提示
@ -202,7 +197,7 @@
var isCollaboration = (isView == true || isPublish == true) ? false : true; //是否进行协作
var openAppType = "<#openAppType>"; //打开设计器的app类型, 暂时用于判断留言
var processOutput =; <#processOutput>; //预览手册是否开放
var processOutput = <#processOutput>; //预览手册是否开放
var operateType = "<#operateType>";
var process = {
@ -215,9 +210,9 @@
var categoryName = "<#categoryName>";
var processDefVersionId = "<#processDefVersionId>";
var processVersion = "<#processVersion>";
var selectedElementId="<#selectedElementId>";
var selectedElementId="<#selectedElementId>"
//图形之间的关系定义json数组
var linkerRelationship =; <#linkerRelationship> ;
var linkerRelationship = <#linkerRelationship> ;
var isParentShow = true;
//var relationObj = <#relationObj>;
//visio 导入相关
@ -231,9 +226,9 @@
var messageArrayForSave = [];
var saveAttributesJson = [];
var removeAttributeJson = [];
var relationShapesObject =; <#relationShapes>;
var relationShapeModelObject =; <#relationShapeModels>;
var attrDefineObj =; <#attrDefineObj>;
var relationShapesObject = <#relationShapes>;
var relationShapeModelObject = <#relationShapeModels>;
var attrDefineObj = <#attrDefineObj>;
</script>
<!--工具js-->
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/util/map.js'></script>
@ -331,8 +326,8 @@
</head>
<body style="overflow:hidden;">
<canvas id="support_canvas" style="display: none;"></canvas>
<div id="designer_header">
<canvas id="support_canvas" style="display: none;"></canvas>
<div id="designer_header">
<div class="row row1">
<div id="title_container" style="width: 100%;">
<#checkoutTip>
@ -468,9 +463,9 @@
<div class="ico ico_import"></div>
</div> -->
</div>
</div>
</div>
<div id="ui_container">
<div id="ui_container">
<div id='color_picker' class="menu color_picker" style="display: none;">
<div class="color_items">
<div style="background-color:rgb(255,255,255);"></div>
@ -808,9 +803,9 @@
<!-- <li ac="getting_started">开始向导</li> -->
<!-- <li ac="feedback">发送反馈</li> -->
</ul>
</div>
</div>
<div id="designer">
<div id="designer">
<div id="designer_viewport" class="readonly">
<div id="designer_layout" class="layout">
<div id="canvas_container">
@ -1214,9 +1209,9 @@
</div>
</div>
</div>
</div>
</div>
<div id="export_dialog" class="ui-draggable awsui-dialog" style="min-width:450px; display: none;">
<div id="export_dialog" class="ui-draggable awsui-dialog" style="min-width:450px; display: none;">
<div class="dialog_header">下载格式</div>
<div class="dialog_content">
<form id="export_form" action="/diagram_export" method="post">
@ -1262,13 +1257,13 @@
</div>
</div>
<iframe id='export_iframe' style='display:none' frameborder="0" width="100%" src=""></iframe>
</div>
<!-- 预览报告dialog-->
<div id="previewDialog" style="width: 80%;padding: 20px 20px 20px 20px;overflow: hidden;">
</div>
<!-- 预览报告dialog-->
<div id="previewDialog" style="width: 80%;padding: 20px 20px 20px 20px;overflow: hidden;">
<div id="previewContent" style="width: 100%;height: 100%;overflow:auto;text-align: center;"></div>
</div>
</div>
<div id='hotkey_list' class='dialog'>
<div id='hotkey_list' class='dialog'>
<div class='dialog_header'>快捷键列表</div>
<div class='dialog_content'>
<div class="hotkey_content">
@ -1417,24 +1412,24 @@
</div>
</div>
<div class="designer_button normal hotkey_ok" onclick="$('#hotkey_list').dlg('close')">关闭</div>
</div>
</div>
<div style="width:510px;display:none;" id="shapes_dialog">
<div style="width:510px;display:none;" id="shapes_dialog">
<div id="content" class="dlg-content awsui-ux">
<ul id="shape_manage_list">
<#liStr>
</ul>
</div>
</div>
</div>
<div id="designer-version-manager" style="width:600px; display:none;">
<div id="designer-version-manager" style="width:600px; display:none;">
<div id='contentDiv' style='margin-top:1px;height:220px;' class="dlg-content">
<iframe width="100%" id="designerManager" name="coeCreateUser" frameBorder="0" style="width: 100%; height: 220px;"></iframe>
</div>
</div>
</div>
<!-- 不支持HTML5的页面显示图片 -->
<div id="mainDiv" style="display: none;">
<!-- 不支持HTML5的页面显示图片 -->
<div id="mainDiv" style="display: none;">
<div class="view_box">
<div id="chartDivBox" style="background: none;">
<div id="chartDiv" style="left: 148.5px; top: 0px;">
@ -1448,16 +1443,16 @@
</div>
</div>
</div>
</div>
</div>
<div title="" style="width:550px;display:none;" id="upfile-dialog">
<div title="" style="width:550px;display:none;" id="upfile-dialog">
<div id='upfile-content' style='height:330px;'>
<iframe width="100%" id="upfile-content-iframe" name="upfile-content-iframe" frameBorder="0" style="width: 100%; height:100%;"></iframe>
</div>
</div>
</div>
<!--<I18N#流程属性的对话框>-->
<div id="dialog_properties" style="width:525px;display:none;">
<!--<I18N#流程属性的对话框>-->
<div id="dialog_properties" style="width:525px;display:none;">
<div id="dialog_properties_area" style="height:260px;" class="dlg-content">
<iframe id="properties_frame" src="" frameborder="0" width="100%" height="100%"></iframe>
</div>
@ -1468,10 +1463,10 @@
<button class="button" onclick="$('#dialog_properties').dialog('close');return false;"><I18N#取消></button>
</div>
</div>
</div>
</div>
<!--WFVersion对话框-->
<div id="dialog_wf_version" style="width:900px; display:none;">
<!--WFVersion对话框-->
<div id="dialog_wf_version" style="width:900px; display:none;">
<div id="dialog_wf_version_area" style="height:250px;" class="dlg-content">
<iframe id="wf_version_frame" src="" frameborder="0" width="100%" height="100%"></iframe>
</div>
@ -1485,9 +1480,9 @@
<button class="button" onclick="$('#dialog_wf_version').dialog('close');return false;">关闭</button>
</div>
</div>
</div>
</div>
<form id="openNewModelForm" name="openNewModelForm" method="post" action="./w" target="_blank">
<form id="openNewModelForm" name="openNewModelForm" method="post" action="./w" target="_blank">
<input type="hidden" name="sid" id="sid" value="<#sid>">
<input type="hidden" name="imgPath" id="imgPath" value="<#imgPath>">
<input type="hidden" name="openType" id="openType" value="<#openType>">
@ -1496,7 +1491,7 @@
<input type="hidden" name="filePerms" id="filePerms" value="<#filePerms>" />
<input type="hidden" name="defaultMoreAttrSort" id="defaultMoreAttrSort" value="<#defaultAttrSort>" />
<input type="hidden" name="moreAttrRight" id="moreAttrRight" value="<#moreAttrRight>" />
</form>
</form>
</body>