new logo proposal

test cases for admin password added
admin password form field fixed
This commit is contained in:
lars 2005-09-13 01:38:11 +00:00
parent cb51a7aa9d
commit aeb4f4fb21
28 changed files with 931 additions and 20 deletions

View File

@ -5,8 +5,8 @@
enctype="application/x-www-form-urlencoded">
<?cs if:Data.Config.AdminPasswordIsSet ?>
<p><label for="admin_password"><?cs call:help_popUp(Lang.Text.EnterAdminPassword,"prove_admin_pw") ?></label><br/>
<input type="password" id="admin_password" name="admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<p><label for="current_admin_password"><?cs call:help_popUp(Lang.Text.EnterAdminPassword,"prove_admin_pw") ?></label><br/>
<input type="password" id="current_admin_password" name="current_admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<?cs /if ?>
<p><label for="ip"><?cs call:help_popUp(Lang.Text.IPAddress,'set_ip_address') ?></label><br/>

View File

@ -5,14 +5,13 @@
<p class="note"><?cs var:Lang.Text.InitWarning ?></p>
<?cs if:Data.Config.AdminPasswordIsSet ?>
<p><label for="admin_password"><?cs call:help_popUp(Lang.Text.EnterAdminPassword,"prove_admin_pw") ?></label><br/>
<input type="password" id="admin_password" name="admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<?cs else ?>
<p><label for="current_admin_password"><?cs call:help_popUp(Lang.Text.EnterAdminPassword,"prove_admin_pw") ?></label><br/>
<input type="password" id="current_admin_password" name="current_admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<?cs /if ?>
<p><label for="admin_password"><?cs call:help_popUp(Lang.Text.EnterNewAdminPassword,"new_admin_pw") ?></label><br/>
<input type="password" id="admin_password" name="admin_password" size="20" tabindex="1" maxlength="40" /> </p>
<p><label for="admin_password2"><?cs call:help_popUp(Lang.Text.EnterSameAdminPassword,"new_admin_pw_repeat") ?></label><br/>
<input type="password" id="admin_password2" name="admin_password2" size="20" tabindex="1" maxlength="40" /></p>
<?cs /if ?>
<p><label for="crypto_password"><?cs call:help_popUp(Lang.Text.EnterNewCryptoPassword,"crypto_pw") ?></label><br/>
<input type="password" id="crypto_password" name="crypto_password" size="20" tabindex="1" maxlength="40" /></p>
<p><label for="crypto_password2"><?cs call:help_popUp(Lang.Text.EnterSameCryptoPassword,'crypto_pw_repeat') ?></label><br/>

View File

@ -391,8 +391,8 @@ if ( ! &check_ssl()) {
}
#################### init_do ########################
} elsif ($action eq 'init_do') {
my $admin_pw = &get_admin_pw;
if ($admin_pw ne '' && $admin_pw ne $query->param('admin_password')) {
my $current_admin_pw = &get_admin_pw;
if ($current_admin_pw ne '' && $current_admin_pw ne $query->param('current_admin_password')) {
$pagedata->setValue('Data.Warning', 'WrongAdminPassword');
$pagedata->setValue('Data.Action', 'init_form');
} elsif ($query->param('admin_password') ne $query->param('admin_password2')) {
@ -435,8 +435,8 @@ if ( ! &check_ssl()) {
$pagedata->setValue('Data.Warning', 'NotInitialized');
$pagedata->setValue('Data.Action', 'init_form');
} else {
my $admin_pw = &get_admin_pw;
if ( $admin_pw ne '' && $admin_pw ne $query->param('admin_password')) {
my $current_admin_pw = &get_admin_pw;
if ($current_admin_pw ne '' && $current_admin_pw ne $query->param('current_admin_password')) {
$pagedata->setValue('Data.Warning', 'WrongAdminPassword');
$pagedata->setValue('Data.Action', 'config_form');
} elsif ( ! &validate_language($query->param('language'))) {

View File

@ -667,6 +667,16 @@
xlink:href="#path20797"
y="0.0000000"
x="0.0000000" />
<rect
inkscape:export-ydpi="20.000000"
inkscape:export-xdpi="20.000000"
inkscape:export-filename="/home/lars/svn/cryptobox/trunk/logo/evil_stick.png"
y="491.57361"
x="4.6182861"
height="530.00000"
width="530.00000"
id="rect19923"
style="stroke-dasharray:none;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
<g
inkscape:label="pingu"
id="layer3"
@ -798,11 +808,4 @@
</g>
</g>
</g>
<rect
y="491.57361"
x="4.6182861"
height="530.00000"
width="530.00000"
id="rect19923"
style="stroke-dasharray:none;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible" />
</svg>

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

BIN
logo/evil_stick2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

820
logo/evil_stick2.svg Normal file
View File

@ -0,0 +1,820 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://web.resource.org/cc/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="15.600000"
inkscape:export-xdpi="15.600000"
inkscape:export-filename="/home/lars/svn/cryptobox/trunk/logo/evil_stick2.png"
width="210mm"
height="297mm"
id="svg2"
sodipodi:version="0.32"
inkscape:version="0.41"
sodipodi:docbase="/home/lars/svn/cryptobox/trunk/logo"
sodipodi:docname="evil_stick2.svg">
<defs
id="defs3">
<linearGradient
id="linearGradient9344"
inkscape:collect="always">
<stop
id="stop9346"
offset="0"
style="stop-color:#072bd6;stop-opacity:1;" />
<stop
id="stop9348"
offset="1"
style="stop-color:#072bd6;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient21671">
<stop
style="stop-color:#fffeff;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop21673" />
<stop
style="stop-color:#fffffe;stop-opacity:0.0000000;"
offset="1.0000000"
id="stop21675" />
</linearGradient>
<linearGradient
id="linearGradient18159">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop18161" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop18163" />
</linearGradient>
<marker
style="overflow:visible"
id="DiamondM"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="DiamondM">
<path
transform="scale(0.4)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
d="M -2.1579186e-005,-7.0710768 L -7.0710894,-8.9383918e-006 L -2.1579186e-005,7.0710589 L 7.0710462,-8.9383918e-006 L -2.1579186e-005,-7.0710768 z "
id="path6516" />
</marker>
<marker
style="overflow:visible"
id="TriangleInL"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="TriangleInL">
<path
transform="scale(-0.8)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
d="M 5.77,0.0 L -2.88,5.0 L -2.88,-5.0 L 5.77,0.0 z "
id="path6511"
sodipodi:nodetypes="cccc" />
</marker>
<marker
style="overflow:visible"
id="SemiCircleIn"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="SemiCircleIn">
<path
transform="scale(0.6)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;marker-end:none"
d="M -0.37450702,-0.045692580 C -0.37450702,2.7143074 1.8654930,4.9543074 4.6254930,4.9543074 L 4.6254930,-5.0456926 C 1.8654930,-5.0456926 -0.37450702,-2.8056926 -0.37450702,-0.045692580 z "
id="path941"
sodipodi:nodetypes="cccc" />
</marker>
<marker
style="overflow:visible"
id="Tail"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Tail">
<g
transform="scale(-1.2)"
id="g1087">
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round"
d="M -3.8048674,-3.9585227 L 0.54352094,-0.00068114835"
id="path1126" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round"
d="M -1.2866832,-3.9585227 L 3.0617053,-0.00068114835"
id="path1127" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round"
d="M 1.3053582,-3.9585227 L 5.6537466,-0.00068114835"
id="path6547" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round"
d="M -3.8048674,4.1775838 L 0.54352094,0.21974226"
id="path1848" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round"
d="M -1.2866832,4.1775838 L 3.0617053,0.21974226"
id="path1849" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8;marker-start:none;marker-end:none;stroke-linecap:round"
d="M 1.3053582,4.1775838 L 5.6537466,0.21974226"
id="path1850" />
</g>
</marker>
<marker
style="overflow:visible"
id="Arrow1Lstart"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Arrow1Lstart">
<path
transform="scale(0.8)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
id="path6575"
sodipodi:nodetypes="ccccc" />
</marker>
<marker
style="overflow:visible"
id="Arrow2Lstart"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Arrow2Lstart">
<path
transform="scale(1.1) translate(-5,0)"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round"
id="path6558"
sodipodi:nodetypes="cccc" />
</marker>
<marker
style="overflow:visible"
id="Scissors"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Scissors">
<path
d="M 9.0898857,-3.6061018 C 8.1198849,-4.7769976 6.3697607,-4.7358294 5.0623558,-4.2327734 L -3.1500488,-1.1548705 C -5.5383421,-2.4615840 -7.8983361,-2.0874077 -7.8983361,-2.7236578 C -7.8983361,-3.2209742 -7.4416699,-3.1119800 -7.5100293,-4.4068519 C -7.5756648,-5.6501286 -8.8736064,-6.5699315 -10.100428,-6.4884954 C -11.327699,-6.4958500 -12.599867,-5.5553341 -12.610769,-4.2584343 C -12.702194,-2.9520479 -11.603560,-1.7387447 -10.304005,-1.6532027 C -8.7816644,-1.4265411 -6.0857470,-2.3487593 -4.8210600,-0.082342643 C -5.7633447,1.6559151 -7.4350844,1.6607341 -8.9465707,1.5737277 C -10.201445,1.5014928 -11.708664,1.8611256 -12.307219,3.0945882 C -12.885586,4.2766744 -12.318421,5.9591904 -10.990470,6.3210002 C -9.6502788,6.8128279 -7.8098011,6.1912892 -7.4910978,4.6502760 C -7.2454393,3.4624530 -8.0864637,2.9043186 -7.7636052,2.4731223 C -7.5199917,2.1477623 -5.9728246,2.3362771 -3.2164999,1.0982979 L 5.6763468,4.2330688 C 6.8000164,4.5467672 8.1730685,4.5362646 9.1684433,3.4313614 L -0.051640930,-0.053722219 L 9.0898857,-3.6061018 z M -9.2179159,-5.5066058 C -7.9233569,-4.7838060 -8.0290767,-2.8230356 -9.3743431,-2.4433169 C -10.590861,-2.0196559 -12.145370,-3.2022863 -11.757521,-4.5207817 C -11.530373,-5.6026336 -10.104134,-6.0014137 -9.2179159,-5.5066058 z M -9.1616516,2.5107591 C -7.8108215,3.0096239 -8.0402087,5.2951947 -9.4138723,5.6023681 C -10.324932,5.9187072 -11.627422,5.4635705 -11.719569,4.3902287 C -11.897178,3.0851737 -10.363484,1.9060805 -9.1616516,2.5107591 z "
style="marker-start:none"
id="schere" />
</marker>
<marker
style="overflow:visible"
id="Legs"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Legs">
<g
transform="scale(-0.7)"
id="g1163">
<g
id="g2032"
transform="matrix(-1.836909e-16,-1.000000,-1.000000,1.836909e-16,20.70862,21.31391)">
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none"
d="M 21.221250,20.675360 C 14.311099,25.396517 18.766725,27.282204 15.380179,34.118595"
id="path2019"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none"
d="M 21.398110,20.548120 C 20.037601,28.895644 24.934182,29.318060 25.903151,34.373078"
id="path2026"
sodipodi:nodetypes="cc" />
</g>
<path
style="fill:#030300;fill-rule:evenodd;stroke-width:1.0000000pt;marker-end:none"
d="M -14.090070,-6.7318716 L -15.012238,-2.6884886 L -11.049487,-3.9115586 L -14.090070,-6.7318716 z "
id="polygon2039" />
<path
style="fill:#030300;fill-rule:evenodd;stroke-width:1.0000000pt;marker-end:none"
d="M -15.215679,4.5567534 L -13.341552,8.2563664 L -11.074678,4.7835114 L -15.215679,4.5567534 z "
id="path2041" />
</g>
</marker>
<marker
style="overflow:visible"
id="Torso"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Torso">
<g
transform="scale(0.7)"
id="g2045">
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;marker-start:none;marker-mid:none;marker-end:none"
d="M -4.7792281,-3.2395420 C -2.4288541,-2.8736027 0.52103922,-1.3019943 0.25792722,0.38794346 C -0.0051877922,2.0778819 -2.2126741,2.6176539 -4.5630471,2.2517169 C -6.9134221,1.8857769 -8.5210350,0.75201414 -8.2579220,-0.93792336 C -7.9948090,-2.6278615 -7.1296041,-3.6054813 -4.7792281,-3.2395420 z "
id="path1128"
sodipodi:nodetypes="ccccc" />
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-end:none"
d="M 4.4598789,0.088665736 C -2.5564571,-4.3783320 5.2248769,-3.9061806 -0.84829578,-8.7197331"
id="path1909"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none"
d="M 4.9298719,0.057520736 C -1.3872731,1.7494689 1.8027579,5.4782079 -4.9448731,7.5462725"
id="path1910"
sodipodi:nodetypes="cc" />
<rect
style="fill-rule:evenodd;stroke-width:1.0000000pt;marker-end:none"
id="rect2035"
width="2.6366582"
height="2.7608147"
x="-10.391706"
y="-1.7408575"
transform="matrix(0.527536,-0.849533,0.887668,0.460484,0.000000,0.000000)" />
<rect
style="fill-rule:evenodd;stroke-width:1.0000000pt;marker-end:none"
id="rect2036"
width="2.7327356"
height="2.8614161"
x="4.9587269"
y="-7.9629307"
transform="matrix(0.671205,-0.741272,0.790802,0.612072,0.000000,0.000000)" />
<path
sodipodi:type="arc"
style="fill:#ff0000;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none"
id="path2037"
sodipodi:cx="16.172634"
sodipodi:cy="-28.685045"
sodipodi:rx="0.60731727"
sodipodi:ry="0.60731727"
d="M 16.779951 -28.685045 A 0.60731727 0.60731727 0 1 0 15.565317,-28.685045 A 0.60731727 0.60731727 0 1 0 16.779951 -28.685045 z"
transform="matrix(6.793608e-17,-1.109517,1.109517,6.793608e-17,25.96648,19.71619)" />
<path
sodipodi:type="arc"
style="fill:#ff0000;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000pt;marker-start:none;marker-end:none"
id="path2038"
sodipodi:cx="16.172634"
sodipodi:cy="-28.685045"
sodipodi:rx="0.60731727"
sodipodi:ry="0.60731727"
d="M 16.779951 -28.685045 A 0.60731727 0.60731727 0 1 0 15.565317,-28.685045 A 0.60731727 0.60731727 0 1 0 16.779951 -28.685045 z"
transform="matrix(6.793608e-17,-1.109517,1.109517,6.793608e-17,26.82450,16.99126)" />
</g>
</marker>
<marker
style="overflow:visible"
id="Club"
refX="0.0"
refY="0.0"
orient="auto"
inkscape:stockid="Club">
<path
transform="scale(0.6)"
style="fill-rule:evenodd;stroke:#000000;stroke-width:0.74587913pt;marker-start:none"
d="M -1.5971367,-7.0977635 C -3.4863874,-7.0977635 -5.0235187,-5.5606321 -5.0235187,-3.6713813 C -5.0235187,-3.0147015 -4.7851656,-2.4444556 -4.4641095,-1.9232271 C -4.5028609,-1.8911157 -4.5437814,-1.8647646 -4.5806531,-1.8299921 C -5.2030765,-2.6849849 -6.1700514,-3.2751330 -7.3077730,-3.2751330 C -9.1970245,-3.2751331 -10.734155,-1.7380016 -10.734155,0.15124914 C -10.734155,2.0404999 -9.1970245,3.5776313 -7.3077730,3.5776313 C -6.3143268,3.5776313 -5.4391540,3.1355702 -4.8137404,2.4588126 C -4.9384274,2.8137041 -5.0235187,3.1803000 -5.0235187,3.5776313 C -5.0235187,5.4668819 -3.4863874,7.0040135 -1.5971367,7.0040135 C 0.29211394,7.0040135 1.8292454,5.4668819 1.8292454,3.5776313 C 1.8292454,2.7842354 1.5136868,2.0838028 1.0600576,1.5031550 C 2.4152718,1.7663868 3.7718375,2.2973711 4.7661444,3.8340272 C 4.0279463,3.0958289 3.5540908,1.7534117 3.5540908,-0.058529361 L 2.9247554,-0.10514681 L 3.5074733,-0.12845553 C 3.5074733,-1.9403966 3.9580199,-3.2828138 4.6962183,-4.0210121 C 3.7371277,-2.5387813 2.4390549,-1.9946496 1.1299838,-1.7134486 C 1.5341802,-2.2753578 1.8292454,-2.9268556 1.8292454,-3.6713813 C 1.8292454,-5.5606319 0.29211394,-7.0977635 -1.5971367,-7.0977635 z "
id="path1015" />
</marker>
<linearGradient
id="linearGradient2135">
<stop
id="stop2137"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop2139"
offset="1.0000000"
style="stop-color:#000000;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
id="linearGradient2143"
inkscape:collect="always">
<stop
id="stop2145"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop2147"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
id="linearGradient2215">
<stop
id="stop2217"
offset="0.0000000"
style="stop-color:#ffdb00;stop-opacity:1.0000000;" />
<stop
id="stop2219"
offset="1.0000000"
style="stop-color:#000000;stop-opacity:1.0000000;" />
</linearGradient>
<linearGradient
id="linearGradient2465">
<stop
style="stop-color:#ffffff;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop2467" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2469" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2465"
id="linearGradient2690"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(2.508579,0.000000,0.000000,3.113477,99.47147,-1666.083)"
x1="123.01630"
y1="443.27271"
x2="137.66396"
y2="457.34415" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2465"
id="linearGradient2596"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.391891,0.718447)"
x1="117.91422"
y1="443.89682"
x2="123.41339"
y2="477.12833" />
<linearGradient
id="linearGradient2457">
<stop
style="stop-color:#0926d2;stop-opacity:1.0000000;"
offset="0.0000000"
id="stop2459" />
<stop
style="stop-color:#4a9cc4;stop-opacity:1.0000000;"
offset="1.0000000"
id="stop2461" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2135"
id="linearGradient1625"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.883305,0.000000,0.000000,0.920698,-616.1930,-249.6211)"
x1="117.61987"
y1="171.10872"
x2="253.60005"
y2="208.34334" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2135"
id="linearGradient1627"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.883305,0.000000,0.000000,0.920698,-616.1930,-249.6211)"
x1="352.24612"
y1="184.47606"
x2="546.69745"
y2="227.56172" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2135"
id="linearGradient1629"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.932520,0.000000,0.000000,0.872108,-616.1930,-249.6211)"
x1="168.79323"
y1="99.157669"
x2="429.14163"
y2="239.82146" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2135"
id="linearGradient1631"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.580078,0.632880)"
x1="196.24054"
y1="566.80432"
x2="238.41585"
y2="432.21533" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2215"
id="linearGradient1633"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.928841,-0.191499,-0.178455,-0.572481,-544.5146,-236.0923)"
x1="161.00905"
y1="-453.57123"
x2="205.79190"
y2="-539.59961" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2135"
id="linearGradient1635"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.617925,0.000000,0.000000,0.502655,-618.2133,-256.1933)"
spreadMethod="pad"
x1="122.77643"
y1="266.49701"
x2="161.39738"
y2="357.05264" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2143"
id="radialGradient1637"
gradientUnits="userSpaceOnUse"
gradientTransform="scale(1.277753,0.782624)"
cx="238.68401"
cy="54.343491"
fx="238.68398"
fy="55.831612"
r="72.676987" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient21671"
id="radialGradient21677"
cx="-12.059620"
cy="1035.0133"
fx="-12.059620"
fy="1035.0133"
r="264.77359"
gradientUnits="userSpaceOnUse"
spreadMethod="pad" />
<radialGradient
gradientTransform="matrix(1.275240,0.000000,0.000000,1.240102,-106.1403,-181.1180)"
gradientUnits="userSpaceOnUse"
r="265.00000"
fy="756.57361"
fx="269.61829"
cy="756.57361"
cx="269.61829"
id="radialGradient9350"
xlink:href="#linearGradient9344"
inkscape:collect="always" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.64437744"
inkscape:cx="245.93412"
inkscape:cy="244.30897"
inkscape:document-units="px"
inkscape:current-layer="svg2"
inkscape:window-width="1022"
inkscape:window-height="744"
inkscape:window-x="0"
inkscape:window-y="0" />
<metadata
id="metadata4">
<rdf:RDF
id="RDF5">
<cc:Work
rdf:about=""
id="Work6">
<dc:format
id="format7">image/svg+xml</dc:format>
<dc:type
id="type9"
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
</cc:Work>
</rdf:RDF>
</metadata>
<rect
style="color:#000000;fill:url(#radialGradient9350);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
id="rect17285"
width="675.87726"
height="657.25458"
x="-100.25091"
y="428.48386" />
<g
inkscape:label="Datenzeug"
inkscape:groupmode="layer"
id="layer1">
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 197.02867,746.58294 C 221.77741,746.58294 249.20339,741.75409 273.95213,741.75409 C 298.70086,741.75409 320.77236,746.58294 345.52110,746.58294 C 370.26984,746.58294 393.67997,748.99736 418.42870,748.99736 C 443.17744,748.99736 469.26479,746.58294 494.01353,746.58294 C 482.62577,767.12271 474.79394,788.86969 463.40618,809.40946 C 452.01842,829.94923 437.07473,849.28178 425.68697,869.82155 C 414.29920,890.36132 400.49702,910.90109 389.10926,931.44086 C 377.72150,951.98062 368.74816,972.52039 357.36040,993.06016 C 332.61166,993.06016 308.20371,997.88901 283.45498,997.88901 C 258.70624,997.88901 245.28848,994.87098 220.53974,994.87098 C 195.79100,994.87098 165.60367,989.43852 140.85493,989.43852 C 116.10619,989.43852 85.124280,993.06016 60.375530,993.06016 C 71.763300,972.52039 80.401980,952.58423 91.789750,932.04446 C 103.17751,911.50469 117.98365,889.15411 129.37141,868.61434 C 140.75917,848.07457 153.01949,828.13841 164.40725,807.59864 C 175.79501,787.05887 185.64091,767.12271 197.02867,746.58294 z "
id="path4863"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 191.35867,740.91294 C 216.10741,740.91294 243.53339,736.08409 268.28213,736.08409 C 293.03086,736.08409 315.10236,740.91294 339.85110,740.91294 C 364.59984,740.91294 388.00997,743.32736 412.75870,743.32736 C 437.50744,743.32736 463.59479,740.91294 488.34353,740.91294 C 476.95577,761.45271 469.12394,783.19969 457.73618,803.73946 C 446.34842,824.27923 431.40473,843.61178 420.01697,864.15155 C 408.62920,884.69132 394.82702,905.23109 383.43926,925.77086 C 372.05150,946.31062 363.07816,966.85039 351.69040,987.39016 C 326.94166,987.39016 302.53371,992.21901 277.78498,992.21901 C 253.03624,992.21901 239.61848,989.20098 214.86974,989.20098 C 190.12100,989.20098 159.93367,983.76852 135.18493,983.76852 C 110.43619,983.76852 79.454280,987.39016 54.705530,987.39016 C 66.093300,966.85039 74.731980,946.91423 86.119750,926.37446 C 97.507510,905.83469 112.31365,883.48411 123.70141,862.94434 C 135.08917,842.40457 147.34949,822.46841 158.73725,801.92864 C 170.12501,781.38887 179.97091,761.45271 191.35867,740.91294 z "
id="path5649"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 199.86367,735.24294 C 224.61241,735.24294 252.03839,730.41409 276.78713,730.41409 C 301.53586,730.41409 323.60736,735.24294 348.35610,735.24294 C 373.10484,735.24294 396.51497,737.65736 421.26370,737.65736 C 446.01244,737.65736 472.09979,735.24294 496.84853,735.24294 C 485.46077,755.78271 477.62894,777.52969 466.24118,798.06946 C 454.85342,818.60923 439.90973,837.94178 428.52197,858.48155 C 417.13420,879.02132 403.33202,899.56109 391.94426,920.10086 C 380.55650,940.64062 371.58316,961.18039 360.19540,981.72016 C 335.44666,981.72016 311.03871,986.54901 286.28998,986.54901 C 261.54124,986.54901 248.12348,983.53098 223.37474,983.53098 C 198.62600,983.53098 168.43867,978.09852 143.68993,978.09852 C 118.94119,978.09852 87.959280,981.72016 63.210530,981.72016 C 74.598300,961.18039 83.236980,941.24423 94.624750,920.70446 C 106.01251,900.16469 120.81865,877.81411 132.20641,857.27434 C 143.59417,836.73457 155.85449,816.79841 167.24225,796.25864 C 178.63001,775.71887 188.47591,755.78271 199.86367,735.24294 z "
id="path5651"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 211.20367,732.40794 C 235.95241,732.40794 263.37839,727.57909 288.12713,727.57909 C 312.87586,727.57909 334.94736,732.40794 359.69610,732.40794 C 384.44484,732.40794 407.85497,734.82236 432.60370,734.82236 C 457.35244,734.82236 483.43979,732.40794 508.18853,732.40794 C 496.80077,752.94771 488.96894,774.69469 477.58118,795.23446 C 466.19342,815.77423 451.24973,835.10678 439.86197,855.64655 C 428.47420,876.18632 414.67202,896.72609 403.28426,917.26586 C 391.89650,937.80562 382.92316,958.34539 371.53540,978.88516 C 346.78666,978.88516 322.37871,983.71401 297.62998,983.71401 C 272.88124,983.71401 259.46348,980.69598 234.71474,980.69598 C 209.96600,980.69598 179.77867,975.26352 155.02993,975.26352 C 130.28119,975.26352 99.299280,978.88516 74.550530,978.88516 C 85.938300,958.34539 94.576980,938.40923 105.96475,917.86946 C 117.35251,897.32969 132.15865,874.97911 143.54641,854.43934 C 154.93417,833.89957 167.19449,813.96341 178.58225,793.42364 C 189.97001,772.88387 199.81591,752.94771 211.20367,732.40794 z "
id="path5653"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 188.52367,729.57294 C 213.27241,729.57294 240.69839,724.74409 265.44713,724.74409 C 290.19586,724.74409 312.26736,729.57294 337.01610,729.57294 C 361.76484,729.57294 385.17497,731.98736 409.92370,731.98736 C 434.67244,731.98736 460.75979,729.57294 485.50853,729.57294 C 474.12077,750.11271 466.28894,771.85969 454.90118,792.39946 C 443.51342,812.93923 428.56973,832.27178 417.18197,852.81155 C 405.79420,873.35132 391.99202,893.89109 380.60426,914.43086 C 369.21650,934.97062 360.24316,955.51039 348.85540,976.05016 C 324.10666,976.05016 299.69871,980.87901 274.94998,980.87901 C 250.20124,980.87901 236.78348,977.86098 212.03474,977.86098 C 187.28600,977.86098 157.09867,972.42852 132.34993,972.42852 C 107.60119,972.42852 76.619280,976.05016 51.870530,976.05016 C 63.258300,955.51039 71.896980,935.57423 83.284750,915.03446 C 94.672510,894.49469 109.47865,872.14411 120.86641,851.60434 C 132.25417,831.06457 144.51449,811.12841 155.90225,790.58864 C 167.29001,770.04887 177.13591,750.11271 188.52367,729.57294 z "
id="path5655"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 222.54367,715.39794 C 247.29241,715.39794 274.71839,710.56909 299.46713,710.56909 C 324.21586,710.56909 346.28736,715.39794 371.03610,715.39794 C 395.78484,715.39794 419.19497,717.81236 443.94370,717.81236 C 468.69244,717.81236 494.77979,715.39794 519.52853,715.39794 C 508.14077,735.93771 500.30894,757.68469 488.92118,778.22446 C 477.53342,798.76423 462.58973,818.09678 451.20197,838.63655 C 439.81420,859.17632 426.01202,879.71609 414.62426,900.25586 C 403.23650,920.79562 394.26316,941.33539 382.87540,961.87516 C 358.12666,961.87516 333.71871,966.70401 308.96998,966.70401 C 284.22124,966.70401 270.80348,963.68598 246.05474,963.68598 C 221.30600,963.68598 191.11867,958.25352 166.36993,958.25352 C 141.62119,958.25352 110.63928,961.87516 85.890530,961.87516 C 97.278300,941.33539 105.91698,921.39923 117.30475,900.85946 C 128.69251,880.31969 143.49865,857.96911 154.88641,837.42934 C 166.27417,816.88957 178.53449,796.95341 189.92225,776.41364 C 201.31001,755.87387 211.15591,735.93771 222.54367,715.39794 z "
id="path5657"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 205.53367,723.90294 C 230.28241,723.90294 257.70839,719.07409 282.45713,719.07409 C 307.20586,719.07409 329.27736,723.90294 354.02610,723.90294 C 378.77484,723.90294 402.18497,726.31736 426.93370,726.31736 C 451.68244,726.31736 477.76979,723.90294 502.51853,723.90294 C 491.13077,744.44271 483.29894,766.18969 471.91118,786.72946 C 460.52342,807.26923 445.57973,826.60178 434.19197,847.14155 C 422.80420,867.68132 409.00202,888.22109 397.61426,908.76086 C 386.22650,929.30062 377.25316,949.84039 365.86540,970.38016 C 341.11666,970.38016 316.70871,975.20901 291.95998,975.20901 C 267.21124,975.20901 253.79348,972.19098 229.04474,972.19098 C 204.29600,972.19098 174.10867,966.75852 149.35993,966.75852 C 124.61119,966.75852 93.629280,970.38016 68.880530,970.38016 C 80.268300,949.84039 88.906980,929.90423 100.29475,909.36446 C 111.68251,888.82469 126.48865,866.47411 137.87641,845.93434 C 149.26417,825.39457 161.52449,805.45841 172.91225,784.91864 C 184.30001,764.37887 194.14591,744.44271 205.53367,723.90294 z "
id="path5659"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 194.19367,715.39794 C 218.94241,715.39794 246.36839,710.56909 271.11713,710.56909 C 295.86586,710.56909 317.93736,715.39794 342.68610,715.39794 C 367.43484,715.39794 390.84497,717.81236 415.59370,717.81236 C 440.34244,717.81236 466.42979,715.39794 491.17853,715.39794 C 479.79077,735.93771 471.95894,757.68469 460.57118,778.22446 C 449.18342,798.76423 434.23973,818.09678 422.85197,838.63655 C 411.46420,859.17632 397.66202,879.71609 386.27426,900.25586 C 374.88650,920.79562 365.91316,941.33539 354.52540,961.87516 C 329.77666,961.87516 305.36871,966.70401 280.61998,966.70401 C 255.87124,966.70401 242.45348,963.68598 217.70474,963.68598 C 192.95600,963.68598 162.76867,958.25352 138.01993,958.25352 C 113.27119,958.25352 82.289280,961.87516 57.540530,961.87516 C 68.928300,941.33539 77.566980,921.39923 88.954750,900.85946 C 100.34251,880.31969 115.14865,857.96911 126.53641,837.42934 C 137.92417,816.88957 150.18449,796.95341 161.57225,776.41364 C 172.96001,755.87387 182.80591,735.93771 194.19367,715.39794 z "
id="path5661"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 185.68867,712.56294 C 210.43741,712.56294 237.86339,707.73409 262.61213,707.73409 C 287.36086,707.73409 309.43236,712.56294 334.18110,712.56294 C 358.92984,712.56294 382.33997,714.97736 407.08870,714.97736 C 431.83744,714.97736 457.92479,712.56294 482.67353,712.56294 C 471.28577,733.10271 463.45394,754.84969 452.06618,775.38946 C 440.67842,795.92923 425.73473,815.26178 414.34697,835.80155 C 402.95920,856.34132 389.15702,876.88109 377.76926,897.42086 C 366.38150,917.96062 357.40816,938.50039 346.02040,959.04016 C 321.27166,959.04016 296.86371,963.86901 272.11498,963.86901 C 247.36624,963.86901 233.94848,960.85098 209.19974,960.85098 C 184.45100,960.85098 154.26367,955.41852 129.51493,955.41852 C 104.76619,955.41852 73.784280,959.04016 49.035530,959.04016 C 60.423300,938.50039 69.061980,918.56423 80.449750,898.02446 C 91.837510,877.48469 106.64365,855.13411 118.03141,834.59434 C 129.41917,814.05457 141.67949,794.11841 153.06725,773.57864 C 164.45501,753.03887 174.30091,733.10271 185.68867,712.56294 z "
id="path5663"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 219.70867,704.05794 C 244.45741,704.05794 271.88339,699.22909 296.63213,699.22909 C 321.38086,699.22909 343.45236,704.05794 368.20110,704.05794 C 392.94984,704.05794 416.35997,706.47236 441.10870,706.47236 C 465.85744,706.47236 491.94479,704.05794 516.69353,704.05794 C 505.30577,724.59771 497.47394,746.34469 486.08618,766.88446 C 474.69842,787.42423 459.75473,806.75678 448.36697,827.29655 C 436.97920,847.83632 423.17702,868.37609 411.78926,888.91586 C 400.40150,909.45562 391.42816,929.99539 380.04040,950.53516 C 355.29166,950.53516 330.88371,955.36401 306.13498,955.36401 C 281.38624,955.36401 267.96848,952.34598 243.21974,952.34598 C 218.47100,952.34598 188.28367,946.91352 163.53493,946.91352 C 138.78619,946.91352 107.80428,950.53516 83.055530,950.53516 C 94.443300,929.99539 103.08198,910.05923 114.46975,889.51946 C 125.85751,868.97969 140.66365,846.62911 152.05141,826.08934 C 163.43917,805.54957 175.69949,785.61341 187.08725,765.07364 C 198.47501,744.53387 208.32091,724.59771 219.70867,704.05794 z "
id="path5665"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 208.36867,701.22294 C 233.11741,701.22294 260.54339,696.39409 285.29213,696.39409 C 310.04086,696.39409 332.11236,701.22294 356.86110,701.22294 C 381.60984,701.22294 405.01997,703.63736 429.76870,703.63736 C 454.51744,703.63736 480.60479,701.22294 505.35353,701.22294 C 493.96577,721.76271 486.13394,743.50969 474.74618,764.04946 C 463.35842,784.58923 448.41473,803.92178 437.02697,824.46155 C 425.63920,845.00132 411.83702,865.54109 400.44926,886.08086 C 389.06150,906.62062 380.08816,927.16039 368.70040,947.70016 C 343.95166,947.70016 319.54371,952.52901 294.79498,952.52901 C 270.04624,952.52901 256.62848,949.51098 231.87974,949.51098 C 207.13100,949.51098 176.94367,944.07852 152.19493,944.07852 C 127.44619,944.07852 96.464280,947.70016 71.715530,947.70016 C 83.103300,927.16039 91.741980,907.22423 103.12975,886.68446 C 114.51751,866.14469 129.32365,843.79411 140.71141,823.25434 C 152.09917,802.71457 164.35949,782.77841 175.74725,762.23864 C 187.13501,741.69887 196.98091,721.76271 208.36867,701.22294 z "
id="path5667"
sodipodi:nodetypes="cssscssscssscsssc" />
<path
style="fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4.1999998;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
d="M 199.86367,695.55294 C 224.61241,695.55294 252.03839,690.72409 276.78713,690.72409 C 301.53586,690.72409 323.60736,695.55294 348.35610,695.55294 C 373.10484,695.55294 396.51497,697.96736 421.26370,697.96736 C 446.01244,697.96736 472.09979,695.55294 496.84853,695.55294 C 485.46077,716.09271 477.62894,737.83969 466.24118,758.37946 C 454.85342,778.91923 439.90973,798.25178 428.52197,818.79155 C 417.13420,839.33132 403.33202,859.87109 391.94426,880.41086 C 380.55650,900.95062 371.58316,921.49039 360.19540,942.03016 C 335.44666,942.03016 311.03871,946.85901 286.28998,946.85901 C 261.54124,946.85901 248.12348,943.84098 223.37474,943.84098 C 198.62600,943.84098 168.43867,938.40852 143.68993,938.40852 C 118.94119,938.40852 87.959280,942.03016 63.210530,942.03016 C 74.598300,921.49039 83.236980,901.55423 94.624750,881.01446 C 106.01251,860.47469 120.81865,838.12411 132.20641,817.58434 C 143.59417,797.04457 155.85449,777.10841 167.24225,756.56864 C 178.63001,736.02887 188.47591,716.09271 199.86367,695.55294 z "
id="path5669"
sodipodi:nodetypes="cssscssscssscsssc" />
<text
xml:space="preserve"
style="font-size:8.9472828;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1.0000000;stroke:none;stroke-width:1.0000000pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;font-family:helvetica"
x="762.08246"
y="565.96759"
id="text4009"
transform="matrix(0.791463,0.000000,-0.700507,1.263483,0.000000,0.000000)"><tspan
sodipodi:role="line"
id="tspan4011"
x="762.08246"
y="565.96759">During the course of our ongoing review of the Secure Flight program,</tspan><tspan
sodipodi:role="line"
id="tspan4013"
x="762.08246"
y="574.91487">we found that TSA did not fully disclose to the public its use of personal</tspan><tspan
sodipodi:role="line"
id="tspan4015"
x="762.08246"
y="583.86216">information in its fall 2004 privacy notices as required by the Privacy Act.</tspan><tspan
sodipodi:role="line"
id="tspan4017"
x="762.08246"
y="592.80944">In particular, the public was not made fully aware of, nor had the</tspan><tspan
sodipodi:role="line"
id="tspan4019"
x="762.08246"
y="601.75672">opportunity to comment on, TSA's use of personal information drawn</tspan><tspan
sodipodi:role="line"
id="tspan4021"
x="762.08246"
y="610.70400">from commercial sources to test aspects of the Secure Flight program.</tspan><tspan
sodipodi:role="line"
id="tspan4023"
x="762.08246"
y="619.65129">In September 2004 and November 2004, TSA issued privacy notices in</tspan><tspan
sodipodi:role="line"
id="tspan4025"
x="762.08246"
y="628.59857">the Federal Register that included descriptions of how such information</tspan><tspan
sodipodi:role="line"
id="tspan4027"
x="762.08246"
y="637.54585">would be used. However, these notices did not fully inform the public</tspan><tspan
sodipodi:role="line"
id="tspan4029"
x="762.08246"
y="646.49314">before testing began about the procedures that TSA and its contractors</tspan><tspan
sodipodi:role="line"
id="tspan4031"
x="762.08246"
y="655.44042">would follow for collecting, using, and storing commercial data. In</tspan><tspan
sodipodi:role="line"
id="tspan4033"
x="762.08246"
y="664.38770">addition, the scope of the data used during commercial data testing was</tspan><tspan
sodipodi:role="line"
id="tspan4035"
x="762.08246"
y="673.33498">not fully disclosed in the notices. Specifically, a TSA contractor, acting on</tspan><tspan
sodipodi:role="line"
id="tspan4037"
x="762.08246"
y="682.28227">behalf of the agency, collected more than 100 million commercial data</tspan><tspan
sodipodi:role="line"
id="tspan4039"
x="762.08246"
y="691.22955">records containing personal information such as name, date of birth, and</tspan><tspan
sodipodi:role="line"
id="tspan4041"
x="762.08246"
y="700.17683">telephone number without informing the public. As a result of TSA's</tspan><tspan
sodipodi:role="line"
id="tspan4043"
x="762.08246"
y="709.12411">actions, the public did not receive the full protections of the Privacy Act.</tspan><tspan
sodipodi:role="line"
id="tspan4045"
x="762.08246"
y="718.07140"></tspan><tspan
sodipodi:role="line"
id="tspan4047"
x="762.08246"
y="727.01868">Yours sincerely,</tspan><tspan
sodipodi:role="line"
id="tspan4049"
x="762.08246"
y="735.96596">Big Brother</tspan></text>
</g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="pingu">
<g
id="g1597"
inkscape:groupmode="layer"
inkscape:label="Layer 1"
transform="translate(728.3196,573.5281)">
<g
transform="translate(769.4298,-218.5582)"
id="g8451">
<path
style="color:#000000;fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#6e6e6e;stroke-width:7.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
d="M -1431.7292,263.27456 C -1429.6240,280.53810 -1427.1740,299.08334 -1364.3643,298.56888 C -1298.5557,298.03418 -1294.5433,277.98055 -1292.7890,262.50731"
id="path1440"
sodipodi:nodetypes="css" />
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#6e6e6e;stroke-width:7.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
d="M -1362.8850,264.56703 L -1362.8850,535.41268"
id="path1442" />
<g
id="g8443">
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#6e6e6e;stroke-width:7.0000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000;marker-start:none;marker-mid:none;marker-end:none"
d="M -1431.9752,202.93373 L -1431.7788,264.15754"
id="path1436"
sodipodi:nodetypes="cc" />
<path
style="color:#000000;fill:#6e6e6e;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#6e6e6e;stroke-width:3.2481158;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
d="M -1402.5111,241.73677 C -1416.4702,237.49299 -1418.0374,206.69165 -1431.9965,202.44787 C -1446.0326,206.36613 -1449.1042,239.13330 -1463.1404,243.05157 C -1452.1032,234.22395 -1464.4224,203.71827 -1453.3852,194.89066 C -1450.1136,181.92153 -1434.4501,176.09487 -1431.1785,163.12573 C -1428.2566,176.19713 -1412.9428,182.12605 -1410.0210,195.19745 C -1399.2565,204.24832 -1413.2756,232.68590 -1402.5111,241.73677 z "
id="path1446"
sodipodi:nodetypes="ccccccc" />
</g>
<use
height="1052.3622"
width="744.09448"
transform="translate(68.81594,0.000000)"
id="use8447"
xlink:href="#g8443"
y="0.0000000"
x="0.0000000" />
<use
height="1052.3622"
width="744.09448"
transform="translate(138.9150,0.000000)"
id="use8449"
xlink:href="#g8443"
y="0.0000000"
x="0.0000000" />
</g>
<g
id="g1614"
transform="translate(-163.6837,275.0000)">
<path
id="path2225"
d="M -446.16124,-46.244836 C -446.20695,-45.411526 -445.65323,-44.559286 -444.52615,-43.878606 L -379.43056,-4.5552905 C -378.08762,-3.7442605 -376.23442,-3.4256905 -374.43483,-3.5063605 L -370.03938,-83.618156 C -371.82299,-83.828856 -373.70370,-83.645796 -375.13012,-82.935256 L -444.27350,-48.483196 C -445.47066,-47.886866 -446.11552,-47.078106 -446.16124,-46.244836 z "
style="fill:url(#linearGradient1625);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:3.7500010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
<path
id="path2221"
d="M -135.16964,-42.752916 C -135.12393,-41.919606 -135.67765,-41.067376 -136.80473,-40.386686 L -201.90032,-1.0633705 C -203.24326,-0.25234047 -205.09646,0.066229532 -206.89605,-0.014450468 L -211.29150,-80.126246 C -209.50789,-80.336936 -207.62718,-80.153876 -206.20076,-79.443346 L -137.05738,-44.991276 C -135.86022,-44.394946 -135.21536,-43.586186 -135.16964,-42.752916 z "
style="fill:url(#linearGradient1627);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:3.7500010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
<rect
ry="9.9999914"
rx="9.9999895"
y="20.480856"
x="-280.94608"
height="26.288469"
width="101.26261"
id="rect2209"
style="fill:#ffdf00;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:3.7500010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
<rect
ry="9.9999914"
rx="9.9999895"
y="18.837851"
x="-414.28619"
height="26.288469"
width="101.26261"
id="rect2207"
style="fill:#ffdf00;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:3.7500010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
<path
id="path1291"
d="M -293.34930,-197.75054 C -361.16644,-197.75054 -416.19304,-152.97430 -416.19305,-97.821466 C -416.19305,-96.878446 -416.06877,-95.962666 -416.03680,-95.025896 C -416.06214,-94.788816 -416.19305,-94.582306 -416.19305,-94.339706 L -416.19305,-33.929886 C -416.19305,-33.848436 -416.13344,-33.782016 -416.13055,-33.701156 C -416.13419,-33.384516 -416.19305,-33.078156 -416.19305,-32.760826 C -416.19305,-7.8878505 -404.92099,14.808650 -386.41180,32.299810 L -200.25555,32.299810 C -181.73938,14.808650 -170.47430,-7.8878505 -170.47430,-32.760826 C -170.47430,-33.078156 -170.53316,-33.384516 -170.53680,-33.701156 C -170.53390,-33.782016 -170.47430,-33.848436 -170.47430,-33.929886 L -170.47430,-94.339706 C -170.47430,-94.582306 -170.60521,-94.788816 -170.63055,-95.025896 C -170.59858,-95.962666 -170.47430,-96.878446 -170.47430,-97.821466 C -170.47430,-152.97430 -225.53216,-197.75054 -293.34930,-197.75054 z "
style="fill:url(#linearGradient1629);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:2.0500004;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
<path
transform="matrix(1.000000,0.000000,0.000000,-0.813258,-616.1930,270.8666)"
d="M 387.89858 320.00159 A 63.639610 24.243662 0 1 1 260.61936,320.00159 A 63.639610 24.243662 0 1 1 387.89858 320.00159 z"
sodipodi:ry="24.243662"
sodipodi:rx="63.639610"
sodipodi:cy="320.00159"
sodipodi:cx="324.25897"
id="path2229"
style="fill:url(#linearGradient1631);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:4.1583133;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
sodipodi:type="arc" />
<path
id="rect1306"
d="M -282.63434,12.675950 C -283.46370,12.846940 -284.41323,12.622860 -285.28718,11.988910 L -335.77284,-24.623926 C -336.81415,-25.379296 -337.44688,-26.556776 -337.66950,-27.765996 L -257.93682,-44.204486 C -257.42419,-43.055046 -257.29073,-41.774646 -257.76379,-40.707056 L -280.70439,11.044070 C -281.10141,11.940060 -281.80501,12.504970 -282.63434,12.675950 z "
style="fill:url(#linearGradient1633);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:3.7500010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
<path
id="rect1358"
d="M -379.98683,-115.78681 C -383.85425,-116.18089 -387.78433,-114.72314 -389.86183,-111.79677 L -401.95558,-94.769176 C -404.72558,-90.867336 -403.09711,-85.915846 -398.29933,-83.663116 L -325.86183,-49.658766 C -323.92541,-48.749546 -321.79150,-48.552746 -319.73683,-48.743856 C -319.49836,-48.730136 -319.29224,-48.642196 -319.04933,-48.642196 L -266.83058,-48.642196 C -266.67382,-48.642196 -266.54803,-48.712696 -266.39308,-48.718436 C -264.58232,-48.666816 -262.74057,-48.864666 -261.04933,-49.658766 L -188.61183,-83.663116 C -183.81405,-85.915836 -182.18558,-90.867346 -184.95558,-94.769176 L -197.01808,-111.79677 C -199.78807,-115.69859 -205.90781,-117.02296 -210.70558,-114.77024 L -274.98683,-84.552616 L -311.89308,-84.552616 L -376.20558,-114.77024 C -377.40503,-115.33342 -378.69769,-115.65545 -379.98683,-115.78681 z "
style="fill:url(#linearGradient1635);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#000000;stroke-width:3.7500010;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
<path
transform="matrix(-1.000000,0.000000,0.000000,0.813258,-44.44673,-241.4060)"
d="M 329.30973 104.83910 A 80.812202 49.497475 0 1 1 167.68533,104.83910 A 80.812202 49.497475 0 1 1 329.30973 104.83910 z"
sodipodi:ry="49.497475"
sodipodi:rx="80.812202"
sodipodi:cy="104.83910"
sodipodi:cx="248.49753"
id="path2141"
style="fill:url(#radialGradient1637);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:3.7500000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
sodipodi:type="arc" />
</g>
<g
id="g17274"
transform="translate(15.27235,8.505000)">
<use
x="0.0000000"
y="0.0000000"
xlink:href="#path8129"
id="use10443"
transform="translate(68.70016,9.170333e-8)"
width="744.09448"
height="1052.3622" />
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.0000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000;marker-start:none;marker-mid:none;marker-end:none"
d="M -681.46322,-19.806723 L -681.26684,41.417087"
id="path8129"
sodipodi:nodetypes="cc" />
<g
id="g17248">
<path
style="color:#000000;fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.0398970;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
d="M -681.21720,40.534110 C -679.11202,57.797647 -676.66204,76.342887 -613.85229,75.828433 C -548.04372,75.293726 -544.03134,55.240098 -542.27703,39.766860"
id="path8131"
sodipodi:nodetypes="css" />
<path
style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.0000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"
d="M -612.37306,41.826578 L -612.37306,312.67223"
id="path8133" />
<use
x="0.0000000"
y="0.0000000"
xlink:href="#path8129"
id="use10441"
transform="translate(138.9150,0.000000)"
width="744.09448"
height="1052.3622" />
<path
style="color:#000000;fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.2481158;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:inline;overflow:visible"
d="M -651.99912,18.996321 C -665.95818,14.752539 -667.52540,-16.048801 -681.48446,-20.292583 C -695.52064,-16.374318 -698.59223,16.392855 -712.62842,20.311120 C -701.59125,11.483501 -713.91045,-19.022176 -702.87321,-27.849795 C -699.60157,-40.818929 -683.93810,-46.645589 -680.66646,-59.614724 C -677.74457,-46.543323 -662.43083,-40.614404 -659.50902,-27.543003 C -648.74447,-18.492133 -662.76359,9.9454513 -651.99912,18.996321 z "
id="path16369"
sodipodi:nodetypes="ccccccc" />
<use
x="0.0000000"
y="0.0000000"
xlink:href="#path16369"
id="use17244"
transform="translate(68.80972,0.000000)"
width="744.09448"
height="1052.3622" />
<use
x="0.0000000"
y="0.0000000"
xlink:href="#path16369"
id="use17246"
transform="translate(138.9150,0.000000)"
width="744.09448"
height="1052.3622" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -119,9 +119,6 @@ case "$ACTION" in
do echo -n "Validating $a ..."
"$0" check "$a"
echo
echo -n "Waiting 20 seconds ..."
sleep 20
echo
done
;;
* )

View File

@ -0,0 +1 @@
try initializing with different admin passwords

View File

@ -0,0 +1,7 @@
url https://_HOST_IP_DEFAULT_/cryptobox
data action=init_do
data password=hallo
data password2=hallo
data admin_password=root
data admin_password2=rootA
data confirm=ja%2C%20loesche%20alle%20Daten%21

View File

@ -0,0 +1,7 @@
Data.Config.IP=_HOST_IP_DEFAULT_
Data.Config.Language=de
Data.Config.TimeOut=30
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=_HOST_IP_DEFAULT_
Data.Status.Mounted=0

View File

@ -0,0 +1 @@
90

View File

@ -0,0 +1 @@
initialize the box with admin password

View File

@ -0,0 +1,7 @@
url https://_HOST_IP_DEFAULT_/cryptobox
data action=init_do
data password=hallo
data password2=hallo
data admin_password=root
data admin_password2=root
data confirm=ja%2C%20loesche%20alle%20Daten%21

View File

@ -0,0 +1,7 @@
Data.Config.IP=_HOST_IP_DEFAULT_
Data.Config.Language=de
Data.Config.TimeOut=30
Data.Status.Config=1
Data.Status.InitRunning=0
Data.Status.IP=_HOST_IP_DEFAULT_
Data.Status.Mounted=0

View File

@ -0,0 +1 @@
try to configure with wrong admin password

View File

@ -0,0 +1,7 @@
url https://_HOST_IP_DEFAULT_/cryptobox
data action=config_do
data language=de
data timeout=5
data ip=_HOST_IP_DEFAULT_
data current_admin_password=rootA
data confirm=ja%2C%20loesche%20alle%20Daten%21

View File

@ -0,0 +1,7 @@
Data.Config.IP=_HOST_IP_DEFAULT_
Data.Config.Language=de
Data.Config.TimeOut=30
Data.Status.Config=1
Data.Status.InitRunning=1
Data.Status.IP=_HOST_IP_DEFAULT_
Data.Status.Mounted=0

View File

@ -0,0 +1 @@
90

View File

@ -0,0 +1 @@
configure with right admin password

View File

@ -0,0 +1,6 @@
url https://_HOST_IP_DEFAULT_/cryptobox
data action=config_do
data language=de
data timeout=5
data ip=_HOST_IP_DEFAULT_
data current_admin_password=root

View File

@ -0,0 +1,7 @@
Data.Config.IP=_HOST_IP_DEFAULT_
Data.Config.Language=de
Data.Config.TimeOut=5
Data.Status.Config=1
Data.Status.InitRunning=1
Data.Status.IP=_HOST_IP_DEFAULT_
Data.Status.Mounted=0

View File

@ -0,0 +1 @@
initialize the box with wrong admin password

View File

@ -0,0 +1,8 @@
url https://_HOST_IP_DEFAULT_/cryptobox
data action=init_do
data password=hallo
data password2=hallo
data current_admin_password=rootA
data admin_password=root
data admin_password2=root
data confirm=ja%2C%20loesche%20alle%20Daten%21

View File

@ -0,0 +1,7 @@
Data.Config.IP=_HOST_IP_DEFAULT_
Data.Config.Language=de
Data.Config.TimeOut=30
Data.Status.Config=1
Data.Status.InitRunning=1
Data.Status.IP=_HOST_IP_DEFAULT_
Data.Status.Mounted=0

View File

@ -0,0 +1 @@
remove admin password

View File

@ -0,0 +1,6 @@
url https://_HOST_IP_DEFAULT_/cryptobox
data action=init_do
data password=hallo
data password2=hallo
data current_admin_password=root
data confirm=ja%2C%20loesche%20alle%20Daten%21

View File

@ -0,0 +1,7 @@
Data.Config.IP=_HOST_IP_DEFAULT_
Data.Config.Language=de
Data.Config.TimeOut=30
Data.Status.Config=1
Data.Status.InitRunning=1
Data.Status.IP=_HOST_IP_DEFAULT_
Data.Status.Mounted=0

View File

@ -5,3 +5,4 @@ the validate-script requires the following directory structure:
- description - a short description of the setup
- input.curl - options for the request via curl
- output - the expected status output for this request (it is send as html comment)
- delay - [optional] may contain a delay after this test case in seconds