diff options
author | pdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-12-06 16:53:47 +0000 |
---|---|---|
committer | pdanner <pdanner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2010-12-06 16:53:47 +0000 |
commit | 125cc4075896aceda7cb02ecee84e18604294ff4 (patch) | |
tree | f54741df4a14969c28f7c58edaadce47b4ca9480 /src/main/webapp/bku-erkennung | |
parent | 63c48dfb86e24a82f828628d5f2518732c201993 (diff) | |
download | pdf-as-3-125cc4075896aceda7cb02ecee84e18604294ff4.tar.gz pdf-as-3-125cc4075896aceda7cb02ecee84e18604294ff4.tar.bz2 pdf-as-3-125cc4075896aceda7cb02ecee84e18604294ff4.zip |
Moved to pdf-as-web project
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@674 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/webapp/bku-erkennung')
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="<?xml version="1.0" encoding="UTF-8"?><NullOperationRequest xmlns="http://www.buergerkarte.at/namespaces/securitylayer/1.2#"/>" />');
- 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="<?xml version="1.0" encoding="UTF-8"?><NullOperationRequest xmlns="http://www.buergerkarte.at/namespaces/securitylayer/1.2#"/>" />');
- 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 Binary files differdeleted file mode 100644 index 75b945d..0000000 --- a/src/main/webapp/bku-erkennung/img/blank.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/siga1.gif b/src/main/webapp/bku-erkennung/img/siga1.gif Binary files differdeleted file mode 100644 index 8ff0c6b..0000000 --- a/src/main/webapp/bku-erkennung/img/siga1.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/siga1.png b/src/main/webapp/bku-erkennung/img/siga1.png Binary files differdeleted file mode 100644 index 4cd7c4e..0000000 --- a/src/main/webapp/bku-erkennung/img/siga1.png +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/siga1_active.png b/src/main/webapp/bku-erkennung/img/siga1_active.png Binary files differdeleted file mode 100644 index 97a821d..0000000 --- a/src/main/webapp/bku-erkennung/img/siga1_active.png +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/siga1_small.gif b/src/main/webapp/bku-erkennung/img/siga1_small.gif Binary files differdeleted file mode 100644 index 04804ea..0000000 --- a/src/main/webapp/bku-erkennung/img/siga1_small.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw.gif b/src/main/webapp/bku-erkennung/img/sighw.gif Binary files differdeleted file mode 100644 index d397253..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_active.png b/src/main/webapp/bku-erkennung/img/sighw_active.png Binary files differdeleted file mode 100644 index 62a669b..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_active.png +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_green.gif b/src/main/webapp/bku-erkennung/img/sighw_green.gif Binary files differdeleted file mode 100644 index cbef10f..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_green.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_green.png b/src/main/webapp/bku-erkennung/img/sighw_green.png Binary files differdeleted file mode 100644 index 9d4349e..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_green.png +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_green_bold.png b/src/main/webapp/bku-erkennung/img/sighw_green_bold.png Binary files differdeleted file mode 100644 index 62422ed..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_green_bold.png +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_green_original.gif b/src/main/webapp/bku-erkennung/img/sighw_green_original.gif Binary files differdeleted file mode 100644 index 0f967c1..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_green_original.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_red.gif b/src/main/webapp/bku-erkennung/img/sighw_red.gif Binary files differdeleted file mode 100644 index 9eba9e2..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_red.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_red.png b/src/main/webapp/bku-erkennung/img/sighw_red.png Binary files differdeleted file mode 100644 index 7ffd0b6..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_red.png +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_red_original.gif b/src/main/webapp/bku-erkennung/img/sighw_red_original.gif Binary files differdeleted file mode 100644 index 8079312..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_red_original.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_yellow.gif b/src/main/webapp/bku-erkennung/img/sighw_yellow.gif Binary files differdeleted file mode 100644 index 9a95fad..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_yellow.gif +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_yellow.png b/src/main/webapp/bku-erkennung/img/sighw_yellow.png Binary files differdeleted file mode 100644 index d27acbf..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_yellow.png +++ /dev/null diff --git a/src/main/webapp/bku-erkennung/img/sighw_yellow_original.gif b/src/main/webapp/bku-erkennung/img/sighw_yellow_original.gif Binary files differdeleted file mode 100644 index 5f0aad2..0000000 --- a/src/main/webapp/bku-erkennung/img/sighw_yellow_original.gif +++ /dev/null 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>
-
|