cpee 2.1.92 → 2.1.95
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/css/{resources-label.css → extended_columns-label.css} +4 -0
- data/cockpit/css/ui.css +6 -5
- data/cockpit/css/wfadaptor.css +27 -105
- data/cockpit/david.html +292 -0
- data/cockpit/edit.html +16 -7
- data/cockpit/graph.html +3 -3
- data/cockpit/index.html +15 -7
- data/cockpit/js/details.js +7 -0
- data/cockpit/js/extended_columns.js +233 -0
- data/cockpit/js/instance.js +45 -167
- data/cockpit/js/wfadaptor.js +138 -94
- data/cockpit/llm.html +3 -3
- data/cockpit/llm_alternative.html +3 -3
- data/cockpit/model.html +2 -2
- data/cockpit/only_llm.html +19 -12
- data/cockpit/templates/Coopis 2010.xml +11 -4
- data/cockpit/templates/Frames.xml +210 -55
- data/cockpit/templates/Track Test.xml +1 -1
- data/cockpit/themes/base.js +16 -13
- data/cockpit/themes/control/rngs/call.rng +9 -0
- data/cockpit/themes/control/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/control/rngs/loop.rng +7 -0
- data/cockpit/themes/control/rngs/manipulate.rng +8 -0
- data/cockpit/themes/control/rngs/start.rng +1 -0
- data/cockpit/themes/control/symbols/arrow.svg +1 -1
- data/cockpit/themes/control/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/control/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/control/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/control/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/control/symbols/critical.svg +3 -2
- data/cockpit/themes/control/symbols/delete.svg +2 -2
- data/cockpit/themes/control/symbols/end.svg +1 -1
- data/cockpit/themes/control/symbols/manipulate.svg +2 -2
- data/cockpit/themes/control/symbols/parallel.svg +2 -1
- data/cockpit/themes/control/symbols/scripts.svg +1 -1
- data/cockpit/themes/dataflow/rngs/call.rng +9 -0
- data/cockpit/themes/dataflow/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/dataflow/rngs/loop.rng +7 -0
- data/cockpit/themes/dataflow/rngs/manipulate.rng +8 -0
- data/cockpit/themes/dataflow/rngs/start.rng +1 -0
- data/cockpit/themes/dataflow/symbols/arrow.svg +1 -1
- data/cockpit/themes/dataflow/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/dataflow/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/dataflow/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/dataflow/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/dataflow/symbols/critical.svg +3 -2
- data/cockpit/themes/dataflow/symbols/delete.svg +2 -2
- data/cockpit/themes/dataflow/symbols/end.svg +1 -1
- data/cockpit/themes/dataflow/symbols/manipulate.svg +2 -2
- data/cockpit/themes/dataflow/symbols/parallel.svg +2 -1
- data/cockpit/themes/dataflow/symbols/scripts.svg +1 -1
- data/cockpit/themes/dataflow/theme.js +8 -8
- data/cockpit/themes/default/rngs/call.rng +9 -0
- data/cockpit/themes/default/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/default/rngs/loop.rng +7 -0
- data/cockpit/themes/default/rngs/manipulate.rng +8 -0
- data/cockpit/themes/default/rngs/start.rng +1 -0
- data/cockpit/themes/default/symbols/arrow.svg +1 -1
- data/cockpit/themes/default/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/default/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/default/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/default/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/default/symbols/critical.svg +3 -2
- data/cockpit/themes/default/symbols/delete.svg +2 -2
- data/cockpit/themes/default/symbols/end.svg +1 -1
- data/cockpit/themes/default/symbols/manipulate.svg +2 -2
- data/cockpit/themes/default/symbols/parallel.svg +2 -1
- data/cockpit/themes/default/symbols/scripts.svg +1 -1
- data/cockpit/themes/extended/rngs/call.rng +9 -0
- data/cockpit/themes/extended/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/extended/rngs/loop.rng +7 -0
- data/cockpit/themes/extended/rngs/manipulate.rng +8 -0
- data/cockpit/themes/extended/rngs/start.rng +1 -0
- data/cockpit/themes/extended/symbols/arrow.svg +1 -1
- data/cockpit/themes/extended/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/extended/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/extended/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/extended/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/extended/symbols/critical.svg +3 -2
- data/cockpit/themes/extended/symbols/delete.svg +2 -2
- data/cockpit/themes/extended/symbols/end.svg +1 -1
- data/cockpit/themes/extended/symbols/manipulate.svg +2 -2
- data/cockpit/themes/extended/symbols/parallel.svg +2 -1
- data/cockpit/themes/extended/symbols/scripts.svg +1 -1
- data/cockpit/themes/felix/symbols/arrow.svg +1 -1
- data/cockpit/themes/felix/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/felix/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/felix/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/felix/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/felix/symbols/critical.svg +3 -2
- data/cockpit/themes/felix/symbols/delete.svg +2 -2
- data/cockpit/themes/felix/symbols/end.svg +1 -1
- data/cockpit/themes/felix/symbols/manipulate.svg +2 -2
- data/cockpit/themes/felix/symbols/parallel.svg +2 -1
- data/cockpit/themes/felix/symbols/scripts.svg +1 -1
- data/cockpit/themes/model/symbols/arrow.svg +1 -1
- data/cockpit/themes/model/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/model/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/model/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/model/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/model/symbols/critical.svg +3 -2
- data/cockpit/themes/model/symbols/delete.svg +2 -2
- data/cockpit/themes/model/symbols/end.svg +1 -1
- data/cockpit/themes/model/symbols/manipulate.svg +2 -2
- data/cockpit/themes/model/symbols/parallel.svg +2 -1
- data/cockpit/themes/model/symbols/scripts.svg +1 -1
- data/cockpit/themes/packed/rngs/call.rng +9 -0
- data/cockpit/themes/packed/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/packed/rngs/loop.rng +7 -0
- data/cockpit/themes/packed/rngs/manipulate.rng +8 -0
- data/cockpit/themes/packed/rngs/start.rng +1 -0
- data/cockpit/themes/packed/symbols/arrow.svg +1 -1
- data/cockpit/themes/packed/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/packed/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/packed/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/packed/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/packed/symbols/critical.svg +3 -2
- data/cockpit/themes/packed/symbols/delete.svg +2 -2
- data/cockpit/themes/packed/symbols/end.svg +1 -1
- data/cockpit/themes/packed/symbols/manipulate.svg +2 -2
- data/cockpit/themes/packed/symbols/parallel.svg +2 -1
- data/cockpit/themes/packed/symbols/scripts.svg +1 -1
- data/cockpit/themes/preset/rngs/call.rng +9 -0
- data/cockpit/themes/preset/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/preset/rngs/loop.rng +7 -0
- data/cockpit/themes/preset/rngs/manipulate.rng +8 -0
- data/cockpit/themes/preset/rngs/start.rng +1 -0
- data/cockpit/themes/preset/symbols/arrow.svg +1 -1
- data/cockpit/themes/preset/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/preset/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/preset/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/preset/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/preset/symbols/critical.svg +3 -2
- data/cockpit/themes/preset/symbols/delete.svg +2 -2
- data/cockpit/themes/preset/symbols/end.svg +1 -1
- data/cockpit/themes/preset/symbols/manipulate.svg +2 -2
- data/cockpit/themes/preset/symbols/parallel.svg +2 -1
- data/cockpit/themes/preset/symbols/scripts.svg +1 -1
- data/cockpit/themes/presetaltid/rngs/alternative.rng +25 -0
- data/cockpit/themes/presetaltid/rngs/call.rng +251 -0
- data/cockpit/themes/presetaltid/rngs/callmanipulate.rng +283 -0
- data/cockpit/themes/presetaltid/rngs/choose.rng +17 -0
- data/cockpit/themes/presetaltid/rngs/closed_loop.rng +62 -0
- data/cockpit/themes/presetaltid/rngs/closed_loop_cancel.rng +5 -0
- data/cockpit/themes/presetaltid/rngs/closed_loop_control.rng +31 -0
- data/cockpit/themes/presetaltid/rngs/closed_loop_measuring.rng +12 -0
- data/cockpit/themes/presetaltid/rngs/critical.rng +5 -0
- data/cockpit/themes/presetaltid/rngs/escape.rng +1 -0
- data/cockpit/themes/presetaltid/rngs/group.rng +3 -0
- data/cockpit/themes/presetaltid/rngs/loop.rng +29 -0
- data/cockpit/themes/presetaltid/rngs/manipulate.rng +30 -0
- data/cockpit/themes/presetaltid/rngs/otherwise.rng +22 -0
- data/cockpit/themes/presetaltid/rngs/parallel.rng +27 -0
- data/cockpit/themes/presetaltid/rngs/parallel_branch.rng +2 -0
- data/cockpit/themes/presetaltid/rngs/scripts.rng +23 -0
- data/cockpit/themes/presetaltid/rngs/start.rng +145 -0
- data/cockpit/themes/presetaltid/rngs/stop.rng +5 -0
- data/cockpit/themes/presetaltid/rngs/terminate.rng +1 -0
- data/cockpit/themes/presetaltid/rngs/wait_for_signal.rng +8 -0
- data/cockpit/themes/presetaltid/symbols/alternative.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/arrow.svg +3 -0
- data/cockpit/themes/presetaltid/symbols/call.svg +19 -0
- data/cockpit/themes/presetaltid/symbols/call_sensor.svg +23 -0
- data/cockpit/themes/presetaltid/symbols/callmanipulate.svg +23 -0
- data/cockpit/themes/presetaltid/symbols/callmanipulate_sensor.svg +26 -0
- data/cockpit/themes/presetaltid/symbols/callmanipulate_sensor_signal.svg +32 -0
- data/cockpit/themes/presetaltid/symbols/callmanipulate_signal.svg +29 -0
- data/cockpit/themes/presetaltid/symbols/choose.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/choose_exclusive.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/choose_exclusive_finish.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/choose_inclusive.svg +13 -0
- data/cockpit/themes/presetaltid/symbols/choose_inclusive_finish.svg +4 -0
- data/cockpit/themes/presetaltid/symbols/closed_loop.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/closed_loop_cancel.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/closed_loop_control.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/closed_loop_measuring.svg +6 -0
- data/cockpit/themes/presetaltid/symbols/complex.svg +8 -0
- data/cockpit/themes/presetaltid/symbols/critical.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/delete.svg +4 -0
- data/cockpit/themes/presetaltid/symbols/end.svg +3 -0
- data/cockpit/themes/presetaltid/symbols/escape.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/event_end.svg +3 -0
- data/cockpit/themes/presetaltid/symbols/loop.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/loop_end.svg +15 -0
- data/cockpit/themes/presetaltid/symbols/manipulate.svg +19 -0
- data/cockpit/themes/presetaltid/symbols/otherwise.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/parallel.svg +6 -0
- data/cockpit/themes/presetaltid/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/presetaltid/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/presetaltid/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/presetaltid/symbols/scripts.svg +4 -0
- data/cockpit/themes/presetaltid/symbols/start.svg +3 -0
- data/cockpit/themes/presetaltid/symbols/start_event.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/stop.svg +5 -0
- data/cockpit/themes/presetaltid/symbols/terminate.svg +4 -0
- data/cockpit/themes/presetaltid/symbols/wait_for_signal.svg +21 -0
- data/cockpit/themes/presetaltid/theme.js +16 -0
- data/cockpit/themes/presetid/rngs/alternative.rng +25 -0
- data/cockpit/themes/presetid/rngs/call.rng +251 -0
- data/cockpit/themes/presetid/rngs/callmanipulate.rng +283 -0
- data/cockpit/themes/presetid/rngs/choose.rng +17 -0
- data/cockpit/themes/presetid/rngs/closed_loop.rng +62 -0
- data/cockpit/themes/presetid/rngs/closed_loop_cancel.rng +5 -0
- data/cockpit/themes/presetid/rngs/closed_loop_control.rng +31 -0
- data/cockpit/themes/presetid/rngs/closed_loop_measuring.rng +12 -0
- data/cockpit/themes/presetid/rngs/critical.rng +5 -0
- data/cockpit/themes/presetid/rngs/escape.rng +1 -0
- data/cockpit/themes/presetid/rngs/group.rng +3 -0
- data/cockpit/themes/presetid/rngs/loop.rng +29 -0
- data/cockpit/themes/presetid/rngs/manipulate.rng +30 -0
- data/cockpit/themes/presetid/rngs/otherwise.rng +22 -0
- data/cockpit/themes/presetid/rngs/parallel.rng +27 -0
- data/cockpit/themes/presetid/rngs/parallel_branch.rng +2 -0
- data/cockpit/themes/presetid/rngs/scripts.rng +23 -0
- data/cockpit/themes/presetid/rngs/start.rng +145 -0
- data/cockpit/themes/presetid/rngs/stop.rng +5 -0
- data/cockpit/themes/presetid/rngs/terminate.rng +1 -0
- data/cockpit/themes/presetid/rngs/wait_for_signal.rng +8 -0
- data/cockpit/themes/presetid/symbols/alternative.svg +15 -0
- data/cockpit/themes/presetid/symbols/arrow.svg +3 -0
- data/cockpit/themes/presetid/symbols/call.svg +19 -0
- data/cockpit/themes/presetid/symbols/call_sensor.svg +23 -0
- data/cockpit/themes/presetid/symbols/callmanipulate.svg +23 -0
- data/cockpit/themes/presetid/symbols/callmanipulate_sensor.svg +26 -0
- data/cockpit/themes/presetid/symbols/callmanipulate_sensor_signal.svg +32 -0
- data/cockpit/themes/presetid/symbols/callmanipulate_signal.svg +29 -0
- data/cockpit/themes/presetid/symbols/choose.svg +15 -0
- data/cockpit/themes/presetid/symbols/choose_exclusive.svg +15 -0
- data/cockpit/themes/presetid/symbols/choose_exclusive_finish.svg +5 -0
- data/cockpit/themes/presetid/symbols/choose_inclusive.svg +13 -0
- data/cockpit/themes/presetid/symbols/choose_inclusive_finish.svg +4 -0
- data/cockpit/themes/presetid/symbols/closed_loop.svg +5 -0
- data/cockpit/themes/presetid/symbols/closed_loop_cancel.svg +5 -0
- data/cockpit/themes/presetid/symbols/closed_loop_control.svg +5 -0
- data/cockpit/themes/presetid/symbols/closed_loop_measuring.svg +6 -0
- data/cockpit/themes/presetid/symbols/complex.svg +8 -0
- data/cockpit/themes/presetid/symbols/critical.svg +5 -0
- data/cockpit/themes/presetid/symbols/delete.svg +4 -0
- data/cockpit/themes/presetid/symbols/end.svg +3 -0
- data/cockpit/themes/presetid/symbols/escape.svg +5 -0
- data/cockpit/themes/presetid/symbols/event_end.svg +3 -0
- data/cockpit/themes/presetid/symbols/loop.svg +15 -0
- data/cockpit/themes/presetid/symbols/loop_end.svg +15 -0
- data/cockpit/themes/presetid/symbols/manipulate.svg +19 -0
- data/cockpit/themes/presetid/symbols/otherwise.svg +5 -0
- data/cockpit/themes/presetid/symbols/parallel.svg +6 -0
- data/cockpit/themes/presetid/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/presetid/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/presetid/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/presetid/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/presetid/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/presetid/symbols/scripts.svg +4 -0
- data/cockpit/themes/presetid/symbols/start.svg +3 -0
- data/cockpit/themes/presetid/symbols/start_event.svg +5 -0
- data/cockpit/themes/presetid/symbols/stop.svg +5 -0
- data/cockpit/themes/presetid/symbols/terminate.svg +4 -0
- data/cockpit/themes/presetid/symbols/wait_for_signal.svg +21 -0
- data/cockpit/themes/presetid/theme.js +16 -0
- data/cockpit/themes/reduced/rngs/call.rng +9 -0
- data/cockpit/themes/reduced/rngs/callmanipulate.rng +10 -1
- data/cockpit/themes/reduced/rngs/loop.rng +7 -0
- data/cockpit/themes/reduced/rngs/manipulate.rng +8 -0
- data/cockpit/themes/reduced/rngs/start.rng +1 -0
- data/cockpit/themes/reduced/symbols/arrow.svg +1 -1
- data/cockpit/themes/reduced/symbols/callmanipulate.svg +1 -1
- data/cockpit/themes/reduced/symbols/callmanipulate_sensor.svg +2 -1
- data/cockpit/themes/reduced/symbols/callmanipulate_sensor_signal.svg +1 -1
- data/cockpit/themes/reduced/symbols/callmanipulate_signal.svg +1 -1
- data/cockpit/themes/reduced/symbols/critical.svg +3 -2
- data/cockpit/themes/reduced/symbols/delete.svg +2 -2
- data/cockpit/themes/reduced/symbols/end.svg +1 -1
- data/cockpit/themes/reduced/symbols/manipulate.svg +2 -2
- data/cockpit/themes/reduced/symbols/parallel.svg +2 -1
- data/cockpit/themes/reduced/symbols/scripts.svg +1 -1
- data/cockpit/track.html +3 -3
- data/cpee.gemspec +1 -1
- data/lib/cpee/implementation.rb +25 -38
- data/server/executionhandlers/ruby/connection.rb +11 -3
- data/server/routing/end.pid +1 -1
- data/server/routing/forward-events-00.pid +1 -1
- data/server/routing/forward-events-01.pid +1 -0
- data/server/routing/forward-events-02.pid +1 -0
- data/server/routing/forward-events-03.pid +1 -0
- data/server/routing/forward-events-04.pid +1 -0
- data/server/routing/forward-events-05.pid +1 -0
- data/server/routing/forward-events-06.pid +1 -0
- data/server/routing/forward-votes.pid +1 -1
- data/server/routing/persist.pid +1 -1
- metadata +133 -6
- data/cockpit/js/resources.js +0 -64
- data/server/executionhandlers/ruby/ShiftingTestSimple.xml +0 -100
- data/server/server.pid +0 -1
- /data/cockpit/css/{resources-svg.css → extended_columns-svg.css} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98ec380ca615921ed8c2652802995ab97de7b8a34f34c6a503f60b8f5758dfb9
|
|
4
|
+
data.tar.gz: b761b0623adf0bb79ccc6506ad5b26c7993b39b4585a88c8311a41172cab8ccb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: be8645a1acd70db7c3089eefc5208aaf0dda70818f74b10a4ac6a58d2ee77e26755d8952379b533a8d953f2664d130f11469759d640e0d0fe2e3d2feb6a37223
|
|
7
|
+
data.tar.gz: 9952f614f80c02377ee78942725d292f4956849e6edfa6b669f784a735e13301874bffc756539436a885b7d69a5bc9d0d26865703428f41084a9fcccc918103d
|
data/cockpit/css/ui.css
CHANGED
|
@@ -33,7 +33,7 @@ body {
|
|
|
33
33
|
|
|
34
34
|
#instance ui-content { height: 6em; }
|
|
35
35
|
|
|
36
|
-
#areanew td:nth-child(2) { padding-top: 0.
|
|
36
|
+
#areanew td:nth-child(2) { padding-top: 0.2em; padding-bottom: 0.2em; }
|
|
37
37
|
#areanew td:nth-child(1) { width: 7em; padding-right: 1em; }
|
|
38
38
|
#areanew td:nth-child(3) { width: 16em; padding-left: 1em; }
|
|
39
39
|
#areanew input {
|
|
@@ -46,8 +46,8 @@ body {
|
|
|
46
46
|
-webkit-box-sizing: border-box;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
#areanew button[name=base] { width: 100%; padding: 0.
|
|
50
|
-
#areanew button[name=instance] { width: 100%; padding: 0.
|
|
49
|
+
#areanew button[name=base] { width: 100%; padding: 0.3em 1em; margin-bottom: 0.1em; }
|
|
50
|
+
#areanew button[name=instance] { width: 100%; padding: 0.3em 1em; }
|
|
51
51
|
|
|
52
52
|
ui-tabbed ui-tabbar ui-behind button {
|
|
53
53
|
margin-left: 0.5em;
|
|
@@ -107,7 +107,8 @@ ui-tabbed ui-tabbar ui-behind button {
|
|
|
107
107
|
#areainstance div.section:nth-child(1) button[name=loadtestsetfile] { white-space: normal; width: 10em; height: 3.5em; margin-left: 0.2em; }
|
|
108
108
|
#areainstance div.section:nth-child(1) button[name=loadmodelfile] { white-space: normal; width: 10em; height: 2em; margin-top: 0.2em; }
|
|
109
109
|
|
|
110
|
-
#areainstance div.section:nth-child(2) button
|
|
110
|
+
#areainstance div.section:nth-child(2) button[name=savebpmnfile] { white-space: normal; width: 7em; height: 2em; margin-top: 0.2em; }
|
|
111
|
+
#areainstance div.section:nth-child(2) button { white-space: normal; width: 7em; height: 3.5em; vertical-align: middle; margin: 0; padding: 0; }
|
|
111
112
|
|
|
112
113
|
#areainstance div.section:nth-child(3) { overflow-y: scroll; overflow-x: hidden; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-start; align-content: flex-start; }
|
|
113
114
|
#areainstance div.section:nth-child(3) strong { margin:0; padding:0; white-space: normal; font-size: 0.7em; }
|
|
@@ -124,7 +125,7 @@ ui-tabbed ui-tabbar ui-behind button {
|
|
|
124
125
|
#areaexecution table.x-ui-compact tbody.exe tr:first-child td { padding-top: 0.5em; }
|
|
125
126
|
#areaexecution table.x-ui-compact tbody.exe { border-top: 1px solid var(--x-ui-border-color); }
|
|
126
127
|
|
|
127
|
-
#areaexecution table.x-ui-compact tbody.exe td { height:
|
|
128
|
+
#areaexecution table.x-ui-compact tbody.exe td { height: 2em; }
|
|
128
129
|
|
|
129
130
|
#arealog > div { padding-left: 1em; padding-top: 1em; }
|
|
130
131
|
|
data/cockpit/css/wfadaptor.css
CHANGED
|
@@ -23,21 +23,36 @@
|
|
|
23
23
|
--wfadaptor-highlight: #0081c7;
|
|
24
24
|
--wfadaptor-base: #000000;
|
|
25
25
|
--wfadaptor-base-light: #A9A9A9;
|
|
26
|
-
--wfadaptor-label: #
|
|
26
|
+
--wfadaptor-label: #e4e4e4;
|
|
27
27
|
--wfadaptor-mark: #d4d4d4;
|
|
28
|
-
|
|
29
|
-
--wfadaptor-
|
|
28
|
+
|
|
29
|
+
--wfadaptor-selected: #000000;
|
|
30
|
+
--wfadaptor-selected-text: #f57900;
|
|
31
|
+
--wfadaptor-hover: #000000;
|
|
32
|
+
|
|
30
33
|
--wfadaptor-stripe: #e9e9e9;
|
|
31
34
|
--wfadaptor-background: #ffffff;
|
|
32
|
-
--wfadaptor-menu: #ef2929;
|
|
33
35
|
--wfadaptor-border: #a1a1a1;
|
|
36
|
+
--wfadaptor-important: #ef2929;
|
|
34
37
|
}
|
|
35
38
|
|
|
36
39
|
svg {
|
|
37
40
|
display:inline;
|
|
38
41
|
margin:0;
|
|
39
42
|
padding:0;
|
|
43
|
+
font-family: adawaita-sans;
|
|
44
|
+
user-select: none;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
svg .duration {
|
|
48
|
+
stroke: var(--wfadaptor-label);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/*
|
|
52
|
+
svg [style*='--custom-color'] {
|
|
53
|
+
fill: url(#custom-gradient);
|
|
40
54
|
}
|
|
55
|
+
*/
|
|
41
56
|
|
|
42
57
|
svg rect.group {
|
|
43
58
|
fill: var(--wfadaptor-highlight);
|
|
@@ -88,11 +103,6 @@ svg g.vote .execstylethin {
|
|
|
88
103
|
stroke-linejoin:round;
|
|
89
104
|
}
|
|
90
105
|
|
|
91
|
-
svg .menu {
|
|
92
|
-
fill: var(--wfadaptor-menu) !important;
|
|
93
|
-
fill-opacity:1 !important;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
106
|
svg line.edge, svg path.edge {
|
|
97
107
|
stroke-opacity:1;
|
|
98
108
|
stroke: var(--wfadaptor-base);
|
|
@@ -166,9 +176,6 @@ svg .greyfat {
|
|
|
166
176
|
stroke-opacity:1;
|
|
167
177
|
stroke-dasharray:none;
|
|
168
178
|
}
|
|
169
|
-
svg .standfat.menu {
|
|
170
|
-
stroke: var(--wfadaptor-menu);
|
|
171
|
-
}
|
|
172
179
|
svg .normal {
|
|
173
180
|
fill: var(--wfadaptor-base);
|
|
174
181
|
fill-opacity:1;
|
|
@@ -232,10 +239,10 @@ svg.labelsrow text.label {
|
|
|
232
239
|
cursor: pointer;
|
|
233
240
|
}
|
|
234
241
|
svg.labelsrow text.label:hover, svg.labelsrow text.label.hover {
|
|
235
|
-
fill: var(--wfadaptor-selected);
|
|
242
|
+
fill: var(--wfadaptor-selected-text);
|
|
236
243
|
}
|
|
237
244
|
svg text.label.selected {
|
|
238
|
-
fill: var(--wfadaptor-selected);
|
|
245
|
+
fill: var(--wfadaptor-selected-text);
|
|
239
246
|
}
|
|
240
247
|
svg .selected .markstyle {
|
|
241
248
|
stroke: var(--wfadaptor-selected);
|
|
@@ -243,7 +250,8 @@ svg .selected .markstyle {
|
|
|
243
250
|
stroke-linejoin:round;
|
|
244
251
|
stroke-miterlimit:4;
|
|
245
252
|
stroke-opacity:1;
|
|
246
|
-
stroke-dasharray:
|
|
253
|
+
stroke-dasharray: 1,2;
|
|
254
|
+
stroke-width: 1.6;
|
|
247
255
|
}
|
|
248
256
|
|
|
249
257
|
svg .unknown {
|
|
@@ -277,38 +285,6 @@ svg .standwithout {
|
|
|
277
285
|
svg .standtrans {
|
|
278
286
|
fill: var(--wfadaptor-background);
|
|
279
287
|
}
|
|
280
|
-
svg text.normal {
|
|
281
|
-
font-size:20px;
|
|
282
|
-
font-style:normal;
|
|
283
|
-
font-variant:normal;
|
|
284
|
-
font-weight:bold;
|
|
285
|
-
font-stretch:normal;
|
|
286
|
-
text-align:center;
|
|
287
|
-
line-height:125%;
|
|
288
|
-
writing-mode:horizontal-tb;
|
|
289
|
-
text-anchor:middle;
|
|
290
|
-
color: var(--wfadaptor-base);
|
|
291
|
-
fill: var(--wfadaptor-base);
|
|
292
|
-
fill-opacity:1;
|
|
293
|
-
stroke:none;
|
|
294
|
-
font-family: adawaita-sans;
|
|
295
|
-
}
|
|
296
|
-
svg text.inverted {
|
|
297
|
-
font-size:20px;
|
|
298
|
-
font-style:normal;
|
|
299
|
-
font-variant:normal;
|
|
300
|
-
font-weight:bold;
|
|
301
|
-
font-stretch:normal;
|
|
302
|
-
text-align:center;
|
|
303
|
-
line-height:125%;
|
|
304
|
-
writing-mode:horizontal-tb;
|
|
305
|
-
text-anchor:middle;
|
|
306
|
-
color: var(--wfadaptor-background);
|
|
307
|
-
fill: var(--wfadaptor-background);
|
|
308
|
-
fill-opacity:1;
|
|
309
|
-
stroke:none;
|
|
310
|
-
font-family: adawaita-sans;
|
|
311
|
-
}
|
|
312
288
|
|
|
313
289
|
svg text.super {
|
|
314
290
|
font-size:11px;
|
|
@@ -324,7 +300,6 @@ svg text.super {
|
|
|
324
300
|
fill: var(--wfadaptor-base);
|
|
325
301
|
fill-opacity:1;
|
|
326
302
|
stroke:none;
|
|
327
|
-
font-family: adawaita-sans;
|
|
328
303
|
}
|
|
329
304
|
svg tspan.exec {
|
|
330
305
|
fill: var(--wfadaptor-exec-active-text);
|
|
@@ -335,7 +310,6 @@ svg tspan.exec {
|
|
|
335
310
|
stroke-linecap:round;
|
|
336
311
|
stroke-linejoin:round;
|
|
337
312
|
paint-order: stroke markers fill;
|
|
338
|
-
font-family: adawaita-sans;
|
|
339
313
|
}
|
|
340
314
|
svg tspan.active {
|
|
341
315
|
fill: var(--wfadaptor-exec-active-text);
|
|
@@ -346,7 +320,6 @@ svg tspan.active {
|
|
|
346
320
|
stroke-linecap:round;
|
|
347
321
|
stroke-linejoin:round;
|
|
348
322
|
paint-order: stroke markers fill;
|
|
349
|
-
font-family: adawaita-sans;
|
|
350
323
|
}
|
|
351
324
|
svg tspan.vote {
|
|
352
325
|
fill: var(--wfadaptor-exec-vote-text);
|
|
@@ -357,7 +330,6 @@ svg tspan.vote {
|
|
|
357
330
|
stroke-linecap:round;
|
|
358
331
|
stroke-linejoin:round;
|
|
359
332
|
paint-order: stroke markers fill;
|
|
360
|
-
font-family: adawaita-sans;
|
|
361
333
|
}
|
|
362
334
|
svg tspan.colon {
|
|
363
335
|
display: none;
|
|
@@ -366,40 +338,6 @@ svg tspan.necessary {
|
|
|
366
338
|
display: inline;
|
|
367
339
|
}
|
|
368
340
|
|
|
369
|
-
svg text.normallarge {
|
|
370
|
-
font-size:25px;
|
|
371
|
-
font-style:normal;
|
|
372
|
-
font-variant:normal;
|
|
373
|
-
font-weight:bold;
|
|
374
|
-
font-stretch:normal;
|
|
375
|
-
text-align:center;
|
|
376
|
-
line-height:125%;
|
|
377
|
-
writing-mode:horizontal-tb;
|
|
378
|
-
text-anchor:middle;
|
|
379
|
-
color: var(--wfadaptor-base);
|
|
380
|
-
fill: var(--wfadaptor-base);
|
|
381
|
-
fill-opacity:1;
|
|
382
|
-
stroke:none;
|
|
383
|
-
font-family: adawaita-sans;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
svg text.small {
|
|
387
|
-
font-size:14px;
|
|
388
|
-
font-style:normal;
|
|
389
|
-
font-variant:normal;
|
|
390
|
-
font-weight:bold;
|
|
391
|
-
font-stretch:normal;
|
|
392
|
-
text-align:center;
|
|
393
|
-
line-height:125%;
|
|
394
|
-
writing-mode:horizontal-tb;
|
|
395
|
-
text-anchor:middle;
|
|
396
|
-
color: var(--wfadaptor-base);
|
|
397
|
-
fill: var(--wfadaptor-base);
|
|
398
|
-
fill-opacity:1;
|
|
399
|
-
stroke:none;
|
|
400
|
-
font-family: adawaita-sans;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
341
|
svg text.label {
|
|
404
342
|
font-size:14px;
|
|
405
343
|
font-style:normal;
|
|
@@ -423,29 +361,11 @@ svg text.label.standalone {
|
|
|
423
361
|
stroke-linecap:round;
|
|
424
362
|
stroke-linejoin:round;
|
|
425
363
|
paint-order: stroke markers fill;
|
|
426
|
-
font-family: adawaita-sans;
|
|
427
364
|
}
|
|
428
365
|
svg text.label.rotate {
|
|
429
366
|
transform: translateY(10px) rotate(-30deg);
|
|
430
367
|
}
|
|
431
368
|
|
|
432
|
-
svg text.smaller {
|
|
433
|
-
font-size:12px;
|
|
434
|
-
font-style:normal;
|
|
435
|
-
font-variant:normal;
|
|
436
|
-
font-weight:bold;
|
|
437
|
-
font-stretch:normal;
|
|
438
|
-
text-align:center;
|
|
439
|
-
line-height:125%;
|
|
440
|
-
writing-mode:horizontal-tb;
|
|
441
|
-
text-anchor:middle;
|
|
442
|
-
color: var(--wfadaptor-base);
|
|
443
|
-
fill: var(--wfadaptor-base);
|
|
444
|
-
fill-opacity:1;
|
|
445
|
-
stroke:none;
|
|
446
|
-
font-family: adawaita-sans;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
369
|
#arrow {
|
|
450
370
|
stroke: var(--wfadaptor-base);
|
|
451
371
|
stroke-width: 2;
|
|
@@ -458,11 +378,13 @@ svg g.element[element-id].hover {
|
|
|
458
378
|
|
|
459
379
|
svg g.element[element-id].hover .hoverstyle {
|
|
460
380
|
stroke: var(--wfadaptor-hover);
|
|
461
|
-
stroke-
|
|
381
|
+
stroke-dasharray: 1,2;
|
|
382
|
+
stroke-width: 1.6;
|
|
462
383
|
}
|
|
463
384
|
svg g.element[element-id].hover .hoverstylethin {
|
|
464
385
|
stroke: var(--wfadaptor-hover);
|
|
465
|
-
stroke-
|
|
386
|
+
stroke-dasharray: 1,2;
|
|
387
|
+
stroke-width: 1.6;
|
|
466
388
|
}
|
|
467
389
|
svg g.element[element-id].hover > text.label {
|
|
468
390
|
color: var(--wfadaptor-selected);
|
data/cockpit/david.html
ADDED
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
This file is part of CPEE.
|
|
3
|
+
|
|
4
|
+
CPEE is free software: you can redistribute it and/or modify it under the terms
|
|
5
|
+
of the GNU General Public License as published by the Free Software Foundation,
|
|
6
|
+
either version 3 of the License, or (at your option) any later version.
|
|
7
|
+
|
|
8
|
+
CPEE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
9
|
+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
10
|
+
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
11
|
+
|
|
12
|
+
You should have received a copy of the GNU General Public License along with
|
|
13
|
+
CPEE (file COPYING in the main directory). If not, see
|
|
14
|
+
<http://www.gnu.org/licenses/>.
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
<!DOCTYPE html>
|
|
18
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
19
|
+
<head>
|
|
20
|
+
<meta charset="utf-8"/>
|
|
21
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
22
|
+
<link rel="icon" type="image/png" href="/favicon.png">
|
|
23
|
+
<title>CPEE Cockpit</title>
|
|
24
|
+
|
|
25
|
+
<!-- libs, do not modify. When local than load local libs. -->
|
|
26
|
+
<script type="text/javascript" src="/js_libs/jquery.min.js"></script>
|
|
27
|
+
<script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
|
|
28
|
+
<script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
|
|
29
|
+
<script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
|
|
30
|
+
<script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
|
|
31
|
+
<script type="text/javascript" src="/js_libs/util.js"></script>
|
|
32
|
+
<script type="text/javascript" src="/js_libs/printf.js"></script>
|
|
33
|
+
<script type="text/javascript" src="/js_libs/strftime.min.js"></script>
|
|
34
|
+
<script type="text/javascript" src="/js_libs/parsequery.js"></script>
|
|
35
|
+
<script type="text/javascript" src="/js_libs/underscore.min.js"></script>
|
|
36
|
+
<script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
|
|
37
|
+
<script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
|
|
38
|
+
|
|
39
|
+
<script type="text/javascript" src="/js_libs/relaxngui.js"></script>
|
|
40
|
+
|
|
41
|
+
<script type="text/javascript" src="/js_libs/uidash.js"></script>
|
|
42
|
+
<script type="text/javascript" src="/js_libs/custommenu.js"></script>
|
|
43
|
+
|
|
44
|
+
<script type="text/javascript" src="https://lehre.bpm.in.tum.de/~ge64teg/bachelor-thesis/build-bpmn.js"></script>
|
|
45
|
+
|
|
46
|
+
<link rel="stylesheet" href="/js_libs/custommenu.css" type="text/css"/>
|
|
47
|
+
<link rel="stylesheet" href="/js_libs/uidash.css" type="text/css"/>
|
|
48
|
+
|
|
49
|
+
<link rel="stylesheet" href="/js_libs/relaxngui.css" type="text/css"/>
|
|
50
|
+
|
|
51
|
+
<!-- modelling ui -->
|
|
52
|
+
<script type="text/javascript" src="js/wfadaptor.js"></script>
|
|
53
|
+
<link rel="stylesheet" href="css/wfadaptor.css" type="text/css" data-include-export="true"/>
|
|
54
|
+
|
|
55
|
+
<!-- custom stuff, play arround -->
|
|
56
|
+
<script type="text/javascript" src="js/ui.js"></script>
|
|
57
|
+
<script type="text/javascript" src="js/instance.js"></script>
|
|
58
|
+
<script type="text/javascript" src="js/details.js"></script>
|
|
59
|
+
<script type="text/javascript" src="js/parameters.js"></script>
|
|
60
|
+
<script type="text/javascript" src="js/extended_columns.js"></script>
|
|
61
|
+
<script type="text/javascript" src="js/modifiers.js"></script>
|
|
62
|
+
<script type="text/javascript" src="themes/base.js"></script>
|
|
63
|
+
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
|
|
64
|
+
<link rel="stylesheet" href="css/extended_columns-label.css" type="text/css"/>
|
|
65
|
+
<link rel="stylesheet" href="css/extended_columns-svg.css" type="text/css" data-include-export="true"/>
|
|
66
|
+
<link rel="stylesheet" href="/global_ui/uicpee.css" type="text/css"/>
|
|
67
|
+
<style>
|
|
68
|
+
/* has to be fucking inline, because firefox and chrome disagree how to handle filter urls */
|
|
69
|
+
/* shit balls, no elegance is left in this world */
|
|
70
|
+
</style>
|
|
71
|
+
</head>
|
|
72
|
+
<body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui-">
|
|
73
|
+
<div id='disclaimer' class='hidden'> <!--{{{-->
|
|
74
|
+
<h1>Disclaimer</h1>
|
|
75
|
+
|
|
76
|
+
<p>
|
|
77
|
+
We use reasonable care in creating and presenting the functionality
|
|
78
|
+
found in this demonstrator. It is provided purely for demonstration purposes
|
|
79
|
+
and you should seek further guidance and make independent enquiries
|
|
80
|
+
before relying upon it.
|
|
81
|
+
</p>
|
|
82
|
+
|
|
83
|
+
<p>
|
|
84
|
+
All functionality included in this demonstrator is subject to change
|
|
85
|
+
without notice. We make no representation or warranty whatsoever
|
|
86
|
+
regarding the completeness, accuracy, adequacy, suitability or
|
|
87
|
+
operation of this demonstrator, or of the results it produces.
|
|
88
|
+
</p>
|
|
89
|
+
|
|
90
|
+
<p>
|
|
91
|
+
We assume no responsibility for process instances created with this
|
|
92
|
+
demonstrator and disclaim all liability arising from negligence or
|
|
93
|
+
otherwise in respect of such process instances. We will not be liable
|
|
94
|
+
for any damages (including, without limitation, damages for any
|
|
95
|
+
consequential loss or loss of business opportunities or projects, or
|
|
96
|
+
loss of profits) howsoever arising from use of or inability to use
|
|
97
|
+
this demonstrator, or from any action or omission taken as a result of
|
|
98
|
+
using this demonstrator.
|
|
99
|
+
</p>
|
|
100
|
+
|
|
101
|
+
<p>
|
|
102
|
+
This demonstrator is hosted in Austria. All liability is excluded to the extent
|
|
103
|
+
permitted by law including any implied terms. Any interpretation of its
|
|
104
|
+
content, claims or disputes (of whatever nature and not limited to contractual
|
|
105
|
+
issues) shall be subject to the exclusive jurisdiction of the Austrian Courts
|
|
106
|
+
under Austrian law.
|
|
107
|
+
</p>
|
|
108
|
+
|
|
109
|
+
<p>
|
|
110
|
+
All actions performed while using this demonstrator will be logged, including
|
|
111
|
+
the IP address of the user.
|
|
112
|
+
</p>
|
|
113
|
+
|
|
114
|
+
<p>
|
|
115
|
+
<input id='iagree' type='checkbox'/><label for='iagree'><strong>OK, I Agree with this terms. I will be a happy person, and do no evil.</strong></label>
|
|
116
|
+
</p>
|
|
117
|
+
<p>
|
|
118
|
+
<button id='icontinue' disabled='disabled'>Continue</button>
|
|
119
|
+
</p>
|
|
120
|
+
</div> <!--}}}-->
|
|
121
|
+
|
|
122
|
+
<div class='hidden' id='relaxngworker'></div>
|
|
123
|
+
|
|
124
|
+
<div class='menu' id='templates'></div>
|
|
125
|
+
<div class='menu' id='modeltypes'></div>
|
|
126
|
+
|
|
127
|
+
<template id="label">
|
|
128
|
+
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg" style="position: absolute; top: 0; left: 0;" class="displaylabel">
|
|
129
|
+
<g transform="translate(1 %%1) rotate(-%%2)">
|
|
130
|
+
<rect class="displaylabel" width="200" height="14" x="8" y="0" rx="5" ry="5"/>
|
|
131
|
+
<path class="displaylabel" d="M10,13 0,13 8,8"/>
|
|
132
|
+
<path class="displaylabelinner" d="M10,11.5 8.5,11.5 8.5,9.5 10,9.5"/>
|
|
133
|
+
<text class="label" x="18" y="10">aaaa</text>
|
|
134
|
+
</g>
|
|
135
|
+
</svg>
|
|
136
|
+
</template>
|
|
137
|
+
|
|
138
|
+
<ui-tabbed id="instance">
|
|
139
|
+
<ui-tabbar>
|
|
140
|
+
<ui-tab class="switch" ></ui-tab>
|
|
141
|
+
<ui-tab class="" data-tab="new" id="tabnew" >New</ui-tab>
|
|
142
|
+
<ui-tab class="inactive hidden" data-tab="instance" id="tabinstance" >Instance</ui-tab>
|
|
143
|
+
<ui-tab class="inactive hidden" data-tab="execution" id="tabexecution">Execution</ui-tab>
|
|
144
|
+
<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>
|
|
145
|
+
<ui-last ><a class="logo" href=".."></a></ui-last>
|
|
146
|
+
</ui-tabbar>
|
|
147
|
+
<ui-content>
|
|
148
|
+
<ui-area data-belongs-to-tab="new" id="areanew"> <!--{{{-->
|
|
149
|
+
<table class='x-ui-layout'>
|
|
150
|
+
<tr>
|
|
151
|
+
<td>Resources:</td>
|
|
152
|
+
<td><input name="res-url" type="text" value=""/></td>
|
|
153
|
+
<td></td>
|
|
154
|
+
</tr>
|
|
155
|
+
<tr>
|
|
156
|
+
<td>Engine:</td>
|
|
157
|
+
<td><input name="base-url" type="text" value=""/></td>
|
|
158
|
+
<td><button name="base">create new instance</button></td>
|
|
159
|
+
</tr>
|
|
160
|
+
<tr>
|
|
161
|
+
<td>Instance:</td>
|
|
162
|
+
<td><input name="instance-url" type="text" value=""/></td>
|
|
163
|
+
<td><button name="instance">monitor instance</button></td>
|
|
164
|
+
</tr>
|
|
165
|
+
</table>
|
|
166
|
+
</ui-area> <!--}}}-->
|
|
167
|
+
<ui-area data-belongs-to-tab="instance" id="areainstance" class="inactive"> <!--{{{-->
|
|
168
|
+
<div>
|
|
169
|
+
<div class='section'>
|
|
170
|
+
<div>
|
|
171
|
+
<form id='fuckchrome'>
|
|
172
|
+
<input type='file' name='testsetfile' id='testsetfile'/>
|
|
173
|
+
</form>
|
|
174
|
+
<button title='a template includes various settings, subscriptions or a (partial) model' name="loadtestset">load template</button><button title='a testset includes various settings, subscriptions or a model' name="loadtestsetfile">load testset</button>
|
|
175
|
+
</div>
|
|
176
|
+
<div>
|
|
177
|
+
<input type='file' name='modelfile' id='modelfile'/>
|
|
178
|
+
<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>
|
|
179
|
+
</div>
|
|
180
|
+
</div><div class='section'>
|
|
181
|
+
<div>
|
|
182
|
+
<a id="savetestsetfile" href="" download=""></a>
|
|
183
|
+
<a id="savesvgfile" href="" download=""></a>
|
|
184
|
+
<button title='a testset includes various settings, subscriptions and a model' name="savetestsetfile">save<br>testset</button>
|
|
185
|
+
<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>
|
|
186
|
+
</div>
|
|
187
|
+
<div>
|
|
188
|
+
<a id="savebpmnfile" href="" download=""></a>
|
|
189
|
+
<button title='the BPMN includes a graphical representation that can be loaded in Signavio and Camundal' name="savebpmnfile">save BPMN</button>
|
|
190
|
+
</div>
|
|
191
|
+
</div><div class='section' id='modifiers'>
|
|
192
|
+
<template id="item">
|
|
193
|
+
<div>
|
|
194
|
+
<div class='title'><strong></strong></div>
|
|
195
|
+
<div class='select'><select></select></div>
|
|
196
|
+
<div class='additional'></div>
|
|
197
|
+
</div>
|
|
198
|
+
</template>
|
|
199
|
+
</div>
|
|
200
|
+
</div>
|
|
201
|
+
</ui-area> <!--}}}-->
|
|
202
|
+
<ui-area data-belongs-to-tab="execution" id="areaexecution" class='inactive'> <!--{{{-->
|
|
203
|
+
<table class='x-ui-compact'>
|
|
204
|
+
<tbody class='debug'>
|
|
205
|
+
<tr>
|
|
206
|
+
<td>Debugging:</td>
|
|
207
|
+
<td><input type="checkbox" name="votecontinue"/></td>
|
|
208
|
+
</tr>
|
|
209
|
+
</tbody>
|
|
210
|
+
<tbody class='exe'>
|
|
211
|
+
<tr>
|
|
212
|
+
<td>State:</td>
|
|
213
|
+
<td id='state'>
|
|
214
|
+
<span id="state_text"></span>
|
|
215
|
+
<span id="state_any" style='display:none'>
|
|
216
|
+
<span> ⇒ </span>
|
|
217
|
+
<button name="state_start" title='start' style='display:none'>Start</button>
|
|
218
|
+
<button name="state_stop" title='stop' style='display:none'>Stop</button>
|
|
219
|
+
<span id="state_extended" style='display:none'>
|
|
220
|
+
<span> / </span>
|
|
221
|
+
<button name="state_abandon" title='abandon' style='display:none'>Abandon</button>
|
|
222
|
+
</span>
|
|
223
|
+
</span>
|
|
224
|
+
</td>
|
|
225
|
+
</tr>
|
|
226
|
+
<tr>
|
|
227
|
+
<td>Continue:</td>
|
|
228
|
+
<td id='votes'></td>
|
|
229
|
+
</tr>
|
|
230
|
+
</tbody>
|
|
231
|
+
</table>
|
|
232
|
+
</ui-area> <!--}}}-->
|
|
233
|
+
</ui-content>
|
|
234
|
+
</ui-tabbed>
|
|
235
|
+
|
|
236
|
+
<ui-tabbed class="hidden" id='parameters'>
|
|
237
|
+
<ui-tabbar>
|
|
238
|
+
<ui-tab class="switch" ></ui-tab>
|
|
239
|
+
<ui-tab class="" data-tab="dataelements" id="tabdataelements">Data Objects</ui-tab>
|
|
240
|
+
<ui-tab class="inactive" data-tab="endpoints" id="tabendpoints" >Endpoints</ui-tab>
|
|
241
|
+
<ui-tab class="inactive" data-tab="attributes" id="tabattributes" >Attributes</ui-tab>
|
|
242
|
+
<ui-behind ></ui-behind>
|
|
243
|
+
</ui-tabbar>
|
|
244
|
+
<ui-content>
|
|
245
|
+
<ui-area data-belongs-to-tab="dataelements" id="areadataelements"> <!--{{{-->
|
|
246
|
+
<button title='add entry'><span>New</span></button>
|
|
247
|
+
<div id="dat_dataelements"></div>
|
|
248
|
+
</ui-area> <!--}}}-->
|
|
249
|
+
<ui-area data-belongs-to-tab="endpoints" id="areaendpoints" class="inactive"> <!--{{{-->
|
|
250
|
+
<button title='add entry'><span>New</span></button>
|
|
251
|
+
<div id="dat_endpoints"></div>
|
|
252
|
+
</ui-area> <!--}}}-->
|
|
253
|
+
<ui-area data-belongs-to-tab="attributes" id="areaattributes" class="inactive"> <!--{{{-->
|
|
254
|
+
<button title='add entry'><span>New</span></button>
|
|
255
|
+
<div id="dat_attributes"></div>
|
|
256
|
+
</ui-area> <!--}}}-->
|
|
257
|
+
</ui-content>
|
|
258
|
+
</ui-tabbed>
|
|
259
|
+
|
|
260
|
+
<ui-resizehandle class="hidden">drag to resize</ui-resizehandle>
|
|
261
|
+
|
|
262
|
+
<ui-rest id="main" class="hidden">
|
|
263
|
+
<ui-tabbar>
|
|
264
|
+
<ui-before ></ui-before>
|
|
265
|
+
<ui-tab class="" data-tab="details" id="tabdetails">Graph</ui-tab>
|
|
266
|
+
<ui-tab class="inactive" data-tab="dsl" id="tabdsl" >Description</ui-tab>
|
|
267
|
+
<ui-tab class="inactive" data-tab="log" id="tablog" >Log</ui-tab>
|
|
268
|
+
<ui-behind ><a style='display:none' target='_blank' id='current-track'>T</a><a style='display:none' target='_blank' id='current-graph'>G</a></ui-behind>
|
|
269
|
+
</ui-tabbar>
|
|
270
|
+
<ui-content>
|
|
271
|
+
<ui-area data-belongs-to-tab="details" id='graphcolumn' oncontextmenu='return false'>
|
|
272
|
+
<div id="modelling">
|
|
273
|
+
<div id='graphgrid'>
|
|
274
|
+
<div class="resource-label" style="display: none"></div>
|
|
275
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' width='1' height='1'></svg>
|
|
276
|
+
</div>
|
|
277
|
+
</div>
|
|
278
|
+
</ui-area>
|
|
279
|
+
<ui-resizehandle data-belongs-to-tab="details" data-label="drag to resize"></ui-resizehandle>
|
|
280
|
+
<ui-area data-belongs-to-tab="details" id="detailcolumn">
|
|
281
|
+
<div id="dat_details" class='x-ui-layout'></div>
|
|
282
|
+
</ui-area>
|
|
283
|
+
<ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive"></ui-area>
|
|
284
|
+
<ui-area data-belongs-to-tab="log" id="arealog" class="inactive"> <!--{{{-->
|
|
285
|
+
<div>Persistent Log: <a style='display:none' target='_blank' id='current-log'></a> [<a style='display:none' target='_blank' id='shifted-log'>S</a>]</div>
|
|
286
|
+
<table id="dat_log" class="x-ui-layout"></table>
|
|
287
|
+
</ui-area> <!--}}}-->
|
|
288
|
+
</ui-content>
|
|
289
|
+
</ui-rest>
|
|
290
|
+
|
|
291
|
+
</body>
|
|
292
|
+
</html>
|
data/cockpit/edit.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
|
|
|
@@ -54,13 +57,13 @@
|
|
|
54
57
|
<script type="text/javascript" src="js/instance.js"></script>
|
|
55
58
|
<script type="text/javascript" src="js/details.js"></script>
|
|
56
59
|
<script type="text/javascript" src="js/parameters.js"></script>
|
|
57
|
-
<script type="text/javascript" src="js/
|
|
60
|
+
<script type="text/javascript" src="js/extended_columns.js"></script>
|
|
58
61
|
<script type="text/javascript" src="js/edit.js"></script>
|
|
59
62
|
<script type="text/javascript" src="js/modifiers.js"></script>
|
|
60
63
|
<script type="text/javascript" src="themes/base.js"></script>
|
|
61
64
|
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
|
|
62
|
-
<link rel="stylesheet" href="css/
|
|
63
|
-
<link rel="stylesheet" href="css/
|
|
65
|
+
<link rel="stylesheet" href="css/extended_columns-label.css" type="text/css"/>
|
|
66
|
+
<link rel="stylesheet" href="css/extended_columns-svg.css" type="text/css" data-include-export="true"/>
|
|
64
67
|
<link rel="stylesheet" href="/global_ui/uicpee.css" type="text/css"/>
|
|
65
68
|
<style>
|
|
66
69
|
/* has to be fucking inline, because firefox and chrome disagree how to handle filter urls */
|
|
@@ -174,10 +177,16 @@
|
|
|
174
177
|
<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>
|
|
175
178
|
</div>
|
|
176
179
|
</div><div class='section'>
|
|
177
|
-
<
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
180
|
+
<div>
|
|
181
|
+
<a id="savetestsetfile" href="" download=""></a>
|
|
182
|
+
<a id="savesvgfile" href="" download=""></a>
|
|
183
|
+
<button title='a testset includes various settings, subscriptions and a model' name="savetestsetfile">save<br>testset</button>
|
|
184
|
+
<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>
|
|
185
|
+
</div>
|
|
186
|
+
<div>
|
|
187
|
+
<a id="savebpmnfile" href="" download=""></a>
|
|
188
|
+
<button title='the BPMN includes a graphical representation that can be loaded in Signavio and Camundal' name="savebpmnfile">save BPMN</button>
|
|
189
|
+
</div>
|
|
181
190
|
</div><div class='section' id='modifiers'>
|
|
182
191
|
<template id="item">
|
|
183
192
|
<div>
|
data/cockpit/graph.html
CHANGED
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
<script type="text/javascript" src="js/details.js"></script>
|
|
56
56
|
<script type="text/javascript" src="js/parameters.js"></script>
|
|
57
57
|
<script type="text/javascript" src="js/modifiers.js"></script>
|
|
58
|
-
<script type="text/javascript" src="js/
|
|
58
|
+
<script type="text/javascript" src="js/extended_columns.js"></script>
|
|
59
59
|
<script type="text/javascript" src="themes/base.js"></script>
|
|
60
60
|
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
|
|
61
|
-
<link rel="stylesheet" href="css/
|
|
62
|
-
<link rel="stylesheet" href="css/
|
|
61
|
+
<link rel="stylesheet" href="css/extended_columns-label.css" type="text/css"/>
|
|
62
|
+
<link rel="stylesheet" href="css/extended_columns-svg.css" type="text/css" data-include-export="true"/>
|
|
63
63
|
<link rel="stylesheet" href="css/graph.css" type="text/css"/>
|
|
64
64
|
</head>
|
|
65
65
|
<body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui-">
|