cpee 2.0.19 → 2.0.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cockpit/css/model.css +2 -0
- data/cockpit/css/replay.css +55 -0
- data/cockpit/css/wfadaptor.css +17 -0
- data/cockpit/edit.html +1 -1
- data/cockpit/index.html +2 -0
- data/cockpit/js/instance.js +8 -20
- data/cockpit/js/replay.js +40 -0
- data/cockpit/js_libs.zip +0 -0
- data/cockpit/model.html +3 -1
- data/cockpit/replay.html +52 -0
- data/cockpit/templates/.CPEE.xml +8 -0
- data/cockpit/templates/.Signavio.xml +8 -0
- data/cockpit/templates/.templates.xml +13 -0
- data/cockpit/templates/.transformations.xml +4 -0
- data/cockpit/templates/instantiate.local/Take_Sub.xml +1 -1
- data/cockpit/themes/compact/rngs/call.rng +67 -40
- data/cockpit/themes/compact/rngs/callmanipulate.rng +81 -38
- data/cockpit/themes/control/rngs/alternative.rng +25 -0
- data/cockpit/themes/control/rngs/call.rng +149 -0
- data/cockpit/themes/control/rngs/callmanipulate.rng +188 -0
- data/cockpit/themes/control/rngs/choose.rng +14 -0
- data/cockpit/themes/control/rngs/closed_loop.rng +62 -0
- data/cockpit/themes/control/rngs/closed_loop_cancel.rng +5 -0
- data/cockpit/themes/control/rngs/closed_loop_control.rng +31 -0
- data/cockpit/themes/control/rngs/closed_loop_measuring.rng +12 -0
- data/cockpit/themes/control/rngs/critical.rng +5 -0
- data/cockpit/themes/control/rngs/escape.rng +1 -0
- data/cockpit/themes/control/rngs/group.rng +3 -0
- data/cockpit/themes/control/rngs/loop.rng +22 -0
- data/cockpit/themes/control/rngs/manipulate.rng +9 -0
- data/cockpit/themes/control/rngs/otherwise.rng +22 -0
- data/cockpit/themes/control/rngs/parallel.rng +21 -0
- data/cockpit/themes/control/rngs/parallel_branch.rng +8 -0
- data/cockpit/themes/control/rngs/scripts.rng +23 -0
- data/cockpit/themes/control/rngs/stop.rng +5 -0
- data/cockpit/themes/control/rngs/terminate.rng +1 -0
- data/cockpit/themes/control/symbols/alternative.svg +5 -0
- data/cockpit/themes/control/symbols/arrow.svg +3 -0
- data/cockpit/themes/control/symbols/call.svg +6 -0
- data/cockpit/themes/control/symbols/callmanipulate.svg +8 -0
- data/cockpit/themes/control/symbols/choose.svg +5 -0
- data/cockpit/themes/control/symbols/choose_exclusive.svg +5 -0
- data/cockpit/themes/control/symbols/choose_inclusive.svg +4 -0
- data/cockpit/themes/control/symbols/closed_loop.svg +5 -0
- data/cockpit/themes/control/symbols/closed_loop_cancel.svg +5 -0
- data/cockpit/themes/control/symbols/closed_loop_control.svg +5 -0
- data/cockpit/themes/control/symbols/closed_loop_measuring.svg +6 -0
- data/cockpit/themes/control/symbols/complex.svg +8 -0
- data/cockpit/themes/control/symbols/critical.svg +4 -0
- data/cockpit/themes/control/symbols/end.svg +3 -0
- data/cockpit/themes/control/symbols/escape.svg +5 -0
- data/cockpit/themes/control/symbols/event_end.svg +3 -0
- data/cockpit/themes/control/symbols/loop.svg +5 -0
- data/cockpit/themes/control/symbols/manipulate.svg +4 -0
- data/cockpit/themes/control/symbols/otherwise.svg +5 -0
- data/cockpit/themes/control/symbols/parallel.svg +5 -0
- data/cockpit/themes/control/symbols/parallel_branch.svg +5 -0
- data/cockpit/themes/control/symbols/parallel_branch_compact.svg +4 -0
- data/cockpit/themes/control/symbols/parallel_branch_event.svg +14 -0
- data/cockpit/themes/control/symbols/parallel_branch_normal.svg +5 -0
- data/cockpit/themes/control/symbols/scripts.svg +4 -0
- data/cockpit/themes/control/symbols/start.svg +3 -0
- data/cockpit/themes/control/symbols/stop.svg +5 -0
- data/cockpit/themes/control/symbols/terminate.svg +4 -0
- data/cockpit/themes/control/theme.js +1665 -0
- data/cockpit/themes/default/rngs/call.rng +67 -40
- data/cockpit/themes/default/rngs/callmanipulate.rng +81 -38
- data/cockpit/themes/default/theme.js +1287 -0
- data/cockpit/themes/diana/rngs/call.rng +67 -40
- data/cockpit/themes/diana/rngs/callmanipulate.rng +81 -38
- data/cockpit/themes/extended/rngs/call.rng +67 -40
- data/cockpit/themes/extended/rngs/callmanipulate.rng +81 -38
- data/cockpit/themes/model/rngs/call.rng +2 -1
- data/cockpit/themes/model/rngs/callmanipulate.rng +2 -1
- data/cockpit/themes/model/theme.js +1 -1
- data/cockpit/themes/packed/rngs/call.rng +67 -40
- data/cockpit/themes/packed/rngs/callmanipulate.rng +81 -38
- data/cockpit/themes/preset/rngs/call.rng +67 -40
- data/cockpit/themes/preset/rngs/callmanipulate.rng +81 -38
- data/cockpit/track.html +0 -7
- data/cpee.gemspec +2 -2
- data/lib/cpee/controller.rb +6 -3
- data/lib/cpee/implementation.rb +23 -8
- data/lib/cpee/implementation_notifications.rb +1 -1
- data/lib/cpee/persistence.rb +2 -1
- data/lib/cpee/redis.rb +57 -0
- data/server/handlerwrappers/default.rb +2 -2
- data/server/resources/notifications/logging/subscription.xml +6 -0
- data/server/routing/end.pid +1 -0
- data/server/routing/end.rb +16 -4
- data/server/routing/forward-events.pid +1 -0
- data/server/routing/forward-events.rb +19 -7
- data/server/routing/forward-votes.pid +1 -0
- data/server/routing/forward-votes.rb +19 -7
- data/server/routing/persist.pid +1 -0
- data/server/routing/persist.rb +26 -14
- data/server/server.pid +1 -0
- data/tools/cpee +5 -5
- data/tools/test/README +4 -0
- data/tools/test/config.json +3 -0
- data/tools/test/contrib/graph_example.svg +1166 -0
- data/tools/test/contrib/legend.svg +817 -0
- data/tools/test/contrib/symbols.svg +224 -0
- data/tools/test/contrib/transformation1.xsl +264 -0
- data/tools/test/contrib/transformation2.xsl +10 -0
- data/tools/test/contrib/tree_example.svg +788 -0
- data/tools/test/css/model.css +24 -0
- data/tools/test/css/track.css +60 -0
- data/tools/test/css/ui.css +214 -0
- data/tools/test/css/wfadaptor.css +422 -0
- data/tools/test/edit.html +258 -0
- data/tools/test/graph.html +69 -0
- data/tools/test/index.html +258 -0
- data/tools/test/js/details.js +109 -0
- data/tools/test/js/instance.js +1344 -0
- data/tools/test/js/model.js +41 -0
- data/tools/test/js/parameters.js +82 -0
- data/tools/test/js/track.js +18 -0
- data/tools/test/js/ui.js +104 -0
- data/tools/test/js/wfadaptor.js +763 -0
- data/tools/test/js_libs.zip +0 -0
- data/tools/test/js_libs/Makefile +2 -0
- data/tools/test/js_libs/ansi_up.js +333 -0
- data/tools/test/js_libs/console.js +80 -0
- data/tools/test/js_libs/custommenu.css +84 -0
- data/tools/test/js_libs/custommenu.js +104 -0
- data/tools/test/js_libs/experiments1/relaxngui.css +185 -0
- data/tools/test/js_libs/experiments1/relaxngui.js +488 -0
- data/tools/test/js_libs/experiments1/rngtest9.html +60 -0
- data/tools/test/js_libs/experiments1/rngtest9.rng +35 -0
- data/tools/test/js_libs/experiments1/rngtest9.xml +8 -0
- data/tools/test/js_libs/jquery-2.2.4.min.js +4 -0
- data/tools/test/js_libs/jquery-3.2.1.min.js +4 -0
- data/tools/test/js_libs/jquery-3.3.1.min.js +2 -0
- data/tools/test/js_libs/jquery.browser.js +40 -0
- data/tools/test/js_libs/jquery.caret.min.js +10 -0
- data/tools/test/js_libs/jquery.cookie.js +117 -0
- data/tools/test/js_libs/jquery.min.js +1 -0
- data/tools/test/js_libs/jquery.svg.min.js +6 -0
- data/tools/test/js_libs/jquery.svgdom.min.js +6 -0
- data/tools/test/js_libs/markdown.min.js +1 -0
- data/tools/test/js_libs/parsequery.js +21 -0
- data/tools/test/js_libs/printf.js +368 -0
- data/tools/test/js_libs/relaxngui.css +213 -0
- data/tools/test/js_libs/relaxngui.js +543 -0
- data/tools/test/js_libs/strftime.min.js +1 -0
- data/tools/test/js_libs/tests/dataelements.html +59 -0
- data/tools/test/js_libs/tests/dataelements.rng +8 -0
- data/tools/test/js_libs/tests/dataelements.xml +3 -0
- data/tools/test/js_libs/tests/relaxngui.css +203 -0
- data/tools/test/js_libs/tests/relaxngui.js +502 -0
- data/tools/test/js_libs/tests/rngtest1.html +66 -0
- data/tools/test/js_libs/tests/rngtest1.rng +147 -0
- data/tools/test/js_libs/tests/rngtest1.xml +13 -0
- data/tools/test/js_libs/tests/rngtest2.html +60 -0
- data/tools/test/js_libs/tests/rngtest2.rng +6 -0
- data/tools/test/js_libs/tests/rngtest2.xml +3 -0
- data/tools/test/js_libs/tests/rngtest3.html +60 -0
- data/tools/test/js_libs/tests/rngtest3.rng +23 -0
- data/tools/test/js_libs/tests/rngtest3.xml +9 -0
- data/tools/test/js_libs/tests/rngtest4.html +60 -0
- data/tools/test/js_libs/tests/rngtest4.rng +19 -0
- data/tools/test/js_libs/tests/rngtest4.xml +12 -0
- data/tools/test/js_libs/tests/rngtest5.html +60 -0
- data/tools/test/js_libs/tests/rngtest5.rng +75 -0
- data/tools/test/js_libs/tests/rngtest5.xml +40 -0
- data/tools/test/js_libs/tests/rngtest6.html +60 -0
- data/tools/test/js_libs/tests/rngtest6.rng +24 -0
- data/tools/test/js_libs/tests/rngtest6.xml +6 -0
- data/tools/test/js_libs/tests/rngtest8.html +60 -0
- data/tools/test/js_libs/tests/rngtest8.rng +13 -0
- data/tools/test/js_libs/tests/rngtest8.xml +2 -0
- data/tools/test/js_libs/tests/rngtest9.html +60 -0
- data/tools/test/js_libs/tests/rngtest9.rng +31 -0
- data/tools/test/js_libs/tests/rngtest9.xml +8 -0
- data/tools/test/js_libs/ui.css +333 -0
- data/tools/test/js_libs/ui.html +168 -0
- data/tools/test/js_libs/ui.js +177 -0
- data/tools/test/js_libs/underscore.min.js +27 -0
- data/tools/test/js_libs/util.js +81 -0
- data/tools/test/js_libs/vkbeautify.0.99.00.beta.js +358 -0
- data/tools/test/js_libs/vkbeautify.js +1 -0
- data/tools/test/js_libs/webcomponents.min.js +196 -0
- data/tools/test/model.html +192 -0
- data/tools/test/rngs/attributes.rng +8 -0
- data/tools/test/rngs/dataelements.rng +8 -0
- data/tools/test/rngs/endpoints.rng +8 -0
- data/tools/test/templates.legacy/Async.xml +46 -0
- data/tools/test/templates.legacy/BCO.xml +70 -0
- data/tools/test/templates.legacy/BCS.xml +70 -0
- data/tools/test/templates.legacy/Centurio.xml +75 -0
- data/tools/test/templates.legacy/Concurrent.xml +40 -0
- data/tools/test/templates.legacy/Coopis Testset.xml +76 -0
- data/tools/test/templates.legacy/Endpoints and Data Manipulation.xml +30 -0
- data/tools/test/templates.legacy/ICSOC Testset.xml +95 -0
- data/tools/test/templates.legacy/Infinity.xml +28 -0
- data/tools/test/templates.legacy/Lego Boxer.xml +31 -0
- data/tools/test/templates.legacy/Lego Conveyor.xml +31 -0
- data/tools/test/templates.legacy/Lego Crane.xml +87 -0
- data/tools/test/templates.legacy/Lego Ejector.xml +55 -0
- data/tools/test/templates.legacy/Lego Full.xml +142 -0
- data/tools/test/templates.legacy/Lego Liddy.xml +40 -0
- data/tools/test/templates.legacy/Lego Plate.xml +31 -0
- data/tools/test/templates.legacy/Lego Transporter.xml +43 -0
- data/tools/test/templates.legacy/Lego_Part_1.xml +85 -0
- data/tools/test/templates.legacy/LgLinear.xml +65 -0
- data/tools/test/templates.legacy/Linear.xml +77 -0
- data/tools/test/templates.legacy/Log.xml +117 -0
- data/tools/test/templates.legacy/Mangler 1.xml +87 -0
- data/tools/test/templates.legacy/Mangler 2.xml +103 -0
- data/tools/test/templates.legacy/Manuel Labels.xml +55 -0
- data/tools/test/templates.legacy/Promise.xml +275 -0
- data/tools/test/templates.legacy/SOPROMO Test Sonification.xml +83 -0
- data/tools/test/templates.legacy/Subprocess.xml +56 -0
- data/tools/test/templates.legacy/Syncing P34 1.xml +77 -0
- data/tools/test/templates.legacy/Syncing P34 2.xml +77 -0
- data/tools/test/templates.legacy/Syncing P34 3.xml +77 -0
- data/tools/test/templates.legacy/Syncing P34.xml +77 -0
- data/tools/test/templates.legacy/TEST - Bad Loop.xml +173 -0
- data/tools/test/templates.legacy/TEST - Wrong Positions.xml +174 -0
- data/tools/test/templates.legacy/Take_5.xml +48 -0
- data/tools/test/templates.legacy/Update.xml +32 -0
- data/tools/test/templates.legacy/Worklist Parallel.xml +104 -0
- data/tools/test/templates.legacy/Worklist Test CPEE.xml +40 -0
- data/tools/test/templates.legacy/Worklist Test.xml +42 -0
- data/tools/test/templates.legacy/Worklist Test2.xml +43 -0
- data/tools/test/templates.legacy/convert_cpee2.rb +15 -0
- data/tools/test/templates.legacy/convert_preset.rb +32 -0
- data/tools/test/templates.legacy/testsets.xml +37 -0
- data/tools/test/templates.legacy/transformations.xml +4 -0
- data/tools/test/templates/Coopis 2010.xml +76 -0
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 1.xml +77 -0
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 2.xml +77 -0
- data/tools/test/templates/IUPC arXiv:1104.3609 P34 3.xml +77 -0
- data/tools/test/templates/Track Test Local.xml +82 -0
- data/tools/test/templates/Track Test.xml +82 -0
- data/tools/test/templates/UR-VUE 2020 Manual Adjust.xml +182 -0
- data/tools/test/templates/UR-VUE 2020 Solution Baseline.xml +203 -0
- data/tools/test/templates/UR-VUE 2020 Solution NN.xml +197 -0
- data/tools/test/templates/UR-VUE 2020 Solution View.xml +151 -0
- data/tools/test/templates/UR-VUE 2020.xml +26 -0
- data/tools/test/templates/Worklist.xml +42 -0
- data/tools/test/templates/instantiate.local/Take_Sub.xml +59 -0
- data/tools/test/templates/instantiate/Take_Perf.xml +46 -0
- data/tools/test/templates/instantiate/Take_Sub.xml +58 -0
- data/tools/test/templates/instantiate/Take_X.xml +48 -0
- data/tools/test/themes/compact/theme.js +1285 -0
- data/tools/test/themes/diana/theme.js +1650 -0
- data/tools/test/themes/extended/theme.js +1325 -0
- data/tools/test/themes/model/rngs/alternative.rng +1 -0
- data/tools/test/themes/model/rngs/call.rng +67 -0
- data/tools/test/themes/model/rngs/callmanipulate.rng +72 -0
- data/tools/test/themes/model/rngs/choose.rng +1 -0
- data/tools/test/themes/model/rngs/critical.rng +1 -0
- data/tools/test/themes/model/rngs/escape.rng +1 -0
- data/tools/test/themes/model/rngs/group.rng +1 -0
- data/tools/test/themes/model/rngs/loop.rng +1 -0
- data/tools/test/themes/model/rngs/manipulate.rng +1 -0
- data/tools/test/themes/model/rngs/otherwise.rng +1 -0
- data/tools/test/themes/model/rngs/parallel.rng +1 -0
- data/tools/test/themes/model/rngs/parallel_branch.rng +1 -0
- data/tools/test/themes/model/rngs/scripts.rng +7 -0
- data/tools/test/themes/model/rngs/stop.rng +1 -0
- data/tools/test/themes/model/rngs/terminate.rng +1 -0
- data/tools/test/themes/model/theme.js +1268 -0
- data/tools/test/themes/packed/theme.js +1286 -0
- data/tools/test/themes/preset/rngs/alternative.rng +25 -0
- data/tools/test/themes/preset/rngs/call.rng +122 -0
- data/tools/test/themes/preset/rngs/callmanipulate.rng +145 -0
- data/tools/test/themes/preset/rngs/choose.rng +14 -0
- data/tools/test/themes/preset/rngs/closed_loop.rng +62 -0
- data/tools/test/themes/preset/rngs/closed_loop_cancel.rng +5 -0
- data/tools/test/themes/preset/rngs/closed_loop_control.rng +31 -0
- data/tools/test/themes/preset/rngs/closed_loop_measuring.rng +12 -0
- data/tools/test/themes/preset/rngs/critical.rng +5 -0
- data/tools/test/themes/preset/rngs/escape.rng +1 -0
- data/tools/test/themes/preset/rngs/group.rng +3 -0
- data/tools/test/themes/preset/rngs/loop.rng +22 -0
- data/tools/test/themes/preset/rngs/manipulate.rng +9 -0
- data/tools/test/themes/preset/rngs/otherwise.rng +22 -0
- data/tools/test/themes/preset/rngs/parallel.rng +21 -0
- data/tools/test/themes/preset/rngs/parallel_branch.rng +8 -0
- data/tools/test/themes/preset/rngs/scripts.rng +23 -0
- data/tools/test/themes/preset/rngs/stop.rng +5 -0
- data/tools/test/themes/preset/rngs/terminate.rng +1 -0
- data/tools/test/themes/preset/symbols/alternative.svg +5 -0
- data/tools/test/themes/preset/symbols/arrow.svg +3 -0
- data/tools/test/themes/preset/symbols/call.svg +6 -0
- data/tools/test/themes/preset/symbols/callmanipulate.svg +8 -0
- data/tools/test/themes/preset/symbols/choose.svg +5 -0
- data/tools/test/themes/preset/symbols/choose_exclusive.svg +5 -0
- data/tools/test/themes/preset/symbols/choose_inclusive.svg +4 -0
- data/tools/test/themes/preset/symbols/closed_loop.svg +5 -0
- data/tools/test/themes/preset/symbols/closed_loop_cancel.svg +5 -0
- data/tools/test/themes/preset/symbols/closed_loop_control.svg +5 -0
- data/tools/test/themes/preset/symbols/closed_loop_measuring.svg +6 -0
- data/tools/test/themes/preset/symbols/complex.svg +8 -0
- data/tools/test/themes/preset/symbols/critical.svg +4 -0
- data/tools/test/themes/preset/symbols/end.svg +3 -0
- data/tools/test/themes/preset/symbols/escape.svg +5 -0
- data/tools/test/themes/preset/symbols/event_end.svg +3 -0
- data/tools/test/themes/preset/symbols/loop.svg +5 -0
- data/tools/test/themes/preset/symbols/manipulate.svg +4 -0
- data/tools/test/themes/preset/symbols/otherwise.svg +5 -0
- data/tools/test/themes/preset/symbols/parallel.svg +5 -0
- data/tools/test/themes/preset/symbols/parallel_branch.svg +5 -0
- data/tools/test/themes/preset/symbols/parallel_branch_compact.svg +4 -0
- data/tools/test/themes/preset/symbols/parallel_branch_event.svg +14 -0
- data/tools/test/themes/preset/symbols/parallel_branch_normal.svg +5 -0
- data/tools/test/themes/preset/symbols/scripts.svg +4 -0
- data/tools/test/themes/preset/symbols/start.svg +3 -0
- data/tools/test/themes/preset/symbols/stop.svg +5 -0
- data/tools/test/themes/preset/symbols/terminate.svg +4 -0
- data/tools/test/themes/preset/theme.js +1287 -0
- data/tools/test/track.html +142 -0
- metadata +282 -2
@@ -0,0 +1,31 @@
|
|
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>
|
@@ -0,0 +1,333 @@
|
|
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
|
+
|
@@ -0,0 +1,168 @@
|
|
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>
|