cpee 2.1.52 → 2.1.53

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.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/cockpit/css/ui.css +1 -1
  3. data/cockpit/edit.html +4 -1
  4. data/cockpit/js/details.js +4 -14
  5. data/cockpit/js/edit.js +3 -0
  6. data/cockpit/js/instance.js +15 -6
  7. data/cockpit/js/modifiers.js +4 -14
  8. data/cockpit/js/parameters.js +4 -10
  9. data/cockpit/templates/Coopis 2010.xml +8 -1
  10. data/cockpit/templates/Worklist.xml +6 -7
  11. data/cockpit/themes/compact/rngs/call.rng +3 -3
  12. data/cockpit/themes/compact/rngs/callmanipulate.rng +3 -3
  13. data/cockpit/themes/compact/rngs/parallel.rng +2 -2
  14. data/cockpit/themes/compact/rngs/start.rng +3 -3
  15. data/cockpit/themes/compact/theme.js +10 -0
  16. data/cockpit/themes/control/rngs/call.rng +3 -3
  17. data/cockpit/themes/control/rngs/callmanipulate.rng +3 -3
  18. data/cockpit/themes/control/rngs/parallel.rng +2 -2
  19. data/cockpit/themes/control/rngs/start.rng +3 -3
  20. data/cockpit/themes/control/theme.js +10 -0
  21. data/cockpit/themes/dataflow/rngs/call.rng +3 -3
  22. data/cockpit/themes/dataflow/rngs/callmanipulate.rng +3 -3
  23. data/cockpit/themes/dataflow/rngs/parallel.rng +2 -2
  24. data/cockpit/themes/dataflow/rngs/start.rng +3 -3
  25. data/cockpit/themes/dataflow/theme.js +13 -3
  26. data/cockpit/themes/default/rngs/call.rng +3 -3
  27. data/cockpit/themes/default/rngs/callmanipulate.rng +3 -3
  28. data/cockpit/themes/default/rngs/parallel.rng +2 -2
  29. data/cockpit/themes/default/rngs/start.rng +3 -3
  30. data/cockpit/themes/default/theme.js +11 -0
  31. data/cockpit/themes/extended/rngs/call.rng +3 -3
  32. data/cockpit/themes/extended/rngs/callmanipulate.rng +3 -3
  33. data/cockpit/themes/extended/rngs/parallel.rng +2 -2
  34. data/cockpit/themes/extended/rngs/start.rng +3 -3
  35. data/cockpit/themes/extended/theme.js +11 -0
  36. data/cockpit/themes/felix/rngs/alternative.rng +25 -0
  37. data/cockpit/themes/felix/rngs/call.rng +229 -0
  38. data/cockpit/themes/felix/rngs/callmanipulate.rng +259 -0
  39. data/cockpit/themes/felix/rngs/choose.rng +14 -0
  40. data/cockpit/themes/felix/rngs/closed_loop.rng +62 -0
  41. data/cockpit/themes/felix/rngs/closed_loop_cancel.rng +5 -0
  42. data/cockpit/themes/felix/rngs/closed_loop_control.rng +31 -0
  43. data/cockpit/themes/felix/rngs/closed_loop_measuring.rng +12 -0
  44. data/cockpit/themes/felix/rngs/critical.rng +5 -0
  45. data/cockpit/themes/felix/rngs/escape.rng +1 -0
  46. data/cockpit/themes/felix/rngs/group.rng +3 -0
  47. data/cockpit/themes/felix/rngs/loop.rng +22 -0
  48. data/cockpit/themes/felix/rngs/manipulate.rng +20 -0
  49. data/cockpit/themes/felix/rngs/otherwise.rng +22 -0
  50. data/cockpit/themes/felix/rngs/parallel.rng +27 -0
  51. data/cockpit/themes/felix/rngs/parallel_branch.rng +2 -0
  52. data/cockpit/themes/felix/rngs/scripts.rng +23 -0
  53. data/cockpit/themes/felix/rngs/start.rng +121 -0
  54. data/cockpit/themes/felix/rngs/stop.rng +5 -0
  55. data/cockpit/themes/felix/rngs/terminate.rng +1 -0
  56. data/cockpit/themes/felix/symbols/alternative.svg +5 -0
  57. data/cockpit/themes/felix/symbols/arrow.svg +3 -0
  58. data/cockpit/themes/felix/symbols/call.svg +6 -0
  59. data/cockpit/themes/felix/symbols/call_sensor.svg +9 -0
  60. data/cockpit/themes/felix/symbols/callmanipulate.svg +8 -0
  61. data/cockpit/themes/felix/symbols/callmanipulate_sensor.svg +11 -0
  62. data/cockpit/themes/felix/symbols/choose.svg +5 -0
  63. data/cockpit/themes/felix/symbols/choose_exclusive.svg +5 -0
  64. data/cockpit/themes/felix/symbols/choose_inclusive.svg +4 -0
  65. data/cockpit/themes/felix/symbols/closed_loop.svg +5 -0
  66. data/cockpit/themes/felix/symbols/closed_loop_cancel.svg +5 -0
  67. data/cockpit/themes/felix/symbols/closed_loop_control.svg +5 -0
  68. data/cockpit/themes/felix/symbols/closed_loop_measuring.svg +6 -0
  69. data/cockpit/themes/felix/symbols/complex.svg +8 -0
  70. data/cockpit/themes/felix/symbols/critical.svg +4 -0
  71. data/cockpit/themes/felix/symbols/delete.svg +4 -0
  72. data/cockpit/themes/felix/symbols/end.svg +3 -0
  73. data/cockpit/themes/felix/symbols/escape.svg +5 -0
  74. data/cockpit/themes/felix/symbols/event_end.svg +3 -0
  75. data/cockpit/themes/felix/symbols/loop.svg +5 -0
  76. data/cockpit/themes/felix/symbols/manipulate.svg +4 -0
  77. data/cockpit/themes/felix/symbols/otherwise.svg +5 -0
  78. data/cockpit/themes/felix/symbols/parallel.svg +5 -0
  79. data/cockpit/themes/felix/symbols/parallel_branch.svg +5 -0
  80. data/cockpit/themes/felix/symbols/parallel_branch_compact.svg +4 -0
  81. data/cockpit/themes/felix/symbols/parallel_branch_event.svg +14 -0
  82. data/cockpit/themes/felix/symbols/parallel_branch_normal.svg +5 -0
  83. data/cockpit/themes/felix/symbols/parallel_eventbased_exclusive.svg +9 -0
  84. data/cockpit/themes/felix/symbols/parallel_eventbased_parallel.svg +8 -0
  85. data/cockpit/themes/felix/symbols/scripts.svg +4 -0
  86. data/cockpit/themes/felix/symbols/start.svg +3 -0
  87. data/cockpit/themes/felix/symbols/start_event.svg +5 -0
  88. data/cockpit/themes/felix/symbols/stop.svg +5 -0
  89. data/cockpit/themes/felix/symbols/terminate.svg +4 -0
  90. data/cockpit/themes/felix/theme.js +1526 -0
  91. data/cockpit/themes/model/rngs/call.rng +10 -10
  92. data/cockpit/themes/model/rngs/callmanipulate.rng +10 -10
  93. data/cockpit/themes/model/theme.js +10 -0
  94. data/cockpit/themes/packed/rngs/call.rng +3 -3
  95. data/cockpit/themes/packed/rngs/callmanipulate.rng +3 -3
  96. data/cockpit/themes/packed/rngs/parallel.rng +2 -2
  97. data/cockpit/themes/packed/rngs/start.rng +3 -3
  98. data/cockpit/themes/packed/theme.js +10 -0
  99. data/cockpit/themes/preset/rngs/call.rng +3 -3
  100. data/cockpit/themes/preset/rngs/callmanipulate.rng +3 -3
  101. data/cockpit/themes/preset/rngs/parallel.rng +2 -2
  102. data/cockpit/themes/preset/rngs/start.rng +3 -3
  103. data/cockpit/themes/preset/theme.js +11 -0
  104. data/cpee.gemspec +1 -1
  105. data/lib/cpee/implementation.rb +1 -1
  106. data/lib/cpee/implementation_properties.rb +23 -13
  107. data/lib/properties/state.rng +0 -2
  108. data/lib/properties.xml +0 -1
  109. data/server/executionhandlers/ruby/connection.rb +25 -16
  110. data/server/executionhandlers/ruby/controller.rb +1 -1
  111. data/server/executionhandlers/ruby/dsl_to_dslx.xsl +71 -61
  112. data/server/resources/states.dot +0 -4
  113. data/server/resources/states.xml +0 -6
  114. metadata +57 -16
  115. data/cockpit/css/replay.css +0 -55
  116. data/cockpit/js/replay.js +0 -40
  117. data/cockpit/replay.html +0 -53
  118. data/cockpit/themes/compact/symbols/test.svg +0 -74
  119. data/cockpit/themes/control/symbols/test.svg +0 -74
  120. data/cockpit/themes/dataflow/symbols/test.svg +0 -74
  121. data/cockpit/themes/default/symbols/test.svg +0 -74
  122. data/cockpit/themes/extended/symbols/test.svg +0 -74
  123. data/cockpit/themes/model/symbols/test.svg +0 -74
  124. data/cockpit/themes/packed/symbols/test.svg +0 -74
  125. data/cockpit/themes/preset/symbols/test.svg +0 -74
  126. data/server/executionhandlers/ruby/desc.xml +0 -107
  127. data/server/resources/test.pdf +0 -0
  128. data/server/server.conf +0 -4
@@ -1,19 +1,15 @@
1
1
  digraph States {
2
2
  ready -> running;
3
3
  ready -> simulating;
4
- ready -> replaying;
5
4
  ready -> abandoned;
6
5
  running -> stopping;
7
6
  stopped -> running;
8
7
  stopped -> simulating;
9
- stopped -> replaying;
10
8
  stopped -> abandoned;
11
9
 
12
10
  running -> finishing;
13
11
  simulating -> ready;
14
12
  simulating -> stopped;
15
- replaying -> stopping;
16
- replaying -> finishing;
17
13
  finishing -> finished;
18
14
  stopping -> stopped;
19
15
  }
@@ -8,7 +8,6 @@
8
8
  <ready/>
9
9
  <running/>
10
10
  <simulating/>
11
- <replaying/>
12
11
  <abandoned/>
13
12
  </ready>
14
13
  <running><!-- in this state you can set the following state -->
@@ -20,7 +19,6 @@
20
19
  <stopped><!-- in this state you can set the following four states -->
21
20
  <running/>
22
21
  <simulating/>
23
- <replaying/>
24
22
  <abandoned/>
25
23
  <stopped/>
26
24
  </stopped>
@@ -36,10 +34,6 @@
36
34
  <ready/>
37
35
  <stopped/>
38
36
  </simulating>
39
- <replaying>
40
- <stopping/>
41
- <finishing/>
42
- </replaying>
43
37
  <finishing>
44
38
  <finished/>
45
39
  </finishing>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cpee
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.52
4
+ version: 2.1.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juergen eTM Mangler
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: tools
12
12
  cert_chain: []
13
- date: 2024-02-16 00:00:00.000000000 Z
13
+ date: 2024-03-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: riddl
@@ -171,7 +171,6 @@ files:
171
171
  - cockpit/contrib/tree_example.svg
172
172
  - cockpit/css/graph.css
173
173
  - cockpit/css/model.css
174
- - cockpit/css/replay.css
175
174
  - cockpit/css/resources.css
176
175
  - cockpit/css/track.css
177
176
  - cockpit/css/ui.css
@@ -185,14 +184,12 @@ files:
185
184
  - cockpit/js/model.js
186
185
  - cockpit/js/modifiers.js
187
186
  - cockpit/js/parameters.js
188
- - cockpit/js/replay.js
189
187
  - cockpit/js/resources.js
190
188
  - cockpit/js/track.js
191
189
  - cockpit/js/ui.js
192
190
  - cockpit/js/wfadaptor.js
193
191
  - cockpit/js_libs.zip
194
192
  - cockpit/model.html
195
- - cockpit/replay.html
196
193
  - cockpit/rngs/attributes.rng
197
194
  - cockpit/rngs/dataelements.rng
198
195
  - cockpit/rngs/endpoints.rng
@@ -313,7 +310,6 @@ files:
313
310
  - cockpit/themes/compact/symbols/start_event.svg
314
311
  - cockpit/themes/compact/symbols/stop.svg
315
312
  - cockpit/themes/compact/symbols/terminate.svg
316
- - cockpit/themes/compact/symbols/test.svg
317
313
  - cockpit/themes/compact/theme.js
318
314
  - cockpit/themes/control/rngs/alternative.rng
319
315
  - cockpit/themes/control/rngs/call.rng
@@ -369,7 +365,6 @@ files:
369
365
  - cockpit/themes/control/symbols/start_event.svg
370
366
  - cockpit/themes/control/symbols/stop.svg
371
367
  - cockpit/themes/control/symbols/terminate.svg
372
- - cockpit/themes/control/symbols/test.svg
373
368
  - cockpit/themes/control/theme.js
374
369
  - cockpit/themes/dataflow/rngs/alternative.rng
375
370
  - cockpit/themes/dataflow/rngs/call.rng
@@ -425,7 +420,6 @@ files:
425
420
  - cockpit/themes/dataflow/symbols/start_event.svg
426
421
  - cockpit/themes/dataflow/symbols/stop.svg
427
422
  - cockpit/themes/dataflow/symbols/terminate.svg
428
- - cockpit/themes/dataflow/symbols/test.svg
429
423
  - cockpit/themes/dataflow/theme.js
430
424
  - cockpit/themes/default/rngs/alternative.rng
431
425
  - cockpit/themes/default/rngs/call.rng
@@ -481,7 +475,6 @@ files:
481
475
  - cockpit/themes/default/symbols/start_event.svg
482
476
  - cockpit/themes/default/symbols/stop.svg
483
477
  - cockpit/themes/default/symbols/terminate.svg
484
- - cockpit/themes/default/symbols/test.svg
485
478
  - cockpit/themes/default/theme.js
486
479
  - cockpit/themes/extended/rngs/alternative.rng
487
480
  - cockpit/themes/extended/rngs/call.rng
@@ -537,8 +530,62 @@ files:
537
530
  - cockpit/themes/extended/symbols/start_event.svg
538
531
  - cockpit/themes/extended/symbols/stop.svg
539
532
  - cockpit/themes/extended/symbols/terminate.svg
540
- - cockpit/themes/extended/symbols/test.svg
541
533
  - cockpit/themes/extended/theme.js
534
+ - cockpit/themes/felix/rngs/alternative.rng
535
+ - cockpit/themes/felix/rngs/call.rng
536
+ - cockpit/themes/felix/rngs/callmanipulate.rng
537
+ - cockpit/themes/felix/rngs/choose.rng
538
+ - cockpit/themes/felix/rngs/closed_loop.rng
539
+ - cockpit/themes/felix/rngs/closed_loop_cancel.rng
540
+ - cockpit/themes/felix/rngs/closed_loop_control.rng
541
+ - cockpit/themes/felix/rngs/closed_loop_measuring.rng
542
+ - cockpit/themes/felix/rngs/critical.rng
543
+ - cockpit/themes/felix/rngs/escape.rng
544
+ - cockpit/themes/felix/rngs/group.rng
545
+ - cockpit/themes/felix/rngs/loop.rng
546
+ - cockpit/themes/felix/rngs/manipulate.rng
547
+ - cockpit/themes/felix/rngs/otherwise.rng
548
+ - cockpit/themes/felix/rngs/parallel.rng
549
+ - cockpit/themes/felix/rngs/parallel_branch.rng
550
+ - cockpit/themes/felix/rngs/scripts.rng
551
+ - cockpit/themes/felix/rngs/start.rng
552
+ - cockpit/themes/felix/rngs/stop.rng
553
+ - cockpit/themes/felix/rngs/terminate.rng
554
+ - cockpit/themes/felix/symbols/alternative.svg
555
+ - cockpit/themes/felix/symbols/arrow.svg
556
+ - cockpit/themes/felix/symbols/call.svg
557
+ - cockpit/themes/felix/symbols/call_sensor.svg
558
+ - cockpit/themes/felix/symbols/callmanipulate.svg
559
+ - cockpit/themes/felix/symbols/callmanipulate_sensor.svg
560
+ - cockpit/themes/felix/symbols/choose.svg
561
+ - cockpit/themes/felix/symbols/choose_exclusive.svg
562
+ - cockpit/themes/felix/symbols/choose_inclusive.svg
563
+ - cockpit/themes/felix/symbols/closed_loop.svg
564
+ - cockpit/themes/felix/symbols/closed_loop_cancel.svg
565
+ - cockpit/themes/felix/symbols/closed_loop_control.svg
566
+ - cockpit/themes/felix/symbols/closed_loop_measuring.svg
567
+ - cockpit/themes/felix/symbols/complex.svg
568
+ - cockpit/themes/felix/symbols/critical.svg
569
+ - cockpit/themes/felix/symbols/delete.svg
570
+ - cockpit/themes/felix/symbols/end.svg
571
+ - cockpit/themes/felix/symbols/escape.svg
572
+ - cockpit/themes/felix/symbols/event_end.svg
573
+ - cockpit/themes/felix/symbols/loop.svg
574
+ - cockpit/themes/felix/symbols/manipulate.svg
575
+ - cockpit/themes/felix/symbols/otherwise.svg
576
+ - cockpit/themes/felix/symbols/parallel.svg
577
+ - cockpit/themes/felix/symbols/parallel_branch.svg
578
+ - cockpit/themes/felix/symbols/parallel_branch_compact.svg
579
+ - cockpit/themes/felix/symbols/parallel_branch_event.svg
580
+ - cockpit/themes/felix/symbols/parallel_branch_normal.svg
581
+ - cockpit/themes/felix/symbols/parallel_eventbased_exclusive.svg
582
+ - cockpit/themes/felix/symbols/parallel_eventbased_parallel.svg
583
+ - cockpit/themes/felix/symbols/scripts.svg
584
+ - cockpit/themes/felix/symbols/start.svg
585
+ - cockpit/themes/felix/symbols/start_event.svg
586
+ - cockpit/themes/felix/symbols/stop.svg
587
+ - cockpit/themes/felix/symbols/terminate.svg
588
+ - cockpit/themes/felix/theme.js
542
589
  - cockpit/themes/model/rngs/alternative.rng
543
590
  - cockpit/themes/model/rngs/call.rng
544
591
  - cockpit/themes/model/rngs/callmanipulate.rng
@@ -588,7 +635,6 @@ files:
588
635
  - cockpit/themes/model/symbols/start_event.svg
589
636
  - cockpit/themes/model/symbols/stop.svg
590
637
  - cockpit/themes/model/symbols/terminate.svg
591
- - cockpit/themes/model/symbols/test.svg
592
638
  - cockpit/themes/model/theme.js
593
639
  - cockpit/themes/packed/rngs/alternative.rng
594
640
  - cockpit/themes/packed/rngs/call.rng
@@ -644,7 +690,6 @@ files:
644
690
  - cockpit/themes/packed/symbols/start_event.svg
645
691
  - cockpit/themes/packed/symbols/stop.svg
646
692
  - cockpit/themes/packed/symbols/terminate.svg
647
- - cockpit/themes/packed/symbols/test.svg
648
693
  - cockpit/themes/packed/theme.js
649
694
  - cockpit/themes/preset/rngs/alternative.rng
650
695
  - cockpit/themes/preset/rngs/call.rng
@@ -700,7 +745,6 @@ files:
700
745
  - cockpit/themes/preset/symbols/start_event.svg
701
746
  - cockpit/themes/preset/symbols/stop.svg
702
747
  - cockpit/themes/preset/symbols/terminate.svg
703
- - cockpit/themes/preset/symbols/test.svg
704
748
  - cockpit/themes/preset/theme.js
705
749
  - cockpit/track.html
706
750
  - cockpit/transformations.xml
@@ -761,7 +805,6 @@ files:
761
805
  - server/executionhandlers/ruby/backend/run
762
806
  - server/executionhandlers/ruby/connection.rb
763
807
  - server/executionhandlers/ruby/controller.rb
764
- - server/executionhandlers/ruby/desc.xml
765
808
  - server/executionhandlers/ruby/dsl_to_dslx.xsl
766
809
  - server/executionhandlers/ruby/execution.rb
767
810
  - server/resources/empty_dslx.xml
@@ -770,14 +813,12 @@ files:
770
813
  - server/resources/properties.init
771
814
  - server/resources/states.dot
772
815
  - server/resources/states.xml
773
- - server/resources/test.pdf
774
816
  - server/resources/topics.xml
775
817
  - server/resources/transformation.xml
776
818
  - server/routing/end.rb
777
819
  - server/routing/forward-events.rb
778
820
  - server/routing/forward-votes.rb
779
821
  - server/routing/persist.rb
780
- - server/server.conf
781
822
  - server/server.pid
782
823
  - server/server.rb
783
824
  - tools/cpee
@@ -1,55 +0,0 @@
1
- body {
2
- -webkit-user-select: none;
3
- -moz-user-select: -moz-none;
4
- -ms-user-select: none;
5
- user-select: none;
6
- font-family: sans-serif;
7
- font-size: 1em;
8
- padding: 0;
9
- margin: 0;
10
- }
11
-
12
- #replayer {
13
- display: flex;
14
- flex-direction: column;
15
- flex-wrap: nowrap;
16
- align-items: stretch;
17
- height: 100vh;
18
- }
19
-
20
- #replay {
21
- width: 100%;
22
- display: flex;
23
- flex-direction: row;
24
- flex-wrap: nowrap;
25
- align-items: stretch;
26
- padding: 1em 0;
27
- flex: 0 0 auto;
28
- }
29
-
30
- #replay span {
31
- flex: 0 0 auto;
32
- margin-left: 1em;
33
- align-self: center;
34
- }
35
- #replay input {
36
- margin: 0em 1em;
37
- flex: 1 1 auto;
38
- }
39
- #replay button {
40
- margin-right: 1em;
41
- flex: 0 0 auto;
42
- }
43
-
44
- #content {
45
- width: 100%;
46
- align-self: center;
47
- flex: 1 1 auto;
48
- }
49
-
50
- iframe {
51
- border: 0 none;
52
- padding: 0;
53
- margin: 0;
54
- overflow: scroll;
55
- }
data/cockpit/js/replay.js DELETED
@@ -1,40 +0,0 @@
1
- $(document).ready(function() {
2
- $("#replay button").click(e => {
3
- $.ajax({
4
- url: $('#replay input').val(),
5
- type: 'GET',
6
- success: function(re) {
7
- var de;
8
- var ep;
9
- var at;
10
- var desc;
11
- try {
12
- jsyaml.loadAll(re,e => {
13
- if (e.event && e.event['cpee:lifecycle:transition'] == 'dataelements/change') {
14
- de = e.event.data.data_values;
15
- }
16
- if (e.event && e.event['cpee:lifecycle:transition'] == 'endpoints/change') {
17
- ep = e.event.data.data_values;
18
- }
19
- if (e.event && e.event['cpee:lifecycle:transition'] == 'attributes/change') {
20
- at = e.event.data.data_values;
21
- }
22
- if (e.event && e.event['cpee:description']) {
23
- desc = e.event['cpee:description'];
24
- }
25
- if (e.event && e.event['cpee:state'] == 'running') {
26
- throw BreakException;
27
- }
28
- });
29
- } catch(e) { /* just to break out of the iterator. what a shitty language */ }
30
- }
31
- });
32
-
33
-
34
- // load log with ajax
35
- // extract process model
36
- // initialize process model
37
- // set attributes
38
- // change start button to do replay
39
- });
40
- });
data/cockpit/replay.html DELETED
@@ -1,53 +0,0 @@
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
- <title>CPEE Cockpit</title>
23
-
24
- <!-- libs, do not modify. When local than load local libs. -->
25
- <script type="text/javascript" src="/js_libs/jquery.min.js"></script>
26
- <script type="text/javascript" src="/js_libs/jquery.browser.js"></script>
27
- <script type="text/javascript" src="/js_libs/jquery.svg.min.js"></script>
28
- <script type="text/javascript" src="/js_libs/jquery.svgdom.min.js"></script>
29
- <script type="text/javascript" src="/js_libs/vkbeautify.js"></script>
30
- <script type="text/javascript" src="/js_libs/util.js"></script>
31
- <script type="text/javascript" src="/js_libs/printf.js"></script>
32
- <script type="text/javascript" src="/js_libs/strftime.min.js"></script>
33
- <script type="text/javascript" src="/js_libs/parsequery.js"></script>
34
- <script type="text/javascript" src="/js_libs/underscore.min.js"></script>
35
- <script type="text/javascript" src="/js_libs/jquery.caret.min.js"></script>
36
- <script type="text/javascript" src="/js_libs/jquery.cookie.js"></script>
37
- <script type="text/javascript" src="/js_libs/js-yaml.min.js"></script>
38
-
39
- <script type="text/javascript" src="/js_libs/uidash.js"></script>
40
- <link rel="stylesheet" href="/js_libs/uidash.css" type="text/css"/>
41
-
42
- <!-- custom stuff, play arround -->
43
- <script type="text/javascript" src="js/replay.js"></script>
44
- <link rel="stylesheet" href="css/ui.css" type="text/css"/>
45
- <link rel="stylesheet" href="css/replay.css" type="text/css"/>
46
- </head>
47
- <body is="x-ui-">
48
- <div id="replayer">
49
- <div id="replay"><span>Replay:</span><input type="text" value="http://localhost/logs/4b92138d-1f68-4d18-b676-92fb1cbe2c78.xes.yaml"/><button>Prepare!</button></div>
50
- <iframe id="content" src=""></iframe>
51
- </div>
52
- </body>
53
- </html>
@@ -1,74 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- class="clickable"
11
- version="1.1"
12
- id="svg10"
13
- sodipodi:docname="test.svg"
14
- inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
15
- <metadata
16
- id="metadata16">
17
- <rdf:RDF>
18
- <cc:Work
19
- rdf:about="">
20
- <dc:format>image/svg+xml</dc:format>
21
- <dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23
- </cc:Work>
24
- </rdf:RDF>
25
- </metadata>
26
- <defs
27
- id="defs14" />
28
- <sodipodi:namedview
29
- pagecolor="#ffffff"
30
- bordercolor="#666666"
31
- borderopacity="1"
32
- objecttolerance="10"
33
- gridtolerance="10"
34
- guidetolerance="10"
35
- inkscape:pageopacity="0"
36
- inkscape:pageshadow="2"
37
- inkscape:window-width="2062"
38
- inkscape:window-height="1298"
39
- id="namedview12"
40
- showgrid="false"
41
- inkscape:zoom="35.146667"
42
- inkscape:cx="13.036699"
43
- inkscape:cy="13.350011"
44
- inkscape:window-x="0"
45
- inkscape:window-y="27"
46
- inkscape:window-maximized="0"
47
- inkscape:current-layer="svg10" />
48
- <rect
49
- transform="rotate(45,14,12)"
50
- x="7"
51
- y="3"
52
- width="21"
53
- height="21"
54
- class="cline hfill stand"
55
- id="rect2"
56
- style="fill:#3465a4" />
57
- <circle
58
- cx="15.5"
59
- cy="15.5"
60
- r="7"
61
- class="stand"
62
- id="circle4" />
63
- <circle
64
- cx="15.5"
65
- cy="15.5"
66
- r="7"
67
- class="stand"
68
- id="circle6" />
69
- <path
70
- d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
71
- class="stand"
72
- id="path8"
73
- style="fill:#ef2929;stroke-width:1" />
74
- </svg>
@@ -1,74 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- class="clickable"
11
- version="1.1"
12
- id="svg10"
13
- sodipodi:docname="test.svg"
14
- inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
15
- <metadata
16
- id="metadata16">
17
- <rdf:RDF>
18
- <cc:Work
19
- rdf:about="">
20
- <dc:format>image/svg+xml</dc:format>
21
- <dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23
- </cc:Work>
24
- </rdf:RDF>
25
- </metadata>
26
- <defs
27
- id="defs14" />
28
- <sodipodi:namedview
29
- pagecolor="#ffffff"
30
- bordercolor="#666666"
31
- borderopacity="1"
32
- objecttolerance="10"
33
- gridtolerance="10"
34
- guidetolerance="10"
35
- inkscape:pageopacity="0"
36
- inkscape:pageshadow="2"
37
- inkscape:window-width="2062"
38
- inkscape:window-height="1298"
39
- id="namedview12"
40
- showgrid="false"
41
- inkscape:zoom="35.146667"
42
- inkscape:cx="13.036699"
43
- inkscape:cy="13.350011"
44
- inkscape:window-x="0"
45
- inkscape:window-y="27"
46
- inkscape:window-maximized="0"
47
- inkscape:current-layer="svg10" />
48
- <rect
49
- transform="rotate(45,14,12)"
50
- x="7"
51
- y="3"
52
- width="21"
53
- height="21"
54
- class="cline hfill stand"
55
- id="rect2"
56
- style="fill:#3465a4" />
57
- <circle
58
- cx="15.5"
59
- cy="15.5"
60
- r="7"
61
- class="stand"
62
- id="circle4" />
63
- <circle
64
- cx="15.5"
65
- cy="15.5"
66
- r="7"
67
- class="stand"
68
- id="circle6" />
69
- <path
70
- d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
71
- class="stand"
72
- id="path8"
73
- style="fill:#ef2929;stroke-width:1" />
74
- </svg>
@@ -1,74 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- class="clickable"
11
- version="1.1"
12
- id="svg10"
13
- sodipodi:docname="test.svg"
14
- inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
15
- <metadata
16
- id="metadata16">
17
- <rdf:RDF>
18
- <cc:Work
19
- rdf:about="">
20
- <dc:format>image/svg+xml</dc:format>
21
- <dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23
- </cc:Work>
24
- </rdf:RDF>
25
- </metadata>
26
- <defs
27
- id="defs14" />
28
- <sodipodi:namedview
29
- pagecolor="#ffffff"
30
- bordercolor="#666666"
31
- borderopacity="1"
32
- objecttolerance="10"
33
- gridtolerance="10"
34
- guidetolerance="10"
35
- inkscape:pageopacity="0"
36
- inkscape:pageshadow="2"
37
- inkscape:window-width="2062"
38
- inkscape:window-height="1298"
39
- id="namedview12"
40
- showgrid="false"
41
- inkscape:zoom="35.146667"
42
- inkscape:cx="13.036699"
43
- inkscape:cy="13.350011"
44
- inkscape:window-x="0"
45
- inkscape:window-y="27"
46
- inkscape:window-maximized="0"
47
- inkscape:current-layer="svg10" />
48
- <rect
49
- transform="rotate(45,14,12)"
50
- x="7"
51
- y="3"
52
- width="21"
53
- height="21"
54
- class="cline hfill stand"
55
- id="rect2"
56
- style="fill:#3465a4" />
57
- <circle
58
- cx="15.5"
59
- cy="15.5"
60
- r="7"
61
- class="stand"
62
- id="circle4" />
63
- <circle
64
- cx="15.5"
65
- cy="15.5"
66
- r="7"
67
- class="stand"
68
- id="circle6" />
69
- <path
70
- d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
71
- class="stand"
72
- id="path8"
73
- style="fill:#ef2929;stroke-width:1" />
74
- </svg>
@@ -1,74 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg
3
- xmlns:dc="http://purl.org/dc/elements/1.1/"
4
- xmlns:cc="http://creativecommons.org/ns#"
5
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6
- xmlns:svg="http://www.w3.org/2000/svg"
7
- xmlns="http://www.w3.org/2000/svg"
8
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10
- class="clickable"
11
- version="1.1"
12
- id="svg10"
13
- sodipodi:docname="test.svg"
14
- inkscape:version="1.0.2 (e86c870879, 2021-01-15)">
15
- <metadata
16
- id="metadata16">
17
- <rdf:RDF>
18
- <cc:Work
19
- rdf:about="">
20
- <dc:format>image/svg+xml</dc:format>
21
- <dc:type
22
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23
- </cc:Work>
24
- </rdf:RDF>
25
- </metadata>
26
- <defs
27
- id="defs14" />
28
- <sodipodi:namedview
29
- pagecolor="#ffffff"
30
- bordercolor="#666666"
31
- borderopacity="1"
32
- objecttolerance="10"
33
- gridtolerance="10"
34
- guidetolerance="10"
35
- inkscape:pageopacity="0"
36
- inkscape:pageshadow="2"
37
- inkscape:window-width="2062"
38
- inkscape:window-height="1298"
39
- id="namedview12"
40
- showgrid="false"
41
- inkscape:zoom="35.146667"
42
- inkscape:cx="13.036699"
43
- inkscape:cy="13.350011"
44
- inkscape:window-x="0"
45
- inkscape:window-y="27"
46
- inkscape:window-maximized="0"
47
- inkscape:current-layer="svg10" />
48
- <rect
49
- transform="rotate(45,14,12)"
50
- x="7"
51
- y="3"
52
- width="21"
53
- height="21"
54
- class="cline hfill stand"
55
- id="rect2"
56
- style="fill:#3465a4" />
57
- <circle
58
- cx="15.5"
59
- cy="15.5"
60
- r="7"
61
- class="stand"
62
- id="circle4" />
63
- <circle
64
- cx="15.5"
65
- cy="15.5"
66
- r="7"
67
- class="stand"
68
- id="circle6" />
69
- <path
70
- d="m 15.500001,11.435193 3.825246,2.779205 -1.461114,4.496849 h -4.728265 l -1.461115,-4.496849 z"
71
- class="stand"
72
- id="path8"
73
- style="fill:#ef2929;stroke-width:1" />
74
- </svg>