@ -7,23 +7,23 @@
<!-- [if IE 8]>
< html class = "no-js lt-ie9" > <![endif]-->
<!-- [if gt IE 8]><! -->
< html class = "no-js" > <!-- <![endif] -->
< html class = "no-js" >
<!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< 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 = "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" / >
@ -37,14 +37,12 @@
< 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" >
< 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" >
<!-- begin modify by wsp -->
@ -84,25 +82,26 @@
<!-- [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 >
< 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 >
< 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']) ;
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" ;
element.style.display = 'block' ;
};
showNoFlashMessage();
}
@ -110,8 +109,7 @@
<![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 >
< 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" >
@ -120,8 +118,7 @@
< / div >
< / div >
< div id = "main" class = "wrapper full clearfix" ng-view = "" ng-cloak ng-style = "{height: window.height + 'px'}" >
< / div >
< div id = "main" class = "wrapper full clearfix" ng-view = "" ng-cloak ng-style = "{height: window.height + 'px'}" > < / div >
<!-- begin modify by wsp -->
< script src = "/configure.js" > < / script >
<!-- begin modify by wsp -->
@ -175,20 +172,20 @@
< script >
var FLOWABLE = FLOWABLE || {};
FLOWABLE.CONFIG = {
' onPremise' : true,
' contextRoot' : window.APP.configure.webContextPath,
' contextModelerRestRoot' :window.APP.configure.apiContextPaths.DEFAULT + 'api/flowable',
' datesLocalization' : false,
onPremise: true,
contextRoot: window.APP.configure.webContextPath,
contextModelerRestRoot: window.APP.configure.apiContextPaths.DEFAULT + 'api/flowable',
datesLocalization: false,
getHttpRequestAuthenticationHeaders: function () {
if (localStorage.getItem('access_token')) {
return {
headers: {
Authorization : 'Bearer ' + localStorage.getItem('access_token')
}
Authorization: 'Bearer ' + localStorage.getItem('access_token'),
},
};
}
return null;
}
},
};
< / script >
<!-- end modify by wsp -->
@ -313,6 +310,5 @@
<!-- Integration extensions -->
< script src = "scripts/resource-loader.js?v=2" app = "editor" > < / script >
< / body >
< / html >