cpee 1.3.223 → 1.3.224

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/cockpit/css/ui.css +14 -14
  3. data/cockpit/css/wfadaptor.css +50 -0
  4. data/cockpit/graph.html +116 -0
  5. data/cockpit/index.html +41 -41
  6. data/cockpit/js/instance.js +15 -5
  7. data/cockpit/js/ui.js +5 -11
  8. data/cockpit/js/wfadaptor.js +20 -7
  9. data/cockpit/themes/{labels → compact}/theme.js +199 -48
  10. data/cockpit/themes/default/rngs/call.rng +26 -0
  11. data/cockpit/themes/default/rngs/callmanipulate.rng +29 -0
  12. data/cockpit/themes/default/rngs/manipulate.rng +3 -0
  13. data/cockpit/themes/default/symbols/alternative.svg +1 -1
  14. data/cockpit/themes/default/symbols/arrow.svg +3 -0
  15. data/cockpit/themes/default/symbols/call.svg +1 -1
  16. data/cockpit/themes/default/symbols/callcorrelationreceive.svg +1 -1
  17. data/cockpit/themes/default/symbols/callcorrelationsend.svg +2 -2
  18. data/cockpit/themes/default/symbols/callinstantiation.svg +1 -1
  19. data/cockpit/themes/default/symbols/callmanipulate.svg +1 -1
  20. data/cockpit/themes/default/symbols/callmanipulateworklist.svg +2 -2
  21. data/cockpit/themes/default/symbols/callworklist.svg +1 -1
  22. data/cockpit/themes/default/symbols/choose.svg +1 -1
  23. data/cockpit/themes/default/symbols/choose_exclusive.svg +1 -1
  24. data/cockpit/themes/default/symbols/choose_inclusive.svg +1 -1
  25. data/cockpit/themes/default/symbols/critical.svg +2 -2
  26. data/cockpit/themes/default/symbols/escape.svg +1 -1
  27. data/cockpit/themes/default/symbols/loop.svg +1 -1
  28. data/cockpit/themes/default/symbols/manipulate.svg +1 -1
  29. data/cockpit/themes/default/symbols/otherwise.svg +1 -1
  30. data/cockpit/themes/default/symbols/parallel.svg +1 -1
  31. data/cockpit/themes/default/symbols/parallel_branch.svg +1 -1
  32. data/cockpit/themes/default/symbols/scripts.svg +1 -1
  33. data/cockpit/themes/default/theme.js +198 -57
  34. data/cockpit/themes/lego/theme.js +459 -400
  35. data/cockpit/themes/promise/theme.js +459 -400
  36. data/cpee.gemspec +1 -1
  37. data/server/resources/transformation_dslx.xsl +98 -0
  38. metadata +5 -67
  39. data/cockpit/themes/adventure/rngs/alternative.rng +0 -5
  40. data/cockpit/themes/adventure/rngs/call.rng +0 -29
  41. data/cockpit/themes/adventure/rngs/callmanipulate.rng +0 -41
  42. data/cockpit/themes/adventure/rngs/choose.rng +0 -8
  43. data/cockpit/themes/adventure/rngs/critical.rng +0 -5
  44. data/cockpit/themes/adventure/rngs/escape.rng +0 -1
  45. data/cockpit/themes/adventure/rngs/finalize.rng +0 -6
  46. data/cockpit/themes/adventure/rngs/group.rng +0 -3
  47. data/cockpit/themes/adventure/rngs/loop.rng +0 -11
  48. data/cockpit/themes/adventure/rngs/manipulate.rng +0 -6
  49. data/cockpit/themes/adventure/rngs/otherwise.rng +0 -1
  50. data/cockpit/themes/adventure/rngs/parallel.rng +0 -5
  51. data/cockpit/themes/adventure/rngs/parallel_branch.rng +0 -8
  52. data/cockpit/themes/adventure/rngs/update.rng +0 -6
  53. data/cockpit/themes/adventure/symbols/alternative.svg +0 -4
  54. data/cockpit/themes/adventure/symbols/call.svg +0 -4
  55. data/cockpit/themes/adventure/symbols/callmanipulate.svg +0 -6
  56. data/cockpit/themes/adventure/symbols/choose.svg +0 -5
  57. data/cockpit/themes/adventure/symbols/choose_exclusive.svg +0 -5
  58. data/cockpit/themes/adventure/symbols/choose_inclusive.svg +0 -4
  59. data/cockpit/themes/adventure/symbols/critical.svg +0 -4
  60. data/cockpit/themes/adventure/symbols/escape.svg +0 -5
  61. data/cockpit/themes/adventure/symbols/loop.svg +0 -5
  62. data/cockpit/themes/adventure/symbols/manipulate.svg +0 -4
  63. data/cockpit/themes/adventure/symbols/otherwise.svg +0 -4
  64. data/cockpit/themes/adventure/symbols/parallel.svg +0 -5
  65. data/cockpit/themes/adventure/symbols/parallel_branch.svg +0 -4
  66. data/cockpit/themes/adventure/symbols/scripts.svg +0 -4
  67. data/cockpit/themes/adventure/symbols/start.svg +0 -3
  68. data/cockpit/themes/adventure/theme.js +0 -739
  69. data/cockpit/themes/labels/rngs/alternative.rng +0 -5
  70. data/cockpit/themes/labels/rngs/call.rng +0 -32
  71. data/cockpit/themes/labels/rngs/callmanipulate.rng +0 -47
  72. data/cockpit/themes/labels/rngs/choose.rng +0 -8
  73. data/cockpit/themes/labels/rngs/critical.rng +0 -5
  74. data/cockpit/themes/labels/rngs/escape.rng +0 -1
  75. data/cockpit/themes/labels/rngs/finalize.rng +0 -6
  76. data/cockpit/themes/labels/rngs/group.rng +0 -3
  77. data/cockpit/themes/labels/rngs/loop.rng +0 -11
  78. data/cockpit/themes/labels/rngs/manipulate.rng +0 -6
  79. data/cockpit/themes/labels/rngs/otherwise.rng +0 -1
  80. data/cockpit/themes/labels/rngs/parallel.rng +0 -5
  81. data/cockpit/themes/labels/rngs/parallel_branch.rng +0 -8
  82. data/cockpit/themes/labels/rngs/update.rng +0 -6
  83. data/cockpit/themes/labels/symbols/alternative.svg +0 -4
  84. data/cockpit/themes/labels/symbols/call.svg +0 -4
  85. data/cockpit/themes/labels/symbols/callcorrelationreceive.svg +0 -6
  86. data/cockpit/themes/labels/symbols/callcorrelationsend.svg +0 -6
  87. data/cockpit/themes/labels/symbols/callinstantiation.svg +0 -3
  88. data/cockpit/themes/labels/symbols/callmanipulate.svg +0 -6
  89. data/cockpit/themes/labels/symbols/callmanipulateworklist.svg +0 -6
  90. data/cockpit/themes/labels/symbols/callworklist.svg +0 -4
  91. data/cockpit/themes/labels/symbols/choose.svg +0 -5
  92. data/cockpit/themes/labels/symbols/choose_exclusive.svg +0 -5
  93. data/cockpit/themes/labels/symbols/choose_inclusive.svg +0 -4
  94. data/cockpit/themes/labels/symbols/critical.svg +0 -4
  95. data/cockpit/themes/labels/symbols/escape.svg +0 -5
  96. data/cockpit/themes/labels/symbols/loop.svg +0 -5
  97. data/cockpit/themes/labels/symbols/manipulate.svg +0 -4
  98. data/cockpit/themes/labels/symbols/otherwise.svg +0 -4
  99. data/cockpit/themes/labels/symbols/parallel.svg +0 -5
  100. data/cockpit/themes/labels/symbols/parallel_branch.svg +0 -4
  101. data/cockpit/themes/labels/symbols/scripts.svg +0 -4
  102. data/cockpit/themes/labels/symbols/start.svg +0 -3
@@ -1,5 +0,0 @@
1
- <element rngui:version="1.2" name="alternative" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="condition" rngui:label="Condition">
3
- <data type="string" rngui:label="Condition"/>
4
- </attribute>
5
- </element>
@@ -1,32 +0,0 @@
1
- <element rngui:version="1.2" name="call" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="id" rngui:label="ID" rngui:default="javascript:get_free_id()">
3
- <data type="string" rngui:readonly="true"/>
4
- </attribute>
5
- <attribute name="endpoint" rngui:label="Endpoint">
6
- <data type="string"/>
7
- </attribute>
8
- <element name='parameters' rngui:header="Parameters">
9
- <element name="label" rngui:label="Label">
10
- <data type="string" rngui:label="Short description of the task"/>
11
- </element>
12
- <element name="method" rngui:label="Method">
13
- <choice>
14
- <value>:post</value>
15
- <value>:get</value>
16
- <value>:put</value>
17
- <value>:delete</value>
18
- </choice>
19
- </element>
20
- <element name="arguments" rngui:header="Arguments">
21
- <zeroOrMore rngui:label="Create Argument Pair">
22
- <element rngui:label='Name'>
23
- <anyName/>
24
- <data type="string" rngui:label="Value"/>
25
- </element>
26
- </zeroOrMore>
27
- </element>
28
- </element>
29
- <element name="_notes" rngui:header="Notes" rngui:label='General'>
30
- <text rngui:label='Notes'/>
31
- </element>
32
- </element>
@@ -1,47 +0,0 @@
1
- <element rngui:version="1.2" name="call" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="id" rngui:label="ID" rngui:default="javascript:get_free_id()">
3
- <data type="string" rngui:readonly="true"/>
4
- </attribute>
5
- <attribute name="endpoint" rngui:label="Endpoint">
6
- <data type="string"/>
7
- </attribute>
8
- <element name='parameters' rngui:header="Parameters">
9
- <element name="label" rngui:label="Label">
10
- <data type="string" rngui:label="Short description of the task"/>
11
- </element>
12
- <element name="method" rngui:label="Method">
13
- <choice>
14
- <value>:post</value>
15
- <value>:get</value>
16
- <value>:put</value>
17
- <value>:delete</value>
18
- </choice>
19
- </element>
20
- <element name="arguments" rngui:header="Arguments">
21
- <zeroOrMore rngui:label="Create Argument Pair">
22
- <element rngui:label='Name'>
23
- <anyName/>
24
- <data type="string" rngui:label="Value"/>
25
- </element>
26
- </zeroOrMore>
27
- </element>
28
- </element>
29
- <element name="finalize" rngui:header="Finalize" rngui:label="Code">
30
- <attribute name="output" rngui:label="Access Variable" rngui:default="result">
31
- <data type="string" rngui:readonly="true"/>
32
- </attribute>
33
- <text rngui:label='Script that is executed, when a service returns data'/>
34
- </element>
35
- <element name="update" rngui:header="Update" rngui:label="Code">
36
- <attribute name="output" rngui:label="Access Variable" rngui:default="result">
37
- <data type="string" rngui:readonly="true"/>
38
- </attribute>
39
- <text rngui:label='Script that is executed, when a service sends intermediate data'/>
40
- </element>
41
- <element name="_notes" rngui:header="Notes" rngui:label='General'>
42
- <text rngui:label='Notes'/>
43
- </element>
44
- <element name="_notes_output" rngui:header="Notes" rngui:label='Output'>
45
- <text rngui:label='Notes'/>
46
- </element>
47
- </element>
@@ -1,8 +0,0 @@
1
- <element rngui:version="1.2" name="choose" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="mode" rngui:label="Mode" rngui:default="exclusive">
3
- <choice>
4
- <value>exclusive</value>
5
- <value>inclusive</value>
6
- </choice>
7
- </attribute>
8
- </element>
@@ -1,5 +0,0 @@
1
- <element rngui:version="1.2" name="critical" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="sid" rngui:label="SID" rngui:default="section" rngui:hint="Identical SID's shared by between differnt 'critical' elements define mutual exclusive areas.">
3
- <data type="string"/>
4
- </attribute>
5
- </element>
@@ -1 +0,0 @@
1
- <element rngui:version="1.2" name="escape" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org"/>
@@ -1,6 +0,0 @@
1
- <element name="finalize" rngui:version="1.2" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="output" rngui:label="Access Variable" rngui:default="result">
3
- <data type="string" rngui:readonly="true"/>
4
- </attribute>
5
- <text rngui:label='Script that is executed, when a service returns data'/>
6
- </element>
@@ -1,3 +0,0 @@
1
- <element name="group" rngui:version="1.2" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <text rngui:label='A group of tasks, that belongs together'/>
3
- </element>
@@ -1,11 +0,0 @@
1
- <element rngui:version="1.2" name="loop" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="mode" rngui:label="Mode" rngui:default="pre_test">
3
- <choice>
4
- <value>pre_test</value>
5
- <value>post_test</value>
6
- </choice>
7
- </attribute>
8
- <attribute name="condition" rngui:label="Condition">
9
- <data type="string" rngui:label="Condition"/>
10
- </attribute>
11
- </element>
@@ -1,6 +0,0 @@
1
- <element rngui:version="1.2" name="manipulate" rngui:label="Script" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="id" rngui:label="ID" rngui:default="javascript:get_free_id()">
3
- <data type="string" rngui:readonly="true"/>
4
- </attribute>
5
- <text rngui:label='Script that is executed'/>
6
- </element>
@@ -1 +0,0 @@
1
- <element rngui:version="1.2" name="otherwise" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org"/>
@@ -1,5 +0,0 @@
1
- <element rngui:version="1.2" name="parallel" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="wait" rngui:label="Wait" rngui:default="-1" rngui:hint="-1 to wait for all branches.">
3
- <data type="integer"/>
4
- </attribute>
5
- </element>
@@ -1,8 +0,0 @@
1
- <element rngui:version="1.2" name="parallel_branch" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="pass" rngui:label="Pass to branch">
3
- <data type="string" rngui:label="Data element passed to the local scope, thus not affected by global changes ..."/>
4
- </attribute>
5
- <attribute name="local" rngui:label="Local scope">
6
- <data type="string" rngui:label="Name of the passed data element in the local scope ..."/>
7
- </attribute>
8
- </element>
@@ -1,6 +0,0 @@
1
- <element name="update" rngui:version="1.2" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org">
2
- <attribute name="output" rngui:label="Access Variable" rngui:default="result">
3
- <data type="string" rngui:readonly="true"/>
4
- </attribute>
5
- <text rngui:label='Script that is executed, when a service sends intermediate data'/>
6
- </element>
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="standwithout"/>
3
- <text transform="translate(15,20)" class="htext cfill normal">{..}</text>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
- <path class="normal" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
4
- </svg>
@@ -1,6 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="cline stand"/>
3
- <circle cx="15" cy="15" r="11" class="cline hfill rfill stand"/>
4
- <rect x="9" y="11" width="12" height="8" class="black" style="fill: none"/>
5
- <path d="m 9,11 6,4 6,-4" class="black" style="fill: none"/>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="cline stand"/>
3
- <circle cx="15" cy="15" r="11" class="cline hfill rfill stand"/>
4
- <rect x="9" y="11" width="12" height="8" class="black"/>
5
- <path d="m 9,11 6,3 6,-3" class="white hline" style="fill: none;"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand" style="stroke-dasharray: 1, 3;"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
3
- <path class="normal" transform="translate(-2,-2)" style="fill:#000000;" d="m 21.561187,10.184155 c 0,-0.03232 0,-0.03232 0,-0.03232 C 21.076371,9.5054099 20.494591,8.9559512 19.815848,8.4388133 l 0,0.032323 C 19.266389,8.891311 18.71693,9.3438064 18.199794,9.7963017 17.973545,9.6670167 17.779619,9.5700535 17.585693,9.4730903 17.327124,9.3438064 17.068556,9.2145213 16.777665,9.1498799 16.680695,9.1175569 16.583739,9.0852339 16.486775,9.0852339 16.422135,8.3741695 16.357491,7.6631063 16.260528,6.952042 15.937318,6.887396 15.614106,6.887396 15.258574,6.855073 c -0.09697,0 -0.193926,0 -0.258569,0 -0.09697,0 -0.193925,0 -0.258568,0 -0.323211,0.032323 -0.614101,0.032323 -0.90499,0.096969 -0.09697,0.6787425 -0.161606,1.3898068 -0.193927,2.1008712 -0.129284,0 -0.226248,0.032323 -0.355532,0.064646 -0.03232,0 -0.06465,0 -0.09697,0.032323 -0.258568,0.064646 -0.517136,0.1939264 -0.775704,0.3232103 -0.226249,0.096969 -0.420175,0.1939264 -0.614102,0.3232114 -0.549458,-0.4524953 -1.066595,-0.87267 -1.616054,-1.3251654 0,0 0,0 -0.03232,-0.032323 C 10.022552,8.5357845 9.8932693,8.6327419 9.7963053,8.7297051 9.5700583,8.8913109 9.3761314,9.0852373 9.2145262,9.2791637 8.9236366,9.5377327 8.6973883,9.8609431 8.4388194,10.184155 c 0,0 0,0 0.032323,0 0.4201747,0.549459 0.87267,1.066596 1.325166,1.616054 -0.129285,0.193927 -0.258569,0.420175 -0.355533,0.614101 -0.129285,0.258569 -0.226248,0.549459 -0.2908894,0.808028 -0.064646,0.129284 -0.096969,0.258568 -0.096969,0.355531 -0.7110644,0.06465 -1.4221288,0.129285 -2.1008713,0.226248 -0.064646,0.323211 -0.096969,0.646422 -0.096969,1.001954 0,0.484816 0.032323,0.969632 0.1292839,1.422128 0.6787437,0.06465 1.3574862,0.129284 2.0685505,0.193926 0,0.129284 0.032323,0.258569 0.096969,0.355532 0.064646,0.29089 0.1616049,0.549459 0.2908899,0.840349 0.129284,0.226247 0.2262471,0.452495 0.387853,0.646421 -0.452496,0.549459 -0.9049912,1.066596 -1.3251647,1.616054 0.484816,0.678744 1.0665957,1.260523 1.7453387,1.74534 l 0,-0.03232 c 0.517137,-0.420175 1.066596,-0.87267 1.583733,-1.325166 l 0.03232,0 c 0.161605,0.09697 0.355532,0.193928 0.517136,0.290891 0.290891,0.129284 0.614101,0.258568 0.904991,0.32321 0.129284,0.03232 0.226248,0.06465 0.32321,0.09697 0.06465,0.678743 0.129285,1.389807 0.226249,2.100871 0.290889,0.03232 0.581779,0.06465 0.90499,0.06465 0.06465,0 0.258568,0 0.484817,0 0.355532,0 0.711064,-0.03232 1.066595,-0.09697 0.06465,-0.678742 0.129285,-1.389807 0.193926,-2.10087 0.09697,-0.03232 0.193927,-0.06465 0.29089,-0.09697 l 0,0 c 0.290891,-0.06464 0.549459,-0.161605 0.808028,-0.290889 0.226248,-0.09697 0.452495,-0.226248 0.678743,-0.387854 0,0.03232 0,0.03232 0.03232,0.03232 0.517137,0.452495 1.066596,0.904989 1.616054,1.325164 0.09697,-0.06465 0.193927,-0.129284 0.323212,-0.226247 0.193926,-0.161606 0.387852,-0.355532 0.549458,-0.549459 0.29089,-0.290889 0.58178,-0.614101 0.840348,-0.969633 -0.452495,-0.549459 -0.90499,-1.098917 -1.357486,-1.616054 0,-0.03232 0,-0.03232 0,-0.03232 0.09697,-0.161605 0.193927,-0.355531 0.29089,-0.549457 0.09696,-0.258569 0.226248,-0.517138 0.29089,-0.775707 0,-0.03232 0,-0.06465 0.03232,-0.06465 0,-0.129285 0.03232,-0.226248 0.06465,-0.290891 0.711065,-0.06465 1.422129,-0.129284 2.100872,-0.193926 0.06464,-0.323211 0.06464,-0.646422 0.09697,-0.969632 0,-0.09697 0,-0.193927 0,-0.29089 0,-0.06465 0,-0.161606 0,-0.258569 -0.03232,-0.323212 -0.03232,-0.646422 -0.09697,-0.969633 -0.678743,-0.06465 -1.389807,-0.129284 -2.100872,-0.193927 -0.03232,-0.09697 -0.06465,-0.193926 -0.06465,-0.290889 -0.09697,-0.29089 -0.193927,-0.58178 -0.323212,-0.872669 -0.09697,-0.193927 -0.226247,-0.420175 -0.32321,-0.614102 0.420173,-0.517136 0.872669,-1.066595 1.325164,-1.616054 z m -8.629731,2.682651 c 0.581779,-0.614101 1.292844,-0.904991 2.100871,-0.87267 0.840348,-0.03232 1.519091,0.258569 2.133192,0.87267 0.581779,0.581779 0.872669,1.292843 0.872669,2.10087 0,0.840348 -0.29089,1.519092 -0.872669,2.133192 -0.614101,0.58178 -1.292844,0.87267 -2.133192,0.87267 -0.808027,0 -1.519092,-0.29089 -2.100871,-0.87267 -0.581779,-0.6141 -0.872669,-1.292844 -0.872669,-2.133192 0,-0.808027 0.29089,-1.519091 0.872669,-2.10087 z"/>
4
- <circle cx="28" cy="27" r="9" class="cline rfill stand"/>
5
- <text transform="translate(28,31)" class="small">s</text>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
3
- <path transform="translate(-2,-2)" class="normal" style="fill:#000000;" d="m 15,6.5 a 3.9999995,4 0 0 0 -4,4 3.9999995,4 0 0 0 4,4 3.9999995,4 0 0 0 4,-4 3.9999995,4 0 0 0 -4,-4 z m 0,8 -3.5,0 c -1.108,0 -2,0.892 -2,2 l 0,5 c 0,1.108 0.892,2 2,2 l 7,0 c 1.108,0 2,-0.892 2,-2 l 0,-5 c 0,-1.108 -0.892,-2 -2,-2 l -3.5,0 z"/>
4
- <circle cx="28" cy="27" r="9" class="cline hfill rfill stand"/>
5
- <text transform="translate(28,31)" class="small">s</text>
6
- </svg>
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="28" height="28" rx="4" class="cline hfill rfill stand"/>
3
- <path class="normal" style="fill:#000000;" d="m 15,6.5 a 3.9999995,4 0 0 0 -4,4 3.9999995,4 0 0 0 4,4 3.9999995,4 0 0 0 4,-4 3.9999995,4 0 0 0 -4,-4 z m 0,8 -3.5,0 c -1.108,0 -2,0.892 -2,2 l 0,5 c 0,1.108 0.892,2 2,2 l 7,0 c 1.108,0 2,-0.892 2,-2 l 0,-5 c 0,-1.108 -0.892,-2 -2,-2 l -3.5,0 z"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="cline hfill stand"/>
3
- <line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
4
- <line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="cline hfill stand"/>
3
- <line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
4
- <line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="cline hfill stand"/>
3
- <circle cx="15.5" cy="15.5" r="7" class="stand"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="cline hfill stand"/>
3
- <text transform="translate(15,21)" class="normal">⚠</text>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="stand cline"/>
3
- <circle cx="15" cy="15" r="11" class="stand cline hfill"/>
4
- <polygon points="10.5,20.5 15,8.5 20.5,20.5 15,15.5 10.5,20.5" class="black"/>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="cline hfill stand"/>
3
- <line x1="10.5" y1="20.5" x2="20.5" y2="10.5" class="stand"/>
4
- <line x1="10.5" y1="10.5" x2="20.5" y2="20.5" class="stand"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="28" height="28" rx="4" class="rfill hfill cline stand"/>
3
- <text transform="translate(15,21)" class="normal">s</text>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="9" class="standtrans"/>
3
- <line x1="9" y1="21" x2="21" y2="9" class="stand cline hline"/>
4
- </svg>
@@ -1,5 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="cline hfill stand"/>
3
- <text transform="translate(15,25)" class="normallarge">+</text>
4
- </svg>
5
-
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect transform="rotate(45,14,12)" x="7" y="3" width="21" height="21" class="cline hfill stand"/>
3
- <text transform="translate(15,20)" class="small">|||</text>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="28" height="28" rx="4" class="hfill rfill cline stand"/>
3
- <text transform="translate(15,21)" class="normal">s</text>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg class="clickable" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="15" cy="15" r="14" class="stand"/>
3
- </svg>