aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/bku-erkennung
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/bku-erkennung')
-rw-r--r--src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html47
-rw-r--r--src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung_empty.html11
-rw-r--r--src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung_helper.html17
-rw-r--r--src/main/webapp/bku-erkennung/bku-erkennung_iframe.html57
-rw-r--r--src/main/webapp/bku-erkennung/css/pngbehavior.htc86
-rw-r--r--src/main/webapp/bku-erkennung/img/blank.gifbin49 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/siga1.gifbin694 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/siga1.pngbin1666 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/siga1_active.pngbin1826 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/siga1_small.gifbin1401 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw.gifbin1336 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_active.pngbin1932 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_green.gifbin2755 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_green.pngbin5444 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_green_bold.pngbin5546 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_green_original.gifbin2825 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_red.gifbin2970 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_red.pngbin5709 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_red_original.gifbin3032 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_yellow.gifbin2860 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_yellow.pngbin5664 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/img/sighw_yellow_original.gifbin2911 -> 0 bytes
-rw-r--r--src/main/webapp/bku-erkennung/index.html14
23 files changed, 0 insertions, 232 deletions
diff --git a/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html b/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html
deleted file mode 100644
index d3bb009..0000000
--- a/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-
- <head>
- <title>BKU Test</title>
- <script language="javascript" type="text/javascript">
- <!--
- bkuuri='https://127.0.0.1:3496/https-security-layer-request';
- protocol='https:';
- if (location.protocol != 'https:') {
- bkuuri='http://127.0.0.1:3495/http-security-layer-request';
- protocol='http:';
- }
- var index = location.href.indexOf('/bku-erkennung/bku-erkennung.html');
- if( index != -1 )
- helperlocation = location.href.substr( 0, index );
- else
- helperlocation = protocol + '//' + 'demo.egiz.gv.at/bku-erkennung/v1.1';
-
- function setBKUAvailable(flag) {
- if (flag == true) {
- parent.setBKUAvailable(true);
- } else {
- parent.setBKUAvailable(false);
- }
- }
- -->
- </script>
- </head>
-
- <body style="background-color:transparent">
- <script language="javascript" type="text/javascript">
- <!--
- if (location.protocol == 'https:' || location.protocol == 'http:') { // also keine lokalen Aufrufe
- document.write('<form name="bkucheckform" method="POST" target="iframename" action="' + bkuuri + '" enctype="application/x-www-form-urlencoded">');
- document.write('<input type="hidden" name="XMLRequest" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;NullOperationRequest xmlns=&quot;http://www.buergerkarte.at/namespaces/securitylayer/1.2#&quot;/&gt;" />');
- document.write('<input type="hidden" name="RedirectURL" value="' + helperlocation + '/bku-erkennung/bku-erkennung_helper.html"/>');
- document.write('</form>');
- setBKUAvailable(false);
- document.bkucheckform.submit();
- }
- -->
- </script>
- </body>
-
-</html>
-
diff --git a/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung_empty.html b/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung_empty.html
deleted file mode 100644
index d6d1a1a..0000000
--- a/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung_empty.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-
- <head>
- </head>
-
- <body>
- </body>
-
-</html>
-
diff --git a/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung_helper.html b/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung_helper.html
deleted file mode 100644
index 7d6aba9..0000000
--- a/src/main/webapp/bku-erkennung/bku-erkennung/bku-erkennung_helper.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-
- <head>
- <title>BKU Test Helper</title>
- </head>
-
- <body>
- <script language="javascript" type="text/javascript">
- <!--
- parent.setBKUAvailable(true);
- -->
- </script>
- </body>
-
-</html>
-
diff --git a/src/main/webapp/bku-erkennung/bku-erkennung_iframe.html b/src/main/webapp/bku-erkennung/bku-erkennung_iframe.html
deleted file mode 100644
index 94bcdc7..0000000
--- a/src/main/webapp/bku-erkennung/bku-erkennung_iframe.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-
- <head>
- <title>BKU Test</title>
- <style type="text/css">
- /*
- img {
- behavior: url("css/pngbehavior.htc");
- }
- */
- </style>
- <script language="javascript" type="text/javascript">
- <!--
- bkuuri='https://127.0.0.1:3496/https-security-layer-request';
- protocol='https:';
- if (location.protocol != 'https:') {
- bkuuri='http://127.0.0.1:3495/http-security-layer-request';
- protocol='http:';
- }
- var index = location.href.indexOf('/bku-erkennung_iframe.html');
- if( index != -1 )
- helperlocation = location.href.substr( 0, index );
- else
- helperlocation = protocol + '//' + 'demo.egiz.gv.at/bku-erkennung/v1.1';
-
- function setBKUAvailable(flag) {
- if (flag == true) {
- document.getElementById("statusimage").src = "img/sighw_green.gif";
- } else {
- document.getElementById("statusimage").src = "img/sighw_red.gif";
- }
- }
- -->
- </script>
- </head>
-
- <body style="background-color:transparent">
- <img id="statusimage" src="img/sighw_yellow.gif" style="width: 152px; height: 57px;" alt="status">
- <iframe name="iframeempty" width="0" height="0" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" src="bku-erkennung/bku-erkennung_empty.html" ></iframe>
-
- <script language="javascript" type="text/javascript">
- <!--
- if (location.protocol == 'https:' || location.protocol == 'http:') { // also keine lokalen Aufrufe
- document.write('<form name="bkucheckform" target="iframeempty" action="' + bkuuri +'" method="Post" enctype="application/x-www-form-urlencoded">');
- document.write('<input name="XMLRequest" type="hidden" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;NullOperationRequest xmlns=&quot;http://www.buergerkarte.at/namespaces/securitylayer/1.2#&quot;/&gt;" />');
- document.write('<input type="hidden" name="RedirectURL" value="'+ helperlocation + '/bku-erkennung/bku-erkennung_helper.html"/>');
- document.write('</form>');
- setBKUAvailable(false);
- document.bkucheckform.submit();
- }
- -->
- </script>
- </body>
-
-</html>
-
diff --git a/src/main/webapp/bku-erkennung/css/pngbehavior.htc b/src/main/webapp/bku-erkennung/css/pngbehavior.htc
deleted file mode 100644
index ba171c6..0000000
--- a/src/main/webapp/bku-erkennung/css/pngbehavior.htc
+++ /dev/null
@@ -1,86 +0,0 @@
-<public:component lightWeight="true">
-<public:attach event="onpropertychange" onevent="propertyChanged()" />
-<public:attach event="onbeforeprint" onevent="beforePrint()" for="window"/>
-<public:attach event="onafterprint" onevent="afterPrint()" for="window"/>
-<script>
-
-/*
- * PNG Behavior
- *
- * This script was created by Erik Arvidsson (http://webfx.eae.net/contact.html#erik)
- * for WebFX (http://webfx.eae.net)
- * Copyright 2002-2004
- *
- * For usage see license at http://webfx.eae.net/license.html
- *
- * Version: 1.02
- * Created: 2001-??-?? First working version
- * Updated: 2002-03-28 Fixed issue when starting with a non png image and
- * switching between non png images
- * 2003-01-06 Fixed RegExp to correctly work with IE 5.0x
- * 2004-05-09 When printing revert to original
- *
- */
-
-var supported = /MSIE ((5\.5)|[6789])/.test(navigator.userAgent) &&
- navigator.platform == "Win32";
-
-var realSrc;
-var blankSrc = "img/blank.gif";
-var isPrinting = false;
-
-if (supported) fixImage();
-
-function propertyChanged() {
- if (!supported || isPrinting) return;
-
- var pName = event.propertyName;
- if (pName != "src") return;
- // if not set to blank
- if (!new RegExp(blankSrc).test(src))
- fixImage();
-};
-
-function fixImage() {
- // get src
- var src = element.src;
-
- // check for real change
- if (src == realSrc && /\.png$/i.test(src)) {
- element.src = blankSrc;
- return;
- }
-
- if ( ! new RegExp(blankSrc).test(src)) {
- // backup old src
- realSrc = src;
- }
-
- // test for png
- if (/\.png$/i.test(realSrc)) {
- // set blank image
- element.src = blankSrc;
- // set filter
- element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft." +
- "AlphaImageLoader(src='" + src + "',sizingMethod='scale')";
- }
- else {
- // remove filter
- element.runtimeStyle.filter = "";
- }
-}
-
-function beforePrint() {
- isPrinting = true;
- element.src = realSrc;
- element.runtimeStyle.filter = "";
- realSrc = null;
-}
-
-function afterPrint() {
- isPrinting = false;
- fixImage();
-}
-
-</script>
-</public:component>
diff --git a/src/main/webapp/bku-erkennung/img/blank.gif b/src/main/webapp/bku-erkennung/img/blank.gif
deleted file mode 100644
index 75b945d..0000000
--- a/src/main/webapp/bku-erkennung/img/blank.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/siga1.gif b/src/main/webapp/bku-erkennung/img/siga1.gif
deleted file mode 100644
index 8ff0c6b..0000000
--- a/src/main/webapp/bku-erkennung/img/siga1.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/siga1.png b/src/main/webapp/bku-erkennung/img/siga1.png
deleted file mode 100644
index 4cd7c4e..0000000
--- a/src/main/webapp/bku-erkennung/img/siga1.png
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/siga1_active.png b/src/main/webapp/bku-erkennung/img/siga1_active.png
deleted file mode 100644
index 97a821d..0000000
--- a/src/main/webapp/bku-erkennung/img/siga1_active.png
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/siga1_small.gif b/src/main/webapp/bku-erkennung/img/siga1_small.gif
deleted file mode 100644
index 04804ea..0000000
--- a/src/main/webapp/bku-erkennung/img/siga1_small.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw.gif b/src/main/webapp/bku-erkennung/img/sighw.gif
deleted file mode 100644
index d397253..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_active.png b/src/main/webapp/bku-erkennung/img/sighw_active.png
deleted file mode 100644
index 62a669b..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_active.png
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_green.gif b/src/main/webapp/bku-erkennung/img/sighw_green.gif
deleted file mode 100644
index cbef10f..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_green.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_green.png b/src/main/webapp/bku-erkennung/img/sighw_green.png
deleted file mode 100644
index 9d4349e..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_green.png
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_green_bold.png b/src/main/webapp/bku-erkennung/img/sighw_green_bold.png
deleted file mode 100644
index 62422ed..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_green_bold.png
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_green_original.gif b/src/main/webapp/bku-erkennung/img/sighw_green_original.gif
deleted file mode 100644
index 0f967c1..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_green_original.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_red.gif b/src/main/webapp/bku-erkennung/img/sighw_red.gif
deleted file mode 100644
index 9eba9e2..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_red.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_red.png b/src/main/webapp/bku-erkennung/img/sighw_red.png
deleted file mode 100644
index 7ffd0b6..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_red.png
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_red_original.gif b/src/main/webapp/bku-erkennung/img/sighw_red_original.gif
deleted file mode 100644
index 8079312..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_red_original.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_yellow.gif b/src/main/webapp/bku-erkennung/img/sighw_yellow.gif
deleted file mode 100644
index 9a95fad..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_yellow.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_yellow.png b/src/main/webapp/bku-erkennung/img/sighw_yellow.png
deleted file mode 100644
index d27acbf..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_yellow.png
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/img/sighw_yellow_original.gif b/src/main/webapp/bku-erkennung/img/sighw_yellow_original.gif
deleted file mode 100644
index 5f0aad2..0000000
--- a/src/main/webapp/bku-erkennung/img/sighw_yellow_original.gif
+++ /dev/null
Binary files differ
diff --git a/src/main/webapp/bku-erkennung/index.html b/src/main/webapp/bku-erkennung/index.html
deleted file mode 100644
index 436061b..0000000
--- a/src/main/webapp/bku-erkennung/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-
- <head>
- <title>BKU-Erkennung</title>
- </head>
-
- <body>
- <p>Erkennung laufender BKU-Software</p>
- <iframe src="bku-erkennung_iframe.html" width="152" height="57" id="sep_iframe" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" allowtransparency="true"></iframe>
- </body>
-
-</html>
-