cpee 2.1.128 → 2.1.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/cockpit/compliance.html +11 -9
- data/cockpit/css/llm.css +19 -23
- data/cockpit/css/ui.css +1 -3
- data/cockpit/edit.html +6 -7
- data/cockpit/index.html +6 -7
- data/cockpit/js/details.js +1 -1
- data/cockpit/js/instance.js +11 -8
- data/cockpit/js/wfadaptor.js +75 -67
- data/cockpit/llm.html +17 -6
- data/cockpit/llmmodel.html +18 -11
- data/cockpit/model.html +7 -7
- data/cockpit/only_llm.html +1 -4
- data/cockpit/themes/base.js +21 -5
- data/cockpit/themes/control/symbols/alternative.svg +2 -2
- data/cockpit/themes/control/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/control/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/control/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/control/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/control/symbols/critical.svg +13 -3
- data/cockpit/themes/control/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/control/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/control/symbols/terminate.svg +1 -1
- data/cockpit/themes/dataflow/symbols/alternative.svg +2 -2
- data/cockpit/themes/dataflow/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/dataflow/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/dataflow/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/dataflow/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/dataflow/symbols/critical.svg +13 -3
- data/cockpit/themes/dataflow/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/dataflow/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/dataflow/symbols/terminate.svg +1 -1
- data/cockpit/themes/default/symbols/alternative.svg +2 -2
- data/cockpit/themes/default/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/default/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/default/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/default/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/default/symbols/critical.svg +13 -3
- data/cockpit/themes/default/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/default/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/default/symbols/terminate.svg +1 -1
- data/cockpit/themes/extended/symbols/alternative.svg +2 -2
- data/cockpit/themes/extended/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/extended/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/extended/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/extended/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/extended/symbols/critical.svg +13 -3
- data/cockpit/themes/extended/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/extended/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/extended/symbols/terminate.svg +1 -1
- data/cockpit/themes/felix/symbols/alternative.svg +2 -2
- data/cockpit/themes/felix/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/felix/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/felix/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/felix/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/felix/symbols/critical.svg +13 -3
- data/cockpit/themes/felix/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/felix/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/felix/symbols/terminate.svg +1 -1
- data/cockpit/themes/model/symbols/alternative.svg +2 -2
- data/cockpit/themes/model/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/model/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/model/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/model/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/model/symbols/critical.svg +13 -3
- data/cockpit/themes/model/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/model/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/model/symbols/terminate.svg +1 -1
- data/cockpit/themes/packed/symbols/alternative.svg +2 -2
- data/cockpit/themes/packed/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/packed/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/packed/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/packed/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/packed/symbols/critical.svg +13 -3
- data/cockpit/themes/packed/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/packed/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/packed/symbols/terminate.svg +1 -1
- data/cockpit/themes/preset/symbols/alternative.svg +2 -2
- data/cockpit/themes/preset/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/preset/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/preset/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/preset/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/preset/symbols/critical.svg +13 -3
- data/cockpit/themes/preset/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/preset/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/preset/symbols/terminate.svg +1 -1
- data/cockpit/themes/preset_model/symbols/alternative.svg +2 -2
- data/cockpit/themes/preset_model/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/preset_model/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/preset_model/symbols/terminate.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/alternative.svg +2 -2
- data/cockpit/themes/presetaltid/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/critical.svg +13 -3
- data/cockpit/themes/presetaltid/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/presetaltid/symbols/terminate.svg +1 -1
- data/cockpit/themes/presetid/symbols/alternative.svg +2 -2
- data/cockpit/themes/presetid/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/presetid/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/presetid/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/presetid/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/presetid/symbols/critical.svg +13 -3
- data/cockpit/themes/presetid/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/presetid/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/presetid/symbols/terminate.svg +1 -1
- data/cockpit/themes/reduced/symbols/alternative.svg +2 -2
- data/cockpit/themes/reduced/symbols/closed_loop.svg +1 -1
- data/cockpit/themes/reduced/symbols/closed_loop_cancel.svg +1 -1
- data/cockpit/themes/reduced/symbols/closed_loop_control.svg +1 -1
- data/cockpit/themes/reduced/symbols/closed_loop_measuring.svg +1 -1
- data/cockpit/themes/reduced/symbols/critical.svg +13 -3
- data/cockpit/themes/reduced/symbols/parallel_branch.svg +1 -1
- data/cockpit/themes/reduced/symbols/parallel_branch_normal.svg +1 -1
- data/cockpit/themes/reduced/symbols/terminate.svg +1 -1
- data/cpee.gemspec +1 -1
- metadata +1 -2
- data/cockpit/david.html +0 -292
data/cockpit/llm.html
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
<head>
|
|
20
20
|
<meta charset="utf-8"/>
|
|
21
21
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
22
|
+
<link rel="icon" type="image/png" href="/favicon.png">
|
|
22
23
|
<title>CPEE Cockpit</title>
|
|
23
24
|
|
|
24
25
|
<!-- libs, do not modify. When local than load local libs. -->
|
|
@@ -40,6 +41,8 @@
|
|
|
40
41
|
<script type="text/javascript" src="/js_libs/uidash.js"></script>
|
|
41
42
|
<script type="text/javascript" src="/js_libs/custommenu.js"></script>
|
|
42
43
|
|
|
44
|
+
<script type="text/javascript" src="/js_libs/build-bpmn.js"></script>
|
|
45
|
+
|
|
43
46
|
<link rel="stylesheet" href="/js_libs/custommenu.css" type="text/css"/>
|
|
44
47
|
<link rel="stylesheet" href="/js_libs/uidash.css" type="text/css"/>
|
|
45
48
|
|
|
@@ -176,10 +179,16 @@
|
|
|
176
179
|
<button title='a standalone process model is only loadable if the currently loaded testset sucessfully prepared the current instance for the type of model' name="loadmodelfile">load model</button>
|
|
177
180
|
</div>
|
|
178
181
|
</div><div class='section'>
|
|
179
|
-
<
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
182
|
+
<div>
|
|
183
|
+
<a id="savetestsetfile" href="" download=""></a>
|
|
184
|
+
<a id="savesvgfile" href="" download=""></a>
|
|
185
|
+
<button title='a testset includes various settings, subscriptions and a model' name="savetestsetfile">save<br>testset</button>
|
|
186
|
+
<button title='the SVG contains the graphical repesentation of the CPEE tree as you see it on the screen' name="savesvgfile">save svg<br>graph</button>
|
|
187
|
+
</div>
|
|
188
|
+
<div>
|
|
189
|
+
<a id="savebpmnfile" href="" download=""></a>
|
|
190
|
+
<button title='the BPMN includes a graphical representation that can be loaded in Signavio and Camundal' name="savebpmnfile">save BPMN</button>
|
|
191
|
+
</div>
|
|
183
192
|
</div><div class='section' id='modifiers'>
|
|
184
193
|
<template id="item">
|
|
185
194
|
<div>
|
|
@@ -270,7 +279,7 @@
|
|
|
270
279
|
<ui-resizehandle class='hidden'>drag to resize</ui-resizehandle>
|
|
271
280
|
<ui-part id='input'>
|
|
272
281
|
<div id='status'></div>
|
|
273
|
-
<div id='prompt_container'
|
|
282
|
+
<div id='prompt_container'>
|
|
274
283
|
<div id='prompt' contenteditable="true" title="Please enter your modelling instructions here..." placeholder="Please enter your modelling instructions here..."></div>
|
|
275
284
|
<div id='prompt_submit_container' class="single">
|
|
276
285
|
<select name="generation" id="generation" class='hidden'>
|
|
@@ -302,7 +311,9 @@
|
|
|
302
311
|
</ui-area>
|
|
303
312
|
<ui-resizehandle data-belongs-to-tab="details" data-label="drag to resize"></ui-resizehandle>
|
|
304
313
|
<ui-area data-belongs-to-tab="details" id="detailcolumn">
|
|
305
|
-
<
|
|
314
|
+
<ui-part id='details'>
|
|
315
|
+
<div id="dat_details" class='x-ui-layout'></div>
|
|
316
|
+
</ui-part>
|
|
306
317
|
</ui-area>
|
|
307
318
|
<ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
|
|
308
319
|
<ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
|
data/cockpit/llmmodel.html
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
<head>
|
|
20
20
|
<meta charset="utf-8"/>
|
|
21
21
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
22
|
+
<link rel="icon" type="image/png" href="/favicon.png">
|
|
22
23
|
<title>CPEE Cockpit</title>
|
|
23
24
|
|
|
24
25
|
<!-- libs, do not modify. When local than load local libs. -->
|
|
@@ -40,6 +41,8 @@
|
|
|
40
41
|
<script type="text/javascript" src="/js_libs/uidash.js"></script>
|
|
41
42
|
<script type="text/javascript" src="/js_libs/custommenu.js"></script>
|
|
42
43
|
|
|
44
|
+
<script type="text/javascript" src="/js_libs/build-bpmn.js"></script>
|
|
45
|
+
|
|
43
46
|
<link rel="stylesheet" href="/js_libs/custommenu.css" type="text/css"/>
|
|
44
47
|
<link rel="stylesheet" href="/js_libs/uidash.css" type="text/css"/>
|
|
45
48
|
|
|
@@ -55,12 +58,12 @@
|
|
|
55
58
|
<script type="text/javascript" src="js/details.js"></script>
|
|
56
59
|
<script type="text/javascript" src="js/parameters.js"></script>
|
|
57
60
|
<script type="text/javascript" src="js/extended_columns.js"></script>
|
|
61
|
+
<script type="text/javascript" src="js/edit.js"></script>
|
|
58
62
|
<script type="text/javascript" src="js/modifiers.js"></script>
|
|
59
63
|
<script type="text/javascript" src="themes/base.js"></script>
|
|
60
64
|
|
|
61
65
|
<script type="text/javascript" src="js/llm.js"></script>
|
|
62
66
|
<link rel="stylesheet" href="css/llm.css" type="text/css"/>
|
|
63
|
-
<link rel="stylesheet" href="css/llmmodel.css" type="text/css"/>
|
|
64
67
|
|
|
65
68
|
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
|
|
66
69
|
<link rel="stylesheet" href="css/extended_columns-label.css" type="text/css"/>
|
|
@@ -88,7 +91,7 @@
|
|
|
88
91
|
<ui-tabbed id="instance">
|
|
89
92
|
<ui-tabbar>
|
|
90
93
|
<ui-tab class="switch" ></ui-tab>
|
|
91
|
-
<ui-tab class="" data-tab="new" id="tabnew" >
|
|
94
|
+
<ui-tab class="" data-tab="new" id="tabnew" >Config</ui-tab>
|
|
92
95
|
<ui-tab class="inactive hidden" data-tab="instance" id="tabinstance" >Instance</ui-tab>
|
|
93
96
|
<ui-behind ><a style='display:none' target='_blank' id='current-instance'></a><a style='display:none' target='_blank' id='current-instance-properties'>P</a><a style='display:none' target='_blank' id='current-instance-subscriptions'>S</a><a style='display:none' target='_blank' id='current-instance-callbacks'>C</a></ui-behind>
|
|
94
97
|
<ui-last ><a class="logo" href=".."></a></ui-last>
|
|
@@ -99,17 +102,14 @@
|
|
|
99
102
|
<tr>
|
|
100
103
|
<td>Resources:</td>
|
|
101
104
|
<td><input name="res-url" type="text" value=""/></td>
|
|
102
|
-
<td></td>
|
|
103
105
|
</tr>
|
|
104
106
|
<tr>
|
|
105
107
|
<td>Engine:</td>
|
|
106
108
|
<td><input name="base-url" type="text" value=""/></td>
|
|
107
|
-
<td><button name="base">create new instance</button></td>
|
|
108
109
|
</tr>
|
|
109
110
|
<tr>
|
|
110
111
|
<td>Instance:</td>
|
|
111
112
|
<td><input name="instance-url" type="text" value=""/></td>
|
|
112
|
-
<td><button name="instance">monitor instance</button></td>
|
|
113
113
|
</tr>
|
|
114
114
|
</table>
|
|
115
115
|
</ui-area> <!--}}}-->
|
|
@@ -120,17 +120,24 @@
|
|
|
120
120
|
<form id='fuckchrome'>
|
|
121
121
|
<input type='file' name='testsetfile' id='testsetfile'/>
|
|
122
122
|
</form>
|
|
123
|
-
<button title='a
|
|
123
|
+
<button title='save a testset includes various settings, subscriptions and a model' name="save" disabled=""><div>save</div><div class="hidden" id='lastsavedline'>(last: <span id="lastsaved"></span>)</div></button>
|
|
124
|
+
<button title='a testset includes various settings, subscriptions or a model' name="loadtestsetfile">load testset</button>
|
|
124
125
|
</div>
|
|
125
126
|
<div>
|
|
126
127
|
<input type='file' name='modelfile' id='modelfile'/>
|
|
127
128
|
<button title='a standalone process model is only loadable if the currently loaded testset sucessfully prepared the current instance for the type of model' name="loadmodelfile">load model</button>
|
|
128
129
|
</div>
|
|
129
130
|
</div><div class='section'>
|
|
130
|
-
<
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
131
|
+
<div>
|
|
132
|
+
<a id="savetestsetfile" href="" download=""></a>
|
|
133
|
+
<a id="savesvgfile" href="" download=""></a>
|
|
134
|
+
<button title='a testset includes various settings, subscriptions and a model' name="savetestsetfile">save<br>testset</button>
|
|
135
|
+
<button title='the SVG contains the graphical repesentation of the CPEE tree as you see it on the screen' name="savesvgfile">save svg<br>graph</button>
|
|
136
|
+
</div>
|
|
137
|
+
<div>
|
|
138
|
+
<a id="savebpmnfile" href="" download=""></a>
|
|
139
|
+
<button title='the BPMN includes a graphical representation that can be loaded in Signavio and Camundal' name="savebpmnfile">save BPMN</button>
|
|
140
|
+
</div>
|
|
134
141
|
</div><div class='section' id='modifiers'>
|
|
135
142
|
<template id="item">
|
|
136
143
|
<div>
|
|
@@ -170,7 +177,7 @@
|
|
|
170
177
|
<ui-resizehandle class='hidden'>drag to resize</ui-resizehandle>
|
|
171
178
|
<ui-part id='input'>
|
|
172
179
|
<div id='status'></div>
|
|
173
|
-
<div id='prompt_container'
|
|
180
|
+
<div id='prompt_container'>
|
|
174
181
|
<div id='prompt' contenteditable="true" title="Please enter your modelling instructions here..." placeholder="Please enter your modelling instructions here..."></div>
|
|
175
182
|
<div id='prompt_submit_container' class="single">
|
|
176
183
|
<select name="generation" id="generation" class='hidden'>
|
data/cockpit/model.html
CHANGED
|
@@ -67,10 +67,7 @@
|
|
|
67
67
|
<link rel="stylesheet" href="css/extended_columns-label.css" type="text/css"/>
|
|
68
68
|
<link rel="stylesheet" href="css/extended_columns-svg.css" type="text/css" data-include-export="true"/>
|
|
69
69
|
<link rel="stylesheet" href="/global_ui/uicpee.css" type="text/css"/>
|
|
70
|
-
<style>
|
|
71
|
-
/* has to be fucking inline, because firefox and chrome disagree how to handle filter urls */
|
|
72
|
-
/* shit balls, no elegance is left in this world */
|
|
73
|
-
</style>
|
|
70
|
+
<style></style>
|
|
74
71
|
</head>
|
|
75
72
|
<body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui-">
|
|
76
73
|
<div id='disclaimer' class='hidden'> <!--{{{-->
|
|
@@ -178,15 +175,18 @@
|
|
|
178
175
|
</ui-tabbar>
|
|
179
176
|
<ui-content>
|
|
180
177
|
<ui-area data-belongs-to-tab="details" id='graphcolumn' oncontextmenu='return false'>
|
|
181
|
-
<
|
|
178
|
+
<ui-part id='modelling'>
|
|
182
179
|
<div id='graphgrid'>
|
|
180
|
+
<div class="resource-label" style="display: none"></div>
|
|
183
181
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' class='graphcolumn' width='1' height='1'></svg>
|
|
184
182
|
</div>
|
|
185
|
-
</
|
|
183
|
+
</ui-part>
|
|
186
184
|
</ui-area>
|
|
187
185
|
<ui-resizehandle data-belongs-to-tab="details" data-label="drag to resize"></ui-resizehandle>
|
|
188
186
|
<ui-area data-belongs-to-tab="details" id="detailcolumn">
|
|
189
|
-
<
|
|
187
|
+
<ui-part id='details'>
|
|
188
|
+
<div id="dat_details" class='x-ui-layout'></div>
|
|
189
|
+
</ui-part>
|
|
190
190
|
</ui-area>
|
|
191
191
|
<ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
|
|
192
192
|
<table id="dat_log" class="x-ui-layout"></table>
|
data/cockpit/only_llm.html
CHANGED
|
@@ -68,10 +68,7 @@
|
|
|
68
68
|
<link rel="stylesheet" href="css/extended_columns-label.css" type="text/css"/>
|
|
69
69
|
<link rel="stylesheet" href="css/extended_columns-svg.css" type="text/css" data-include-export="true"/>
|
|
70
70
|
<link rel="stylesheet" href="/global_ui/uicpee.css" type="text/css"/>
|
|
71
|
-
<style>
|
|
72
|
-
/* has to be fucking inline, because firefox and chrome disagree how to handle filter urls */
|
|
73
|
-
/* shit balls, no elegance is left in this world */
|
|
74
|
-
</style>
|
|
71
|
+
<style></style>
|
|
75
72
|
</head>
|
|
76
73
|
<body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui-">
|
|
77
74
|
<div id='disclaimer' class='hidden'> <!--{{{-->
|
data/cockpit/themes/base.js
CHANGED
|
@@ -277,7 +277,6 @@ function WFAdaptorManifestationBase(adaptor) {
|
|
|
277
277
|
|
|
278
278
|
if (xml_node.get(0).tagName == "call" || xml_node.get(0).tagName == "manipulate" || xml_node.get(0).tagName == "stop") {
|
|
279
279
|
let exec_icon = contextMenuHandling_clean_icon(self.elements.call.illustrator.svg);
|
|
280
|
-
let mark_icon = self.resources.mark;
|
|
281
280
|
exec_icon.find('.part-normal').addClass('passive');
|
|
282
281
|
var vtarget = self.adaptor.illustrator.get_node_by_svg_id(svgid);
|
|
283
282
|
if (vtarget.length > 0) {
|
|
@@ -298,6 +297,14 @@ function WFAdaptorManifestationBase(adaptor) {
|
|
|
298
297
|
'params': xml_node
|
|
299
298
|
}];
|
|
300
299
|
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
if (xml_node.get(0).tagName != 'description' && !self.elements[xml_node.get(0).tagName].neverdelete) {
|
|
304
|
+
let mark_icon = self.resources.mark;
|
|
305
|
+
var vtarget = self.adaptor.illustrator.get_node_by_svg_id(svgid);
|
|
306
|
+
if (vtarget.length > 0) {
|
|
307
|
+
if (!menu['Position']) { menu['Position'] = []; }
|
|
301
308
|
if (vtarget.parents('g.element.marked').length > 0) {
|
|
302
309
|
menu['Position'].push({
|
|
303
310
|
'label': 'Unmark for copy/move (' + ($.pressCmd() ? '⌘-Click' : 'CTRL-Click') + ')',
|
|
@@ -1243,14 +1250,16 @@ function WFAdaptorManifestationBase(adaptor) {
|
|
|
1243
1250
|
this.elements.critical = { /*{{{*/
|
|
1244
1251
|
'type': 'complex',
|
|
1245
1252
|
'illustrator': {//{{{
|
|
1253
|
+
'label': function(node){ return [ { column: 'Label', value: $(node).attr('sid') } ]; },
|
|
1246
1254
|
'endnodes': 'aggregate',
|
|
1247
1255
|
'closeblock': false,
|
|
1248
|
-
'border':
|
|
1256
|
+
'border': 'structural',
|
|
1257
|
+
'closing_symbol': 'critical_finish',
|
|
1249
1258
|
'expansion': function(node) {
|
|
1250
1259
|
return 'vertical';
|
|
1251
1260
|
},
|
|
1252
1261
|
'col_shift': function(node) {
|
|
1253
|
-
return
|
|
1262
|
+
return false;
|
|
1254
1263
|
},
|
|
1255
1264
|
'svg': self.adaptor.theme_dir + 'symbols/critical.svg'
|
|
1256
1265
|
},//}}}
|
|
@@ -1327,12 +1336,19 @@ function WFAdaptorManifestationBase(adaptor) {
|
|
|
1327
1336
|
'mouseout': self.events.mouseout,
|
|
1328
1337
|
}//}}}
|
|
1329
1338
|
}; /*}}}*/
|
|
1339
|
+
this.elements.critical_finish = { /*{{{*/
|
|
1340
|
+
'type': 'primitive',
|
|
1341
|
+
'illustrator': {//{{{
|
|
1342
|
+
'endnodes': 'this',
|
|
1343
|
+
'svg': self.adaptor.theme_dir + 'symbols/event_end.svg'
|
|
1344
|
+
}//}}}
|
|
1345
|
+
}; /*}}}*/
|
|
1330
1346
|
this.elements.group = { /*{{{*/
|
|
1331
1347
|
'type': 'complex',
|
|
1332
1348
|
'illustrator': {//{{{
|
|
1333
1349
|
'endnodes': 'aggregate',
|
|
1334
1350
|
'closeblock': false,
|
|
1335
|
-
'border': '
|
|
1351
|
+
'border': 'visual',
|
|
1336
1352
|
'expansion': function(node) {
|
|
1337
1353
|
return 'vertical';
|
|
1338
1354
|
},
|
|
@@ -1650,7 +1666,7 @@ function WFAdaptorManifestationBase(adaptor) {
|
|
|
1650
1666
|
'illustrator': {//{{{
|
|
1651
1667
|
'endnodes': 'this',
|
|
1652
1668
|
'noarrow': false,
|
|
1653
|
-
'border':
|
|
1669
|
+
'border': 'visual',
|
|
1654
1670
|
'wide': true,
|
|
1655
1671
|
'closing_symbol': 'event_end',
|
|
1656
1672
|
'svg': self.adaptor.theme_dir + 'symbols/parallel_branch_event.svg'
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
4
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
5
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
9
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
10
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
13
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
14
|
+
</g>
|
|
5
15
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
4
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
5
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
9
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
10
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
13
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
14
|
+
</g>
|
|
5
15
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<circle cx="15" cy="15" r="7" class="stand"/> <path d="M 17,17 19.84375,19.84375" class="black stand"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 14.904335,6.0646408 A 9.0152948,9.0152948 0 0 0 5.9550908,15.079625 H 23.985106 a 9.0152948,9.0152948 0 0 0 -9.015008,-9.0149842 9.0152948,9.0152948 0 0 0 -0.06567,0 z" class="standfat"/>
|
|
5
5
|
<path d="M 14.970098,15.079625 11.963937,10.870986" class="black stand"/>
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<g class="part-normal">
|
|
3
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
4
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
5
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
6
|
+
</g>
|
|
7
|
+
<g class="part-start">
|
|
8
|
+
<circle cx="15" cy="15" r="14" class="colorstyle execstyle stand"/>
|
|
9
|
+
<path d="M 11,14 L 11,10 A 4,4 0 0 1 19,10 L 19,14" class="stand" style="fill:none;"/>
|
|
10
|
+
<rect x="9.5" y="13.5" width="11" height="9" rx="1.5" class="black"/>
|
|
11
|
+
</g>
|
|
12
|
+
<g class="part-middle" transform="translate(32,0)">
|
|
13
|
+
<text transform="translate(0,20)" class="label"></text>
|
|
14
|
+
</g>
|
|
5
15
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
3
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
3
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
4
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
5
5
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<g class="part-normal">
|
|
3
3
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
4
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
4
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
5
5
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
6
6
|
</g>
|
|
7
7
|
<g class="part-start">
|
|
8
8
|
<rect x="11" y="6" width="9" height="18" rx="0" class="white"/>
|
|
9
|
-
<path class="stand" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
9
|
+
<path class="stand colorstyle" d="M 11,5 C 2,9 2,21 11,25 M 20,5 C 29,9 29,21 20,25" style="stroke-dasharray:1,4;"/>
|
|
10
10
|
<line x1="15.6" y1="4" x2="15.6" y2="27" class="edge"/>
|
|
11
11
|
</g>
|
|
12
12
|
<g class="part-middle" transform="translate(30,0)">
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="stand"/>
|
|
2
|
+
<rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="colorstyle stand"/>
|
|
3
3
|
<path d="m 17.620194,6.2873424 c 7.577463,7.5774646 -7.577463,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
4
4
|
<path d="m 14.036033,6.2873424 c 7.577463,7.5774646 -7.5774629,10.5124376 0,18.0898996" class="stand" style="fill-opacity: 0"/>
|
|
5
5
|
</svg>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<svg class="clickable" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="15" cy="15" r="14" class="stand"/>
|
|
2
|
+
<circle cx="15" cy="15" r="14" class="colorstyle stand"/>
|
|
3
3
|
<circle cx="15" cy="15" r="11" class="execstyle stand"/>
|
|
4
4
|
<path d="M 7.8583963,10.061007 10.29692,7.6153325 15.17399,12.506704 20.051062,7.6153325 22.489583,10.06103 17.612536,14.952378 22.489583,19.84375 20.051062,22.289424 15.17399,17.398076 10.296942,22.289424 7.8583963,19.84375 12.735466,14.952378 Z" class="stand"/>
|
|
5
5
|
</svg>
|