From 591830c89c8b4d4811460b446efcf960b328eade Mon Sep 17 00:00:00 2001 From: Andreas Huber <andreas.huber@fjd.de> Date: Mon, 31 Jul 2023 11:56:36 +0200 Subject: [PATCH] removed status legend --- static/images/status/status_legend.graphml | 58 ---------------------- static/images/status/status_legend.svg | 58 ---------------------- 2 files changed, 116 deletions(-) delete mode 100644 static/images/status/status_legend.graphml delete mode 100644 static/images/status/status_legend.svg diff --git a/static/images/status/status_legend.graphml b/static/images/status/status_legend.graphml deleted file mode 100644 index b733ee841..000000000 --- a/static/images/status/status_legend.graphml +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> - <!--Created by yEd 3.22--> - <key attr.name="Beschreibung" attr.type="string" for="graph" id="d0"/> - <key for="port" id="d1" yfiles.type="portgraphics"/> - <key for="port" id="d2" yfiles.type="portgeometry"/> - <key for="port" id="d3" yfiles.type="portuserdata"/> - <key attr.name="url" attr.type="string" for="node" id="d4"/> - <key attr.name="description" attr.type="string" for="node" id="d5"/> - <key for="node" id="d6" yfiles.type="nodegraphics"/> - <key for="graphml" id="d7" yfiles.type="resources"/> - <key attr.name="url" attr.type="string" for="edge" id="d8"/> - <key attr.name="description" attr.type="string" for="edge" id="d9"/> - <key for="edge" id="d10" yfiles.type="edgegraphics"/> - <graph edgedefault="directed" id="G"> - <data key="d0" xml:space="preserve"/> - <node id="n0"> - <data key="d6"> - <y:ShapeNode> - <y:Geometry height="45.0" width="200.0" x="-230.0" y="90.0"/> - <y:Fill color="#D9FFD9" color2="#C2FFC2" transparent="false"/> - <y:BorderStyle color="#009E00" type="line" width="2.0"/> - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#006100" verticalTextPosition="bottom" visible="true" width="164.03076171875" x="17.984619140625" xml:space="preserve" y="5.189453125">Ereignis -vom Subscriber signiert<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> - <y:Shape type="rectangle"/> - </y:ShapeNode> - </data> - </node> - <node id="n1"> - <data key="d6"> - <y:ShapeNode> - <y:Geometry height="45.0" width="200.0" x="0.0" y="90.0"/> - <y:Fill color="#D9E6FF" color2="#C2D6FF" transparent="false"/> - <y:BorderStyle color="#00359E" type="line" width="2.0"/> - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#002061" verticalTextPosition="bottom" visible="true" width="180.12841796875" x="9.935791015625" xml:space="preserve" y="5.189453125">Ereignis -vom Zustelldienst signiert<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> - <y:Shape type="rectangle"/> - </y:ShapeNode> - </data> - </node> - <node id="n2"> - <data key="d6"> - <y:GenericNode configuration="com.yworks.flowchart.start1"> - <y:Geometry height="45.0" width="120.0" x="230.0" y="90.0"/> - <y:Fill color="#FFDF9E" color2="#FFCA61" transparent="false"/> - <y:BorderStyle color="#9E6900" type="line" width="2.0"/> - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="42.302734375" x="38.8486328125" xml:space="preserve" y="13.43359375">Status<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> - <y:StyleProperties> - <y:Property class="java.lang.Byte" name="com.yworks.flowchart.style.orientation" value="0"/> - </y:StyleProperties> - </y:GenericNode> - </data> - </node> - </graph> - <data key="d7"> - <y:Resources/> - </data> -</graphml> diff --git a/static/images/status/status_legend.svg b/static/images/status/status_legend.svg deleted file mode 100644 index 66f2a06fc..000000000 --- a/static/images/status/status_legend.svg +++ /dev/null @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill-opacity="1" color-rendering="auto" color-interpolation="auto" text-rendering="auto" stroke="black" stroke-linecap="square" width="610" stroke-miterlimit="10" shape-rendering="auto" stroke-opacity="1" fill="black" stroke-dasharray="none" font-weight="normal" stroke-width="1" height="75" font-family="'Dialog'" font-style="normal" stroke-linejoin="miter" font-size="12px" stroke-dashoffset="0" image-rendering="auto"> - <!--Generated by ySVG 2.6--> - <defs id="genericDefs"/> - <g> - <defs id="defs1"> - <linearGradient x1="-163.3333" gradientUnits="userSpaceOnUse" x2="-30" y1="90" y2="90" id="linearGradient1" spreadMethod="reflect"> - <stop stop-opacity="1" stop-color="rgb(217,255,217)" offset="0%"/> - <stop stop-opacity="1" stop-color="rgb(194,255,194)" offset="100%"/> - </linearGradient> - <linearGradient x1="66.6667" gradientUnits="userSpaceOnUse" x2="200" y1="90" y2="90" id="linearGradient2" spreadMethod="reflect"> - <stop stop-opacity="1" stop-color="rgb(217,230,255)" offset="0%"/> - <stop stop-opacity="1" stop-color="rgb(194,214,255)" offset="100%"/> - </linearGradient> - <linearGradient x1="230" gradientUnits="userSpaceOnUse" x2="350" y1="90" y2="135" id="linearGradient3" spreadMethod="reflect"> - <stop stop-opacity="1" stop-color="rgb(255,223,158)" offset="0%"/> - <stop stop-opacity="1" stop-color="rgb(255,202,97)" offset="100%"/> - </linearGradient> - <clipPath clipPathUnits="userSpaceOnUse" id="clipPath1"> - <path d="M0 0 L610 0 L610 75 L0 75 L0 0 Z"/> - </clipPath> - <clipPath clipPathUnits="userSpaceOnUse" id="clipPath2"> - <path d="M-245 75 L365 75 L365 150 L-245 150 L-245 75 Z"/> - </clipPath> - </defs> - <g fill="white" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" transform="translate(245,-75)" stroke="white"> - <rect x="-245" width="610" height="75" y="75" clip-path="url(#clipPath2)" stroke="none"/> - </g> - <g fill="url(#linearGradient1)" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" transform="matrix(1,0,0,1,245,-75)" stroke="url(#linearGradient1)"> - <rect x="-230" width="200" height="45" y="90" clip-path="url(#clipPath2)" stroke="none"/> - </g> - <g stroke-linecap="butt" font-size="13px" transform="matrix(1,0,0,1,245,-75)" fill="rgb(0,97,0)" text-rendering="geometricPrecision" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="rgb(0,97,0)" font-weight="bold" stroke-miterlimit="1.45"> - <text x="-157.1267" xml:space="preserve" y="109.7578" clip-path="url(#clipPath2)" stroke="none">Ereignis</text> - <text x="-210.0154" xml:space="preserve" y="125.0684" clip-path="url(#clipPath2)" stroke="none">vom Subscriber signiert</text> - </g> - <g stroke-linecap="butt" transform="matrix(1,0,0,1,245,-75)" fill="rgb(0,158,0)" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" stroke="rgb(0,158,0)" stroke-width="2" stroke-miterlimit="1.45"> - <rect fill="none" x="-230" width="200" height="45" y="90" clip-path="url(#clipPath2)"/> - </g> - <g fill="url(#linearGradient2)" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" transform="matrix(1,0,0,1,245,-75)" stroke="url(#linearGradient2)"> - <rect x="0" width="200" height="45" y="90" clip-path="url(#clipPath2)" stroke="none"/> - </g> - <g stroke-linecap="butt" font-size="13px" transform="matrix(1,0,0,1,245,-75)" fill="rgb(0,32,97)" text-rendering="geometricPrecision" font-family="sans-serif" shape-rendering="geometricPrecision" stroke="rgb(0,32,97)" font-weight="bold" stroke-miterlimit="1.45"> - <text x="72.8733" xml:space="preserve" y="109.7578" clip-path="url(#clipPath2)" stroke="none">Ereignis</text> - <text x="11.9358" xml:space="preserve" y="125.0684" clip-path="url(#clipPath2)" stroke="none">vom Zustelldienst signiert</text> - </g> - <g stroke-linecap="butt" transform="matrix(1,0,0,1,245,-75)" fill="rgb(0,53,158)" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" stroke="rgb(0,53,158)" stroke-width="2" stroke-miterlimit="1.45"> - <rect fill="none" x="0" width="200" height="45" y="90" clip-path="url(#clipPath2)"/> - </g> - <g fill="url(#linearGradient3)" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" transform="matrix(1,0,0,1,245,-75)" stroke="url(#linearGradient3)"> - <ellipse rx="60" ry="22.5" clip-path="url(#clipPath2)" cx="290" cy="112.5" stroke="none"/> - </g> - <g stroke-linecap="butt" transform="matrix(1,0,0,1,245,-75)" fill="rgb(158,105,0)" text-rendering="geometricPrecision" shape-rendering="geometricPrecision" stroke="rgb(158,105,0)" stroke-width="2" stroke-miterlimit="1.45"> - <ellipse rx="60" fill="none" ry="22.5" clip-path="url(#clipPath2)" cx="290" cy="112.5"/> - </g> - <g stroke-linecap="butt" transform="matrix(1,0,0,1,245,-75)" text-rendering="geometricPrecision" font-family="sans-serif" shape-rendering="geometricPrecision" font-weight="bold" stroke-miterlimit="1.45"> - <text x="270.8486" xml:space="preserve" y="117.0352" clip-path="url(#clipPath2)" stroke="none">Status</text> - </g> - </g> -</svg> -- GitLab