<!doctype html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Flowable Modeler</title>
<link rel="icon" type="image/ico" href="favicon.ico">
<meta name="description" content="">
<meta name="viewport"
content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, width=device-width">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png?v=Om5N75Y123">
<link rel="icon" type="image/png" href="images/favicon-32x32.png?v=Om5N75Y123" sizes="32x32">
<link rel="icon" type="image/png" href="images/favicon-16x16.png?v=Om5N75Y123" sizes="16x16">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="images/safari-pinned-tab.svg?v=Om5N75Y123" color="#506d75">
<link rel="shortcut icon" href="favicon.ico?v=Om5N75Y123">
<link rel="Stylesheet" href="libs/ui-grid_3.0.0/ui-grid.css" type="text/css"/>
<link rel="Stylesheet" href="libs/handsontable_0.31.2/handsontable.full.min.css" type="text/css"/>
<!-- build:css styles/3thparty.css -->
<link rel="stylesheet" href="libs/bootstrap_3.1.1/css/bootstrap.min.css"/>
<link rel="stylesheet" href="libs/bootstrap-tour_0.9.1/bootstrap-tour.min.css"/>
<link rel="stylesheet" href="libs/angular-spectrum-colorpicker_1.0.13/spectrum.css"/>
<!-- endbuild -->
<link rel="Stylesheet" media="screen" href="editor-app/editor/css/editor.css?v=2" type="text/css"/>
<link rel="stylesheet" href="editor-app/css/style.css?v=2" type="text/css"/>
<!-- build:css styles/style.css -->
<link href="styles/common/style.css" rel="stylesheet">
<link href="styles/common/style-retina.css" rel="stylesheet">
<link rel="stylesheet" href="styles/style-editor.css">
<!-- endbuild -->
</head>
<body ng-app="flowableModeler" ng-cloak>
<div class="navbar navbar-fixed-top navbar-inverse" role="navigation" id="main-header">
<div class="fixed-container">
<div class="navbar-header">
<a ng-click="backToLanding()" class="landing-logo" ng-if="account != null && account != undefined" title="{{'GENERAL.MAIN-TITLE' | translate}}">
<img ng-src="images/flowable-logo.png" ng-srcset="images/flowable-logo.png 1x, images/flowable-logo@2x.png 2x">
</a>
<ul class="nav navbar-nav" id="main-nav" ng-show="authenticated">
<li ng-class="{'active' : item.id == mainPage.id}" ng-repeat="item in mainNavigation">
<a ng-click="setMainPage(item)">{{item.title | translate}}</a>
</li>
</ul>
</div>
<div class="pull-right {{currentAppDefinition.definition.theme}}"
ng-class="{'app-indicator': currentAppDefinition}" ng-if="authenticated" ng-cloack>
<span ng-if="currentAppDefinition.definition.theme">
{{currentAppDefinition.name}}
</span>
<i class="glyphicon {{currentAppDefinition.definition.icon}}"></i>
<div class="dropdown btn-group btn-group-sm" activiti-fix-dropdown-bug>
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
{{account.firstName && account.firstName != 'null' ? account.firstName : ''}} {{account.lastName && account.lastName != 'null' ? account.lastName : ''}}
<span class="glyphicon glyphicon-chevron-down" style="font-size: 10px" aria-hidden="true"></span>
</button>
<ul class="dropdown-menu pull-right">
<li><a href="" ng-click="backToLanding()" translate>GENERAL.ACTION.DASHBOARD</a></li>
<li><a href="" ng-click="logout()" translate>GENERAL.ACTION.LOGOUT</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--[if lt IE 9]>
<div class="unsupported-browser">
<p class="alert error">You are using an unsupported browser. Please upgrade your browser in order to use the
editor.</p>
</div>
<![endif]-->
<!--[if IE 9]>
<div id="no-flash-message" class="unsupported-browser" style="display: none">
<p class="alert error">No Adobe Flash installed. Please install Adobe Flash in order to use the file upload capabilities on this version of Internet Explorer.</p>
</div>
<script>
var hasFlash = false;
try {
hasFlash = Boolean(new ActiveXObject('ShockwaveFlash.ShockwaveFlash'));
} catch(exception) {
hasFlash = ('undefined' != typeof navigator.mimeTypes['application/x-shockwave-flash']);
}
if (!hasFlash) {
var showNoFlashMessage = function () {
var element = document.getElementById('no-flash-message');
element.style.display="block";
};
showNoFlashMessage();
}
</script>
<![endif]-->
<div class="alert-wrapper" ng-cloak>
<div class="alert fadein {{alerts.current.type}}" ng-if="alerts.current" ng-click="dismissAlert()">
<i class="glyphicon"
ng-class="{'glyphicon-ok': alerts.current.type == 'info', 'glyphicon-remove': alerts.current.type == 'error'}"></i>
<span>{{alerts.current.message}}</span>
<div class="pull-right" ng-show="alerts.queue.length > 0">
<span class="badge">{{alerts.queue.length + 1}}</span>
</div>
</div>
</div>
<div id="main" class="wrapper full clearfix" ng-view="" ng-cloak ng-style="{height: window.height + 'px'}">
</div>
<!--[if lt IE 9]>
<script src="libs/es5-shim-15.3.4.5/es5-shim.js"></script>
<script src="libs/json3_3.2.6/lib/json3.min.js"></script>
<![endif]-->
<script src="libs/jquery_1.11.0/jquery.min.js"></script>
<script src="libs/jquery-ui-1.10.3.custom.min.js"></script>
<script src="libs/angular_1.3.13/angular.min.js"></script>
<script src="libs/angular-animate_1.3.13/angular-animate.min.js"></script>
<script src="libs/bootstrap_3.1.1/js/bootstrap.min.js"></script>
<script src="libs/angular-resource_1.3.13/angular-resource.min.js"></script>
<script src="libs/angular-cookies_1.3.13/angular-cookies.min.js"></script>
<script src="libs/angular-sanitize_1.3.13/angular-sanitize.min.js"></script>
<script src="libs/angular-route_1.3.13/angular-route.min.js"></script>
<script src="libs/angular-translate_2.15.1/angular-translate.min.js"></script>
<script src="libs/angular-translate-storage-cookie/angular-translate-storage-cookie.js"></script>
<script src="libs/angular-translate-loader-static-files/angular-translate-loader-static-files.js"></script>
<script src="libs/angular-strap_2.1.6/angular-strap.min.js"></script>
<script src="libs/angular-strap_2.1.6/angular-strap.tpl.min.js"></script>
<script src="libs/momentjs_2.18.1/momentjs.min.js"></script>
<script src="libs/bootstrap-tour_0.9.1/bootstrap-tour.min.js"></script>
<script src="libs/ng-file-upload/ng-file-upload-shim.min.js"></script>
<script src="libs/ng-file-upload/ng-file-upload.min.js"></script>
<script src="editor-app/libs/ui-utils.min-0.2.1.js" type="text/javascript"></script>
<script src="libs/ui-grid_3.0.0/ui-grid.js" type="text/javascript"></script>
<script src="libs/angular-dragdrop_1.0.11/angular-dragdrop.min.js" type="text/javascript"></script>
<script src="editor-app/libs/mousetrap/1.6.0/mousetrap.min.js" type="text/javascript"></script>
<script src="editor-app/libs/jquery.autogrow-textarea.js" type="text/javascript"></script>
<script src="libs/handsontable_0.31.2/handso
没有合适的资源?快使用搜索试试~ 我知道了~
Spring Boot 整合 Flowable-ui-modeler 6.7.2代码
共697个文件
js:222个
png:178个
html:173个
1星 需积分: 0 223 下载量 36 浏览量
2022-04-15
22:13:34
上传
评论 1
收藏 4.06MB RAR 举报
温馨提示
网上的都是整合 Flowable-ui-modeler的其他的低版本,当前Flowable版本为6.7.2,所以这个地方做了整合。 正说说明文档地址: https://blog.csdn.net/wangdaoyin2010/article/details/124187676
资源详情
资源评论
资源推荐
收起资源包目录
Spring Boot 整合 Flowable-ui-modeler 6.7.2代码 (697个子文件)
CHANGES 3KB
bootstrap.css 118KB
bootstrap.min.css 98KB
bootstrap.min.css 97KB
style.css 62KB
ui-grid.css 52KB
ui-grid.min.css 38KB
style-editor.css 34KB
style.css 25KB
handsontable.full.min.css 22KB
bootstrap-theme.css 15KB
spectrum.css 14KB
bootstrap-theme.min.css 13KB
jquery.qtip.min.css 9KB
nvd3.min.css 8KB
daterangepicker-bs3.css 5KB
qunit.css 5KB
editor.css 4KB
loading-bar.min.css 2KB
jasmine.css 2KB
angular-gridster.min.css 2KB
hotkeys.css 2KB
bootstrap-tour.min.css 2KB
hotkeys.min.css 1KB
style-retina.css 856B
displaymodel.css 484B
displaymodel.css 484B
displaymodel.css 476B
fontawesome-webfont.eot 59KB
lato-bold-webfont.eot 28KB
lato-regular-webfont.eot 28KB
glyphicons-halflings-regular.eot 20KB
glyphicons-halflings-regular.eot 20KB
glyphicons-halflings-regular.eot 20KB
ui-grid.eot 10KB
activiti-admin-webfont.eot 5KB
cherokee-webfont.eot 4KB
tour-dnd.gif 80KB
sequenceflow-bendpoint.gif 72KB
open-group.gif 43KB
loading.gif 17KB
grid.gif 1KB
nw-handle-dark.gif 839B
se-handle-dark.gif 838B
.gitignore 44B
.gitignore 23B
index.html 18KB
assignment-popup.html 17KB
formfield-edit-popover.html 13KB
event-listeners-popup.html 12KB
editor.html 11KB
index.html 10KB
variable-aggregations-popup.html 10KB
form-properties-popup.html 10KB
plan-item-lifecycle-listeners-popup.html 8KB
app-definition-builder.html 8KB
execution-listeners-popup.html 8KB
app-definition.html 8KB
form-builder.html 7KB
task-listeners-popup.html 7KB
form-builder-element-template.html 7KB
decisions.html 6KB
app-definition-save-model.html 6KB
duedate-popup.html 6KB
save-model.html 6KB
app-definitions.html 6KB
decision-table-edit-output-expression.html 6KB
decision-table-edit-input-expression.html 6KB
decisionservice-reference-popup.html 6KB
decisiontable-reference-popup.html 5KB
forms.html 5KB
decision-table.html 5KB
decision-table-editor.html 5KB
processes.html 5KB
casemodels.html 5KB
form-reference-popup.html 5KB
assignment-display-template.html 5KB
decision-table-save-model.html 5KB
data-properties-popup.html 4KB
app-definition-models-included.html 4KB
app-definition-import.html 4KB
app-definitions-import.html 4KB
decision-service.html 4KB
decision-service-import.html 4KB
decision-table-import.html 4KB
process-import.html 4KB
casemodel-import.html 4KB
app-definition-publish.html 4KB
out-parameters-popup.html 4KB
in-parameters-popup.html 4KB
fields-popup.html 4KB
404.html 3KB
select-group-popover.html 3KB
process.html 3KB
decision-table-edit-hit-policy.html 3KB
casemodel.html 3KB
event-out-parameters-popup.html 3KB
exceptions-popup.html 3KB
model-delete.html 3KB
event-in-parameters-popup.html 3KB
共 697 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7
wangdaoyin2010
- 粉丝: 39
- 资源: 23
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论1