cpee 2.0.28 → 2.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cockpit/config.json +1 -1
- data/cockpit/config.json.example +7 -0
- data/cockpit/css/wfadaptor.css +11 -0
- data/cockpit/js/instance.js +101 -26
- data/cockpit/js/wfadaptor.js +2 -0
- data/cockpit/templates.legacy/Async.xml +12 -12
- data/cockpit/templates.legacy/BCO.xml +9 -11
- data/cockpit/templates.legacy/BCS.xml +9 -11
- data/cockpit/templates.legacy/Centurio.xml +7 -7
- data/cockpit/templates.legacy/Concurrent.xml +7 -7
- data/cockpit/templates.legacy/Coopis Testset.xml +7 -7
- data/cockpit/templates.legacy/Endpoints and Data Manipulation.xml +6 -7
- data/cockpit/templates.legacy/ICSOC Testset.xml +7 -7
- data/cockpit/templates.legacy/Infinity.xml +7 -7
- data/cockpit/templates.legacy/Lego Boxer.xml +13 -13
- data/cockpit/templates.legacy/Lego Conveyor.xml +13 -13
- data/cockpit/templates.legacy/Lego Crane.xml +16 -16
- data/cockpit/templates.legacy/Lego Ejector.xml +16 -16
- data/cockpit/templates.legacy/Lego Full.xml +12 -12
- data/cockpit/templates.legacy/Lego Liddy.xml +13 -13
- data/cockpit/templates.legacy/Lego Plate.xml +13 -13
- data/cockpit/templates.legacy/Lego Transporter.xml +14 -14
- data/cockpit/templates.legacy/Lego_Part_1.xml +12 -12
- data/cockpit/templates.legacy/LgLinear.xml +7 -10
- data/cockpit/templates.legacy/Linear.xml +11 -14
- data/cockpit/templates.legacy/Log.xml +11 -12
- data/cockpit/templates.legacy/Mangler 1.xml +7 -7
- data/cockpit/templates.legacy/Mangler 2.xml +7 -7
- data/cockpit/templates.legacy/Manuel Labels.xml +11 -11
- data/cockpit/templates.legacy/Promise.xml +30 -30
- data/cockpit/templates.legacy/SOPROMO Test Sonification.xml +7 -7
- data/cockpit/templates.legacy/Subprocess.xml +15 -15
- data/cockpit/templates.legacy/Syncing P34 1.xml +8 -11
- data/cockpit/templates.legacy/Syncing P34 2.xml +8 -11
- data/cockpit/templates.legacy/Syncing P34 3.xml +8 -11
- data/cockpit/templates.legacy/Syncing P34.xml +8 -11
- data/cockpit/templates.legacy/TEST - Bad Loop.xml +7 -7
- data/cockpit/templates.legacy/TEST - Wrong Positions.xml +7 -7
- data/cockpit/templates.legacy/Take_5.xml +14 -14
- data/cockpit/templates.legacy/Update.xml +11 -11
- data/cockpit/templates.legacy/Worklist Parallel.xml +17 -17
- data/cockpit/templates.legacy/Worklist Test CPEE.xml +14 -14
- data/cockpit/templates.legacy/Worklist Test.xml +14 -14
- data/cockpit/templates.legacy/Worklist Test2.xml +14 -14
- data/cockpit/templates/Coopis 2010.xml +19 -11
- data/cockpit/templates/Coopis 2010.xml.active +1 -0
- data/cockpit/templates/Coopis 2010.xml.active-uuid +1 -0
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 1.xml +13 -12
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 2.xml +13 -12
- data/cockpit/templates/IUPC arXiv:1104.3609 P34 3.xml +13 -12
- data/cockpit/templates/Track Test Local.xml +3 -3
- data/cockpit/templates/Track Test.xml +2 -2
- data/cockpit/templates/UR-VUE 2020 Manual Adjust.xml +2 -2
- data/cockpit/templates/UR-VUE 2020 Solution Baseline.xml +2 -2
- data/cockpit/templates/UR-VUE 2020 Solution NN.xml +2 -2
- data/cockpit/templates/UR-VUE 2020 Solution View.xml +2 -2
- data/cockpit/templates/UR-VUE 2020.xml +4 -2
- data/cockpit/templates/Worklist.xml +19 -14
- data/cockpit/templates/instantiate.local/Take_Sub.xml +2 -2
- data/cockpit/templates/instantiate/Take_Perf.xml +1 -1
- data/cockpit/templates/instantiate/Take_Sub.xml +2 -2
- data/cockpit/templates/instantiate/Take_X.xml +2 -2
- data/cockpit/themes/compact/rngs/call.rng +17 -8
- data/cockpit/themes/compact/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/compact/rngs/parallel.rng +6 -0
- data/cockpit/themes/compact/rngs/start.rng +83 -0
- data/cockpit/themes/compact/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/compact/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/compact/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/compact/symbols/start.svg +1 -1
- data/cockpit/themes/compact/theme.js +46 -3
- data/cockpit/themes/control/rngs/call.rng +17 -8
- data/cockpit/themes/control/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/control/rngs/parallel.rng +6 -0
- data/cockpit/themes/control/rngs/start.rng +83 -0
- data/cockpit/themes/control/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/control/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/control/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/control/symbols/start.svg +1 -1
- data/cockpit/themes/control/theme.js +45 -2
- data/cockpit/themes/default/rngs/call.rng +17 -8
- data/cockpit/themes/default/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/default/rngs/parallel.rng +6 -0
- data/cockpit/themes/default/rngs/start.rng +83 -0
- data/cockpit/themes/default/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/default/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/default/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/default/symbols/start.svg +1 -1
- data/cockpit/themes/default/theme.js +46 -3
- data/cockpit/themes/extended/rngs/call.rng +17 -8
- data/cockpit/themes/extended/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/extended/rngs/parallel.rng +6 -0
- data/cockpit/themes/extended/rngs/start.rng +83 -0
- data/cockpit/themes/extended/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/extended/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/extended/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/extended/symbols/start.svg +1 -1
- data/cockpit/themes/extended/theme.js +46 -3
- data/cockpit/themes/model/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/model/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/model/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/model/symbols/start.svg +1 -1
- data/cockpit/themes/model/theme.js +45 -2
- data/cockpit/themes/packed/rngs/call.rng +17 -8
- data/cockpit/themes/packed/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/packed/rngs/parallel.rng +6 -0
- data/cockpit/themes/packed/rngs/start.rng +83 -0
- data/cockpit/themes/packed/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/packed/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/packed/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/packed/symbols/start.svg +1 -1
- data/cockpit/themes/packed/theme.js +46 -3
- data/cockpit/themes/preset/rngs/call.rng +17 -8
- data/cockpit/themes/preset/rngs/callmanipulate.rng +18 -9
- data/cockpit/themes/preset/rngs/parallel.rng +6 -0
- data/cockpit/themes/preset/rngs/start.rng +83 -0
- data/cockpit/themes/preset/symbols/parallel_branch_event.svg +2 -2
- data/cockpit/themes/preset/symbols/parallel_eventbased_exclusive.svg +9 -0
- data/cockpit/themes/preset/symbols/parallel_eventbased_parallel.svg +8 -0
- data/cockpit/themes/preset/symbols/start.svg +1 -1
- data/cockpit/themes/preset/theme.js +46 -3
- data/cpee.gemspec +3 -3
- data/lib/cpee/attributes_helper.rb +14 -0
- data/lib/cpee/implementation.rb +10 -8
- data/lib/cpee/implementation_callbacks.rb +14 -0
- data/lib/cpee/implementation_notifications.rb +19 -5
- data/lib/cpee/implementation_properties.rb +128 -24
- data/lib/cpee/persistence.rb +0 -27
- data/lib/cpee/statemachine.rb +14 -0
- data/lib/cpee/value_helper.rb +14 -0
- data/lib/properties.xml +4 -4
- data/lib/properties/{handlerwrapper.rng → executionhandler.rng} +3 -3
- data/lib/properties/properties.rng +2 -2
- data/lib/properties/set-properties.rng +2 -2
- data/lib/properties/set-some-properties.rng +2 -2
- data/server/{resources → executionhandlers/ruby}/backend/README.md +0 -0
- data/server/{resources → executionhandlers/ruby}/backend/instance.template +2 -4
- data/server/{resources → executionhandlers/ruby}/backend/opts.yaml +2 -2
- data/server/executionhandlers/ruby/backend/run +37 -0
- data/server/{handlerwrappers/default.rb → executionhandlers/ruby/connection.rb} +3 -3
- data/server/executionhandlers/ruby/controller.rb +195 -0
- data/server/{resources/transformation_dslx.xsl → executionhandlers/ruby/dsl_to_dslx.xsl} +57 -8
- data/server/executionhandlers/ruby/execution.rb +81 -0
- data/server/resources/properties.empty +1 -1
- data/server/resources/properties.init +1 -1
- data/server/resources/topics.xml +2 -2
- data/server/routing/end.pid +1 -1
- data/server/routing/forward-events.pid +1 -1
- data/server/routing/forward-votes.pid +1 -1
- data/server/routing/persist.pid +1 -1
- data/server/routing/persist.rb +3 -3
- data/tools/cpee +16 -10
- data/tools/server/cpee +1 -1
- data/tools/server/resources/properties.init +1 -1
- metadata +39 -238
- data/cockpit/js_libs.zip +0 -0
- data/cockpit/templates.legacy/convert_cpee2.rb +0 -15
- data/lib/cpee/controller.rb +0 -199
- data/lib/cpee/transform.rb +0 -95
- data/lib/instantiation.xml +0 -125
- data/server/resources/backend/instance.rb +0 -23
- data/server/resources/backend/run +0 -33
- data/server/server.pid +0 -1
- data/tools/test/README +0 -4
- data/tools/test/config.json +0 -3
- data/tools/test/contrib/graph_example.svg +0 -1166
- data/tools/test/contrib/legend.svg +0 -817
- data/tools/test/contrib/symbols.svg +0 -224
- data/tools/test/contrib/transformation1.xsl +0 -264
- data/tools/test/contrib/transformation2.xsl +0 -10
- data/tools/test/contrib/tree_example.svg +0 -788
- data/tools/test/css/model.css +0 -24
- data/tools/test/css/track.css +0 -60
- data/tools/test/css/ui.css +0 -214
- data/tools/test/css/wfadaptor.css +0 -422
- data/tools/test/edit.html +0 -258
- data/tools/test/graph.html +0 -69
- data/tools/test/index.html +0 -258
- data/tools/test/js/details.js +0 -109
- data/tools/test/js/instance.js +0 -1344
- data/tools/test/js/model.js +0 -41
- data/tools/test/js/parameters.js +0 -82
- data/tools/test/js/track.js +0 -18
- data/tools/test/js/ui.js +0 -104
- data/tools/test/js/wfadaptor.js +0 -763
- data/tools/test/js_libs.zip +0 -0
- data/tools/test/js_libs/Makefile +0 -2
- data/tools/test/js_libs/ansi_up.js +0 -333
- data/tools/test/js_libs/console.js +0 -80
- data/tools/test/js_libs/custommenu.css +0 -84
- data/tools/test/js_libs/custommenu.js +0 -104
- data/tools/test/js_libs/experiments1/relaxngui.css +0 -185
- data/tools/test/js_libs/experiments1/relaxngui.js +0 -488
- data/tools/test/js_libs/experiments1/rngtest9.html +0 -60
- data/tools/test/js_libs/experiments1/rngtest9.rng +0 -35
- data/tools/test/js_libs/experiments1/rngtest9.xml +0 -8
- data/tools/test/js_libs/jquery-2.2.4.min.js +0 -4
- data/tools/test/js_libs/jquery-3.2.1.min.js +0 -4
- data/tools/test/js_libs/jquery-3.3.1.min.js +0 -2
- data/tools/test/js_libs/jquery.browser.js +0 -40
- data/tools/test/js_libs/jquery.caret.min.js +0 -10
- data/tools/test/js_libs/jquery.cookie.js +0 -117
- data/tools/test/js_libs/jquery.min.js +0 -1
- data/tools/test/js_libs/jquery.svg.min.js +0 -6
- data/tools/test/js_libs/jquery.svgdom.min.js +0 -6
- data/tools/test/js_libs/markdown.min.js +0 -1
- data/tools/test/js_libs/parsequery.js +0 -21
- data/tools/test/js_libs/printf.js +0 -368
- data/tools/test/js_libs/relaxngui.css +0 -213
- data/tools/test/js_libs/relaxngui.js +0 -543
- data/tools/test/js_libs/strftime.min.js +0 -1
- data/tools/test/js_libs/tests/dataelements.html +0 -59
- data/tools/test/js_libs/tests/dataelements.rng +0 -8
- data/tools/test/js_libs/tests/dataelements.xml +0 -3
- data/tools/test/js_libs/tests/relaxngui.css +0 -203
- data/tools/test/js_libs/tests/relaxngui.js +0 -502
- data/tools/test/js_libs/tests/rngtest1.html +0 -66
- data/tools/test/js_libs/tests/rngtest1.rng +0 -147
- data/tools/test/js_libs/tests/rngtest1.xml +0 -13
- data/tools/test/js_libs/tests/rngtest2.html +0 -60
- data/tools/test/js_libs/tests/rngtest2.rng +0 -6
- data/tools/test/js_libs/tests/rngtest2.xml +0 -3
- data/tools/test/js_libs/tests/rngtest3.html +0 -60
- data/tools/test/js_libs/tests/rngtest3.rng +0 -23
- data/tools/test/js_libs/tests/rngtest3.xml +0 -9
- data/tools/test/js_libs/tests/rngtest4.html +0 -60
- data/tools/test/js_libs/tests/rngtest4.rng +0 -19
- data/tools/test/js_libs/tests/rngtest4.xml +0 -12
- data/tools/test/js_libs/tests/rngtest5.html +0 -60
- data/tools/test/js_libs/tests/rngtest5.rng +0 -75
- data/tools/test/js_libs/tests/rngtest5.xml +0 -40
- data/tools/test/js_libs/tests/rngtest6.html +0 -60
- data/tools/test/js_libs/tests/rngtest6.rng +0 -24
- data/tools/test/js_libs/tests/rngtest6.xml +0 -6
- data/tools/test/js_libs/tests/rngtest8.html +0 -60
- data/tools/test/js_libs/tests/rngtest8.rng +0 -13
- data/tools/test/js_libs/tests/rngtest8.xml +0 -2
- data/tools/test/js_libs/tests/rngtest9.html +0 -60
- data/tools/test/js_libs/tests/rngtest9.rng +0 -31
- data/tools/test/js_libs/tests/rngtest9.xml +0 -8
- data/tools/test/js_libs/ui.css +0 -333
- data/tools/test/js_libs/ui.html +0 -168
- data/tools/test/js_libs/ui.js +0 -177
- data/tools/test/js_libs/underscore.min.js +0 -27
- data/tools/test/js_libs/util.js +0 -81
- data/tools/test/js_libs/vkbeautify.0.99.00.beta.js +0 -358
- data/tools/test/js_libs/vkbeautify.js +0 -1
- data/tools/test/js_libs/webcomponents.min.js +0 -196
- data/tools/test/model.html +0 -192
- data/tools/test/rngs/attributes.rng +0 -8
- data/tools/test/rngs/dataelements.rng +0 -8
- data/tools/test/rngs/endpoints.rng +0 -8
- data/tools/test/templates.legacy/Async.xml +0 -46
- data/tools/test/templates.legacy/BCO.xml +0 -70
- data/tools/test/templates.legacy/BCS.xml +0 -70
- data/tools/test/templates.legacy/Centurio.xml +0 -75
- data/tools/test/templates.legacy/Concurrent.xml +0 -40
- data/tools/test/templates.legacy/Coopis Testset.xml +0 -76
- data/tools/test/templates.legacy/Endpoints and Data Manipulation.xml +0 -30
- data/tools/test/templates.legacy/ICSOC Testset.xml +0 -95
- data/tools/test/templates.legacy/Infinity.xml +0 -28
- data/tools/test/templates.legacy/Lego Boxer.xml +0 -31
- data/tools/test/templates.legacy/Lego Conveyor.xml +0 -31
- data/tools/test/templates.legacy/Lego Crane.xml +0 -87
- data/tools/test/templates.legacy/Lego Ejector.xml +0 -55
- data/tools/test/templates.legacy/Lego Full.xml +0 -142
- data/tools/test/templates.legacy/Lego Liddy.xml +0 -40
- data/tools/test/templates.legacy/Lego Plate.xml +0 -31
- data/tools/test/templates.legacy/Lego Transporter.xml +0 -43
- data/tools/test/templates.legacy/Lego_Part_1.xml +0 -85
- data/tools/test/templates.legacy/LgLinear.xml +0 -65
- data/tools/test/templates.legacy/Linear.xml +0 -77
- data/tools/test/templates.legacy/Log.xml +0 -117
- data/tools/test/templates.legacy/Mangler 1.xml +0 -87
- data/tools/test/templates.legacy/Mangler 2.xml +0 -103
- data/tools/test/templates.legacy/Manuel Labels.xml +0 -55
- data/tools/test/templates.legacy/Promise.xml +0 -275
- data/tools/test/templates.legacy/SOPROMO Test Sonification.xml +0 -83
- data/tools/test/templates.legacy/Subprocess.xml +0 -56
- data/tools/test/templates.legacy/Syncing P34 1.xml +0 -77
- data/tools/test/templates.legacy/Syncing P34 2.xml +0 -77
- data/tools/test/templates.legacy/Syncing P34 3.xml +0 -77
- data/tools/test/templates.legacy/Syncing P34.xml +0 -77
- data/tools/test/templates.legacy/TEST - Bad Loop.xml +0 -173
- data/tools/test/templates.legacy/TEST - Wrong Positions.xml +0 -174
- data/tools/test/templates.legacy/Take_5.xml +0 -48
- data/tools/test/templates.legacy/Update.xml +0 -32
- data/tools/test/templates.legacy/Worklist Parallel.xml +0 -104
- data/tools/test/templates.legacy/Worklist Test CPEE.xml +0 -40
- data/tools/test/templates.legacy/Worklist Test.xml +0 -42
- data/tools/test/templates.legacy/Worklist Test2.xml +0 -43
- data/tools/test/templates.legacy/convert_cpee2.rb +0 -15
- data/tools/test/templates.legacy/convert_preset.rb +0 -32
- data/tools/test/templates.legacy/testsets.xml +0 -37
- data/tools/test/templates.legacy/transformations.xml +0 -4
- data/tools/test/templates/Coopis 2010.xml +0 -76
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 1.xml +0 -77
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 2.xml +0 -77
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 3.xml +0 -77
- data/tools/test/templates/Track Test Local.xml +0 -82
- data/tools/test/templates/Track Test.xml +0 -82
- data/tools/test/templates/UR-VUE 2020 Manual Adjust.xml +0 -182
- data/tools/test/templates/UR-VUE 2020 Solution Baseline.xml +0 -203
- data/tools/test/templates/UR-VUE 2020 Solution NN.xml +0 -197
- data/tools/test/templates/UR-VUE 2020 Solution View.xml +0 -151
- data/tools/test/templates/UR-VUE 2020.xml +0 -26
- data/tools/test/templates/Worklist.xml +0 -42
- data/tools/test/templates/instantiate.local/Take_Sub.xml +0 -59
- data/tools/test/templates/instantiate/Take_Perf.xml +0 -46
- data/tools/test/templates/instantiate/Take_Sub.xml +0 -58
- data/tools/test/templates/instantiate/Take_X.xml +0 -48
- data/tools/test/themes/compact/theme.js +0 -1285
- data/tools/test/themes/diana/theme.js +0 -1650
- data/tools/test/themes/extended/theme.js +0 -1325
- data/tools/test/themes/model/rngs/alternative.rng +0 -1
- data/tools/test/themes/model/rngs/call.rng +0 -67
- data/tools/test/themes/model/rngs/callmanipulate.rng +0 -72
- data/tools/test/themes/model/rngs/choose.rng +0 -1
- data/tools/test/themes/model/rngs/critical.rng +0 -1
- data/tools/test/themes/model/rngs/escape.rng +0 -1
- data/tools/test/themes/model/rngs/group.rng +0 -1
- data/tools/test/themes/model/rngs/loop.rng +0 -1
- data/tools/test/themes/model/rngs/manipulate.rng +0 -1
- data/tools/test/themes/model/rngs/otherwise.rng +0 -1
- data/tools/test/themes/model/rngs/parallel.rng +0 -1
- data/tools/test/themes/model/rngs/parallel_branch.rng +0 -1
- data/tools/test/themes/model/rngs/scripts.rng +0 -7
- data/tools/test/themes/model/rngs/stop.rng +0 -1
- data/tools/test/themes/model/rngs/terminate.rng +0 -1
- data/tools/test/themes/model/theme.js +0 -1268
- data/tools/test/themes/packed/theme.js +0 -1286
- data/tools/test/themes/preset/rngs/alternative.rng +0 -25
- data/tools/test/themes/preset/rngs/call.rng +0 -122
- data/tools/test/themes/preset/rngs/callmanipulate.rng +0 -145
- data/tools/test/themes/preset/rngs/choose.rng +0 -14
- data/tools/test/themes/preset/rngs/closed_loop.rng +0 -62
- data/tools/test/themes/preset/rngs/closed_loop_cancel.rng +0 -5
- data/tools/test/themes/preset/rngs/closed_loop_control.rng +0 -31
- data/tools/test/themes/preset/rngs/closed_loop_measuring.rng +0 -12
- data/tools/test/themes/preset/rngs/critical.rng +0 -5
- data/tools/test/themes/preset/rngs/escape.rng +0 -1
- data/tools/test/themes/preset/rngs/group.rng +0 -3
- data/tools/test/themes/preset/rngs/loop.rng +0 -22
- data/tools/test/themes/preset/rngs/manipulate.rng +0 -9
- data/tools/test/themes/preset/rngs/otherwise.rng +0 -22
- data/tools/test/themes/preset/rngs/parallel.rng +0 -21
- data/tools/test/themes/preset/rngs/parallel_branch.rng +0 -8
- data/tools/test/themes/preset/rngs/scripts.rng +0 -23
- data/tools/test/themes/preset/rngs/stop.rng +0 -5
- data/tools/test/themes/preset/rngs/terminate.rng +0 -1
- data/tools/test/themes/preset/symbols/alternative.svg +0 -5
- data/tools/test/themes/preset/symbols/arrow.svg +0 -3
- data/tools/test/themes/preset/symbols/call.svg +0 -6
- data/tools/test/themes/preset/symbols/callmanipulate.svg +0 -8
- data/tools/test/themes/preset/symbols/choose.svg +0 -5
- data/tools/test/themes/preset/symbols/choose_exclusive.svg +0 -5
- data/tools/test/themes/preset/symbols/choose_inclusive.svg +0 -4
- data/tools/test/themes/preset/symbols/closed_loop.svg +0 -5
- data/tools/test/themes/preset/symbols/closed_loop_cancel.svg +0 -5
- data/tools/test/themes/preset/symbols/closed_loop_control.svg +0 -5
- data/tools/test/themes/preset/symbols/closed_loop_measuring.svg +0 -6
- data/tools/test/themes/preset/symbols/complex.svg +0 -8
- data/tools/test/themes/preset/symbols/critical.svg +0 -4
- data/tools/test/themes/preset/symbols/end.svg +0 -3
- data/tools/test/themes/preset/symbols/escape.svg +0 -5
- data/tools/test/themes/preset/symbols/event_end.svg +0 -3
- data/tools/test/themes/preset/symbols/loop.svg +0 -5
- data/tools/test/themes/preset/symbols/manipulate.svg +0 -4
- data/tools/test/themes/preset/symbols/otherwise.svg +0 -5
- data/tools/test/themes/preset/symbols/parallel.svg +0 -5
- data/tools/test/themes/preset/symbols/parallel_branch.svg +0 -5
- data/tools/test/themes/preset/symbols/parallel_branch_compact.svg +0 -4
- data/tools/test/themes/preset/symbols/parallel_branch_event.svg +0 -14
- data/tools/test/themes/preset/symbols/parallel_branch_normal.svg +0 -5
- data/tools/test/themes/preset/symbols/scripts.svg +0 -4
- data/tools/test/themes/preset/symbols/start.svg +0 -3
- data/tools/test/themes/preset/symbols/stop.svg +0 -5
- data/tools/test/themes/preset/symbols/terminate.svg +0 -4
- data/tools/test/themes/preset/theme.js +0 -1287
- data/tools/test/track.html +0 -142
@@ -1,31 +0,0 @@
|
|
1
|
-
<element rngui:version="1.2" name="arguments" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
|
2
|
-
<element name="behavior" rngui:label="Mode">
|
3
|
-
<choice>
|
4
|
-
<value>wait_running</value>
|
5
|
-
<value>fork_running</value>
|
6
|
-
<value>wait_ready</value>
|
7
|
-
<value>fork_ready</value>
|
8
|
-
</choice>
|
9
|
-
</element>
|
10
|
-
<element name="model" rngui:label="Model">
|
11
|
-
<data type="string" rngui:label="Relative path in to process (dir/process.xml)"/>
|
12
|
-
</element>
|
13
|
-
<element name="input" rngui:header="Input Arguments">
|
14
|
-
<zeroOrMore rngui:label="Create Argument" rngui:reorder="true">
|
15
|
-
<element name='item' rngui:label='Description'>
|
16
|
-
<attribute name="label" rngui:label="Name">
|
17
|
-
<data type="string"/>
|
18
|
-
</attribute>
|
19
|
-
<text rngui:wrap='true' rngui:label='What does it do?'/>
|
20
|
-
</element>
|
21
|
-
</zeroOrMore>
|
22
|
-
</element>
|
23
|
-
<element name="init" rngui:header="Initialize Data Elements">
|
24
|
-
<zeroOrMore rngui:label="New Data Element">
|
25
|
-
<element rngui:label='Name'>
|
26
|
-
<anyName/>
|
27
|
-
<data type="string" rngui:label="Value"/>
|
28
|
-
</element>
|
29
|
-
</zeroOrMore>
|
30
|
-
</element>
|
31
|
-
</element>
|
data/tools/test/js_libs/ui.css
DELETED
@@ -1,333 +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
|
-
:root {
|
18
|
-
--x-ui-border-color: #a1a1a1;
|
19
|
-
--x-ui-outside-color: #ffffff;
|
20
|
-
--x-ui-background-color: #ffffff;
|
21
|
-
--x-ui-light-text-color: #333;
|
22
|
-
--x-ui-light-back-color: #e8e8e8;
|
23
|
-
--x-ui-link-color: #425d73;
|
24
|
-
}
|
25
|
-
|
26
|
-
body {
|
27
|
-
font-family: sans-serif;
|
28
|
-
font-size: 1em;
|
29
|
-
}
|
30
|
-
|
31
|
-
*[is=x-ui] {
|
32
|
-
font-family: sans-serif,Arial,Verdana,Helvetica;
|
33
|
-
font-size: 0.85em;
|
34
|
-
height: 100vh;
|
35
|
-
display: flex;
|
36
|
-
flex-direction: column;
|
37
|
-
background-color: var(--x-ui-outside-color);
|
38
|
-
padding:0;
|
39
|
-
margin:0;
|
40
|
-
color: var(--x-ui-light-text-color);
|
41
|
-
overflow: hidden;
|
42
|
-
}
|
43
|
-
|
44
|
-
/* Browser Bug, set textarea explicitly */
|
45
|
-
*[is=x-ui] textarea, input, select, button {
|
46
|
-
font-family: Verdana, Helvetica, sans-serif;
|
47
|
-
font-size: 1em;
|
48
|
-
resize: none;
|
49
|
-
}
|
50
|
-
|
51
|
-
*[is=x-ui] button {
|
52
|
-
padding: .1em .2em;
|
53
|
-
border: 1pt solid var(--x-ui-border-color);
|
54
|
-
border-radius: 0.2em;
|
55
|
-
margin: 0;
|
56
|
-
font-size: 0.9em;
|
57
|
-
background: var(--x-ui-light-back-color);
|
58
|
-
background: -webkit-gradient(linear, left top, left bottom, from(white), to(var(--x-ui-light-back-color)));
|
59
|
-
background: -moz-linear-gradient(top, white, var(--x-ui-light-back-color));
|
60
|
-
cursor: pointer;
|
61
|
-
}
|
62
|
-
*[is=x-ui] button::-moz-focus-inner {
|
63
|
-
border: 0 none;
|
64
|
-
padding: 0;
|
65
|
-
margin: 0;
|
66
|
-
}
|
67
|
-
*[is=x-ui] button.highlight {
|
68
|
-
background: -webkit-gradient(linear, left top, left bottom, from(white), to(Highlight));
|
69
|
-
background: -moz-linear-gradient(top, white, Highlight);
|
70
|
-
}
|
71
|
-
|
72
|
-
*[is=x-ui] input { font-family: sans-serif; font-size: 1em; }
|
73
|
-
*[is=x-ui] input::-webkit-input-placeholder { color: red; }
|
74
|
-
*[is=x-ui] input:-moz-placeholder { color: red; }
|
75
|
-
|
76
|
-
*[is=x-ui] a:link { color:var(--x-ui-link-color); text-decoration:none; }
|
77
|
-
*[is=x-ui] a:visited { color:var(--x-ui-link-color); text-decoration:none; }
|
78
|
-
*[is=x-ui] a:hover { color:var(--x-ui-light-text-color); text-decoration:underline; }
|
79
|
-
*[is=x-ui] a:active { color:var(--x-ui-light-text-color); text-decoration:underline; }
|
80
|
-
|
81
|
-
*[is=x-ui] ui-tabbed {
|
82
|
-
background-color: var(--x-ui-outside-color);
|
83
|
-
min-height: -webkit-min-content;
|
84
|
-
min-height: -moz-min-content;
|
85
|
-
min-height: min-content;
|
86
|
-
margin-left: 0.5em;
|
87
|
-
margin-right: 0.5em;
|
88
|
-
}
|
89
|
-
*[is=x-ui] ui-rest {
|
90
|
-
display: flex;
|
91
|
-
background-color: var(--x-ui-background-color);
|
92
|
-
align-items: stretch;
|
93
|
-
flex-direction: column;
|
94
|
-
padding: 0;
|
95
|
-
margin: 0;
|
96
|
-
flex: 1 1 auto;
|
97
|
-
}
|
98
|
-
|
99
|
-
*[is=x-ui] ui-tabbed.off {
|
100
|
-
border-bottom: 0.2em solid var(--x-ui-border-color);
|
101
|
-
border-radius: 0;
|
102
|
-
}
|
103
|
-
*[is=x-ui] ui-tabbed.off > ui-content {
|
104
|
-
display: none;
|
105
|
-
}
|
106
|
-
*[is=x-ui] ui-tabbed.off > ui-tabbar > ui-behind {
|
107
|
-
display: none;
|
108
|
-
}
|
109
|
-
|
110
|
-
*[is=x-ui] ui-tabbar {
|
111
|
-
background-color: var(--x-ui-outside-color);
|
112
|
-
display: flex;
|
113
|
-
align-items: stretch;
|
114
|
-
flex-direction: row;
|
115
|
-
padding: 0;
|
116
|
-
margin: 0;
|
117
|
-
padding-top: 0.5em;
|
118
|
-
-webkit-user-select: none;
|
119
|
-
-moz-user-select: none;
|
120
|
-
-ms-user-select: none;
|
121
|
-
user-select: none;
|
122
|
-
}
|
123
|
-
*[is=x-ui] ui-tabbed > ui-tabbar > ui-tab.switch {
|
124
|
-
background-color: var(--x-ui-light-back-color);
|
125
|
-
}
|
126
|
-
*[is=x-ui] ui-tabbed > ui-tabbar > ui-tab.switch:after {
|
127
|
-
content: "▽";
|
128
|
-
font-weight: bold;
|
129
|
-
vertical-align:top;
|
130
|
-
color: var(--x-ui-light-text-color);
|
131
|
-
}
|
132
|
-
*[is=x-ui] ui-tabbed.off > ui-tabbar > ui-tab.switch:after {
|
133
|
-
content: "▶";
|
134
|
-
font-weight: bold;
|
135
|
-
color: var(--x-ui-light-text-color);
|
136
|
-
vertical-align:top;
|
137
|
-
}
|
138
|
-
|
139
|
-
*[is=x-ui] ui-tabbar > ui-tab {
|
140
|
-
font-size: 1.4em;
|
141
|
-
font-weight: bold;
|
142
|
-
white-space: nowrap;
|
143
|
-
|
144
|
-
cursor: pointer;
|
145
|
-
padding: 0.3em 0.5em;
|
146
|
-
border: 1pt solid var(--x-ui-border-color);
|
147
|
-
border-bottom: 1pt solid var(--x-ui-background-color);
|
148
|
-
border-radius: 0.7em;
|
149
|
-
border-bottom-left-radius: 0em;
|
150
|
-
border-bottom-right-radius: 0em;
|
151
|
-
background: var(--x-ui-background-color);
|
152
|
-
}
|
153
|
-
*[is=x-ui] ui-tabbar > ui-tab.inactive, ui-tabbed > ui-tabbar > ui-tab.switch {
|
154
|
-
border: 1pt solid var(--x-ui-border-color);
|
155
|
-
border-radius: 0.7em;
|
156
|
-
border-bottom-left-radius: 0em;
|
157
|
-
border-bottom-right-radius: 0em;
|
158
|
-
}
|
159
|
-
|
160
|
-
*[is=x-ui] ui-tabbar > ui-behind {
|
161
|
-
flex: 1 1 auto;
|
162
|
-
vertical-align:bottom;
|
163
|
-
padding: 0;
|
164
|
-
padding-top: 0.9em;
|
165
|
-
border-bottom: 1pt solid var(--x-ui-border-color);
|
166
|
-
border-radius: 0.7em;
|
167
|
-
border-bottom-left-radius: 0em;
|
168
|
-
border-bottom-right-radius: 0em;
|
169
|
-
text-align:right;
|
170
|
-
white-space: nowrap;
|
171
|
-
}
|
172
|
-
*[is=x-ui] ui-rest > ui-tabbar > ui-behind {
|
173
|
-
padding-right: 0.5em;
|
174
|
-
}
|
175
|
-
|
176
|
-
*[is=x-ui] ui-rest > ui-tabbar > ui-before {
|
177
|
-
border-bottom: 1pt solid var(--x-ui-border-color);
|
178
|
-
padding-left:0.5em;
|
179
|
-
}
|
180
|
-
|
181
|
-
*[is=x-ui] ui-content {
|
182
|
-
background-color: var(--x-ui-background-color);
|
183
|
-
padding: 1em;
|
184
|
-
margin: 0;
|
185
|
-
border-bottom: 1pt solid var(--x-ui-border-color);
|
186
|
-
border-left: 1pt solid var(--x-ui-border-color);
|
187
|
-
border-right: 1pt solid var(--x-ui-border-color);
|
188
|
-
border-bottom-left-radius: 1em;
|
189
|
-
border-bottom-right-radius: 1em;
|
190
|
-
}
|
191
|
-
|
192
|
-
*[is=x-ui] ui-rest > ui-content {
|
193
|
-
padding: 0;
|
194
|
-
margin: 0;
|
195
|
-
border-radius: 0;
|
196
|
-
border: 0 none;
|
197
|
-
|
198
|
-
display: flex;
|
199
|
-
height: 0;
|
200
|
-
flex-direction: row;
|
201
|
-
flex: 1 1 auto;
|
202
|
-
}
|
203
|
-
|
204
|
-
*[is=x-ui] ui-rest > ui-content > ui-area {
|
205
|
-
flex: 1 1 0%;
|
206
|
-
overflow-x: auto;
|
207
|
-
overflow-y: scroll;
|
208
|
-
}
|
209
|
-
|
210
|
-
*[is=x-ui] ui-rest > ui-content > ui-resizehandle {
|
211
|
-
width: 0em;
|
212
|
-
}
|
213
|
-
*[is=x-ui] ui-rest > ui-content > ui-resizehandle + ui-area > ui-tabbed {
|
214
|
-
margin-left: 1.5em;
|
215
|
-
}
|
216
|
-
*[is=x-ui] ui-rest > ui-content > ui-resizehandle + ui-area > ui-rest > ui-tabbar > ui-before {
|
217
|
-
padding-left: 1.5em;
|
218
|
-
}
|
219
|
-
|
220
|
-
*[is=x-ui] ui-close {
|
221
|
-
margin-left: 0.5em;
|
222
|
-
}
|
223
|
-
|
224
|
-
*[is=x-ui] ui-rest > ui-content > ui-resizehandle::before {
|
225
|
-
display: block;
|
226
|
-
position: absolute;
|
227
|
-
color: var(--x-ui-border-color);
|
228
|
-
white-space:nowrap;
|
229
|
-
cursor: ew-resize;
|
230
|
-
-webkit-transform: rotate(90deg);
|
231
|
-
-webkit-transform-origin: 0% 0%;
|
232
|
-
-moz-transform: rotate(90deg);
|
233
|
-
-moz-transform-origin: left top;
|
234
|
-
margin-left: 1.4em;
|
235
|
-
margin-top: 0.2em;
|
236
|
-
content: attr(data-label);
|
237
|
-
}
|
238
|
-
|
239
|
-
*[is=x-ui] ui-content > ui-area {
|
240
|
-
margin: 0;
|
241
|
-
padding: 0;
|
242
|
-
}
|
243
|
-
|
244
|
-
*[is=x-ui] > ui-resizehandle {
|
245
|
-
color: var(--x-ui-border-color);
|
246
|
-
white-space:nowrap;
|
247
|
-
z-index: 99999;
|
248
|
-
cursor: s-resize;
|
249
|
-
text-align: right;
|
250
|
-
margin-top: 0.2em;
|
251
|
-
margin-right: 0.5em;
|
252
|
-
}
|
253
|
-
|
254
|
-
*[is=x-ui] ui-tabbed, ui-content, ui-area { display: block; }
|
255
|
-
*[is=x-ui] ui-content > ui-area.inactive, ui-content > ui-resizehandle.inactive, ui-rest > ui-content > ui-resizehandle.inactive { display: none }
|
256
|
-
|
257
|
-
*[is=x-ui] ui-content > ui-area .x-ui-layout {
|
258
|
-
width: 100%;
|
259
|
-
border-collapse:collapse;
|
260
|
-
border-spacing:0;
|
261
|
-
border: 0 none;
|
262
|
-
padding:0;
|
263
|
-
margin:0;
|
264
|
-
}
|
265
|
-
*[is=x-ui] ui-rest > ui-content > ui-area .x-ui-layout {
|
266
|
-
border:1em solid var(--x-ui-background-color);
|
267
|
-
box-sizing:border-box;
|
268
|
-
}
|
269
|
-
*[is=x-ui] ui-content > ui-area .x-ui-layout td {
|
270
|
-
border:0 none;
|
271
|
-
padding:0;
|
272
|
-
margin:0;
|
273
|
-
}
|
274
|
-
*[is=x-ui] ui-content > ui-area .x-ui-layout tr {
|
275
|
-
border:0 none;
|
276
|
-
padding:0;
|
277
|
-
margin:0;
|
278
|
-
}
|
279
|
-
*[is=x-ui] ui-content > ui-area .x-ui-compact {
|
280
|
-
border-collapse:collapse;
|
281
|
-
border-spacing:0;
|
282
|
-
border:0 none;
|
283
|
-
padding:0;
|
284
|
-
margin:0;
|
285
|
-
}
|
286
|
-
|
287
|
-
*[is=x-ui] ui-content > ui-area .x-ui-compact td {
|
288
|
-
border:0 none;
|
289
|
-
padding:0;
|
290
|
-
margin:0;
|
291
|
-
}
|
292
|
-
*[is=x-ui] ui-content > ui-area .x-ui-compact tr {
|
293
|
-
border:0 none;
|
294
|
-
padding:0;
|
295
|
-
margin:0;
|
296
|
-
}
|
297
|
-
*[is=x-ui] ui-content > ui-area .x-ui-layout .fixed { white-space:nowrap; }
|
298
|
-
*[is=x-ui] ui-content > ui-area .x-ui-layout .top { vertical-align: top; }
|
299
|
-
|
300
|
-
*[is=x-ui] .hidden {
|
301
|
-
display: none;
|
302
|
-
}
|
303
|
-
|
304
|
-
*[is=x-ui] .noselect {
|
305
|
-
-webkit-touch-callout: none; /* iOS Safari */
|
306
|
-
-webkit-user-select: none; /* Safari */
|
307
|
-
-khtml-user-select: none; /* Konqueror HTML */
|
308
|
-
-moz-user-select: none; /* Old versions of Firefox */
|
309
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
310
|
-
user-select: none; /* Non-prefixed version, currently
|
311
|
-
supported by Chrome, Edge, Opera and Firefox */
|
312
|
-
}
|
313
|
-
|
314
|
-
*[is=x-ui] a.x-ui-button {
|
315
|
-
padding: 0em 0.5em;
|
316
|
-
border: 1pt solid var(--x-ui-border-color);
|
317
|
-
border-radius: 0.2em;
|
318
|
-
margin: 0;
|
319
|
-
font-size: 0.9em;
|
320
|
-
background: var(--x-ui-light-back-color);
|
321
|
-
background: -webkit-gradient(linear, left top, left bottom, from(white), to(var(--x-ui-light-back-color)));
|
322
|
-
background: -moz-linear-gradient(top, white, var(--x-ui-light-back-color));
|
323
|
-
vertical-align: middle;
|
324
|
-
display: inline-block;
|
325
|
-
height: 1.8em;
|
326
|
-
cursor: pointer;
|
327
|
-
}
|
328
|
-
|
329
|
-
*[is=x-ui] a.x-ui-button.highlight {
|
330
|
-
background: -webkit-gradient(linear, left top, left bottom, from(white), to(Highlight));
|
331
|
-
background: -moz-linear-gradient(top, white, Highlight);
|
332
|
-
}
|
333
|
-
|
data/tools/test/js_libs/ui.html
DELETED
@@ -1,168 +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 http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
21
|
-
<title>UI Test</title>
|
22
|
-
|
23
|
-
<!-- libs, do not modify. When local than load local libs. -->
|
24
|
-
<script type="text/javascript">
|
25
|
-
if ((document.location.host == 'localhost') && (document.location.protocol == 'http:')) {
|
26
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.min.js">\x3C/script>');
|
27
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.browser.js">\x3C/script>');
|
28
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.svg.min.js">\x3C/script>');
|
29
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.svgdom.min.js">\x3C/script>');
|
30
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/vkbeautify.js">\x3C/script>');
|
31
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/util.js">\x3C/script>');
|
32
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/printf.js">\x3C/script>');
|
33
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/strftime.min.js">\x3C/script>');
|
34
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/parsequery.js">\x3C/script>');
|
35
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/underscore.min.js">\x3C/script>');
|
36
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.caret.min.js">\x3C/script>');
|
37
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/jquery.cookie.js">\x3C/script>');
|
38
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/relaxngui.js">\x3C/script>');
|
39
|
-
|
40
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/ui.js">\x3C/script>');
|
41
|
-
document.write('<script type="text/javascript" src="http://localhost/js_libs/custommenu.js">\x3C/script>');
|
42
|
-
|
43
|
-
document.write('<link rel="stylesheet" href="http://localhost/js_libs/custommenu.css" type="text/css"/>');
|
44
|
-
document.write('<link rel="stylesheet" href="http://localhost/js_libs/ui.css" type="text/css"/>');
|
45
|
-
|
46
|
-
document.write('<link rel="stylesheet" href="http://localhost/js_libs/relaxngui.css" type="text/css"/>');
|
47
|
-
} else if ((document.location.host == 'localhost') && (document.location.protocol == 'https:')) {
|
48
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.min.js">\x3C/script>');
|
49
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.browser.js">\x3C/script>');
|
50
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.svg.min.js">\x3C/script>');
|
51
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.svgdom.min.js">\x3C/script>');
|
52
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/vkbeautify.js">\x3C/script>');
|
53
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/util.js">\x3C/script>');
|
54
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/printf.js">\x3C/script>');
|
55
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/strftime.min.js">\x3C/script>');
|
56
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/parsequery.js">\x3C/script>');
|
57
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/underscore.min.js">\x3C/script>');
|
58
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.caret.min.js">\x3C/script>');
|
59
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/jquery.cookie.js">\x3C/script>');
|
60
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/relaxngui.js">\x3C/script>');
|
61
|
-
|
62
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/ui.js">\x3C/script>');
|
63
|
-
document.write('<script type="text/javascript" src="https://localhost/js_libs/custommenu.js">\x3C/script>');
|
64
|
-
|
65
|
-
document.write('<link rel="stylesheet" href="https://localhost/js_libs/custommenu.css" type="text/css"/>');
|
66
|
-
document.write('<link rel="stylesheet" href="https://localhost/js_libs/ui.css" type="text/css"/>');
|
67
|
-
|
68
|
-
document.write('<link rel="stylesheet" href="https://localhost/js_libs/relaxngui.css" type="text/css"/>');
|
69
|
-
} else {
|
70
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/jquery.min.js">\x3C/script>');
|
71
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/jquery.browser.js">\x3C/script>');
|
72
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/jquery.svg.min.js">\x3C/script>');
|
73
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/jquery.svgdom.min.js">\x3C/script>');
|
74
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/vkbeautify.js">\x3C/script>');
|
75
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/util.js">\x3C/script>');
|
76
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/printf.js">\x3C/script>');
|
77
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/strftime.min.js">\x3C/script>');
|
78
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/parsequery.js">\x3C/script>');
|
79
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/underscore.min.js">\x3C/script>');
|
80
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/jquery.caret.min.js">\x3C/script>');
|
81
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/jquery.cookie.js">\x3C/script>');
|
82
|
-
|
83
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/relaxngui.js">\x3C/script>');
|
84
|
-
|
85
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/ui.js">\x3C/script>');
|
86
|
-
document.write('<script type="text/javascript" src="http://gruppe.wst.univie.ac.at/js_libs/custommenu.js">\x3C/script>');
|
87
|
-
|
88
|
-
document.write('<link rel="stylesheet" href="http://gruppe.wst.univie.ac.at/js_libs/custommenu.css" type="text/css"/>');
|
89
|
-
document.write('<link rel="stylesheet" href="http://gruppe.wst.univie.ac.at/js_libs/ui.css" type="text/css"/>');
|
90
|
-
|
91
|
-
document.write('<link rel="stylesheet" href="http://gruppe.wst.univie.ac.at/js_libs/relaxngui.css" type="text/css"/>');
|
92
|
-
}
|
93
|
-
</script>
|
94
|
-
</head>
|
95
|
-
<body data-defaultport="9298" data-theme-base="themes" is="x-ui">
|
96
|
-
<ui-rest id="main">
|
97
|
-
<!--ui-tabbar>
|
98
|
-
<ui-before ></ui-before>
|
99
|
-
<ui-tab class="" data-tab="details" id="tabdetails">Graph</ui-tab>
|
100
|
-
<ui-behind ></ui-behind>
|
101
|
-
</ui-tabbar-->
|
102
|
-
<ui-content>
|
103
|
-
<ui-area data-belongs-to-tab="details" id='graphcolumn'>
|
104
|
-
</ui-area>
|
105
|
-
<ui-resizehandle data-belongs-to-tab="details" data-label="drag to resize"></ui-resizehandle>
|
106
|
-
<ui-area data-belongs-to-tab="details" id="detailcolumn">
|
107
|
-
|
108
|
-
<ui-tabbed id="instance">
|
109
|
-
<ui-tabbar>
|
110
|
-
<ui-tab class="switch" ></ui-tab>
|
111
|
-
<ui-tab class="" data-tab="new" id="tabnew" >New</ui-tab>
|
112
|
-
<ui-tab class="inactive" data-tab="instance" id="tabinstance" >Instance</ui-tab>
|
113
|
-
<ui-tab class="inactive" data-tab="execution" id="tabexecution">Execution</ui-tab>
|
114
|
-
<ui-behind ><a id='current-instance'></a><a id='current-instance-properties'></a><a id='current-instance-subscriptions'></a><a id='current-instance-callbacks'></a></ui-behind>
|
115
|
-
</ui-tabbar>
|
116
|
-
<ui-content>
|
117
|
-
<ui-area data-belongs-to-tab="new" id="areanew"> <!--{{{-->
|
118
|
-
</ui-area> <!--}}}-->
|
119
|
-
<ui-area data-belongs-to-tab="instance" id="areainstance" class="inactive"> <!--{{{-->
|
120
|
-
</ui-area> <!--}}}-->
|
121
|
-
<ui-area data-belongs-to-tab="execution" id="areaexecution" class='inactive'> <!--{{{-->
|
122
|
-
</ui-area> <!--}}}-->
|
123
|
-
</ui-content>
|
124
|
-
</ui-tabbed>
|
125
|
-
<!--ui-resizehandle>drag to resize</ui-resizehandle-->
|
126
|
-
|
127
|
-
<ui-tabbed id='parameters'>
|
128
|
-
<ui-tabbar>
|
129
|
-
<ui-tab class="switch" ></ui-tab>
|
130
|
-
<ui-tab class="" data-tab="dataelements" id="tabdataelements">Data Elements</ui-tab>
|
131
|
-
<ui-tab class="inactive" data-tab="endpoints" id="tabendpoints" >Endpoints</ui-tab>
|
132
|
-
<ui-tab class="inactive" data-tab="attributes" id="tabattributes" >Attributes</ui-tab>
|
133
|
-
<ui-behind ><button title='add entry'>New</button></ui-behind>
|
134
|
-
</ui-tabbar>
|
135
|
-
<ui-content>
|
136
|
-
<ui-area data-belongs-to-tab="dataelements" id="areadataelements"> <!--{{{-->
|
137
|
-
<div id="dat_dataelements"></div>
|
138
|
-
</ui-area> <!--}}}-->
|
139
|
-
<ui-area data-belongs-to-tab="endpoints" id="areaendpoints" class="inactive"> <!--{{{-->
|
140
|
-
<table id="dat_endpoints"></table>
|
141
|
-
</ui-area> <!--}}}-->
|
142
|
-
<ui-area data-belongs-to-tab="attributes" id="areaattributes" class="inactive"> <!--{{{-->
|
143
|
-
<table id="dat_attributes"></table>
|
144
|
-
</ui-area> <!--}}}-->
|
145
|
-
</ui-content>
|
146
|
-
</ui-tabbed>
|
147
|
-
|
148
|
-
<ui-rest id="sub">
|
149
|
-
<ui-tabbar>
|
150
|
-
<ui-before ></ui-before>
|
151
|
-
<ui-tab class="" data-tab="dsl" id="tabdsl" >Description</ui-tab>
|
152
|
-
<ui-tab class="inactive" data-tab="log" id="tablog" >Log</ui-tab>
|
153
|
-
<ui-behind ></ui-behind>
|
154
|
-
</ui-tabbar>
|
155
|
-
<ui-content>
|
156
|
-
<ui-area data-belongs-to-tab="dsl" id="areadsl" class="inactive">
|
157
|
-
</ui-area>
|
158
|
-
<ui-area data-belongs-to-tab="log" id="arealog" class="inactive">
|
159
|
-
</ui-area> <!--}}}-->
|
160
|
-
</ui-content>
|
161
|
-
</ui-rest>
|
162
|
-
|
163
|
-
</ui-area>
|
164
|
-
</ui-content>
|
165
|
-
</ui-rest>
|
166
|
-
|
167
|
-
</body>
|
168
|
-
</html>
|