aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2018-01-23 14:26:44 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2018-01-23 14:26:44 +0100
commitb63e285f08ee7704be2f46771a624e3a925c1ba0 (patch)
tree9893ae8be72c2f419ff989db12e0d5a390e62767
parent731ab39b8ef05a4e84b72fb4243d59c9f6dd48cb (diff)
downloadmoa-id-spss-b63e285f08ee7704be2f46771a624e3a925c1ba0.tar.gz
moa-id-spss-b63e285f08ee7704be2f46771a624e3a925c1ba0.tar.bz2
moa-id-spss-b63e285f08ee7704be2f46771a624e3a925c1ba0.zip
remove files from template folder
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/autocommit.js5
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/basic.css4
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js3
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js6
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/redirect.js5
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/slo.js20
6 files changed, 0 insertions, 43 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/autocommit.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/autocommit.js
deleted file mode 100644
index d21a5651d..000000000
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/autocommit.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function autoCommmit() {
- document.forms[0].submit();
-}
-
-document.addEventListener('DOMContentLoaded', autoCommmit); \ No newline at end of file
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/basic.css b/id/server/data/deploy/conf/moa-id/htmlTemplates/basic.css
deleted file mode 100644
index 4bec163a9..000000000
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/basic.css
+++ /dev/null
@@ -1,4 +0,0 @@
-@charset "utf-8";
- .bgTrans {
- background-color:transparent
- } \ No newline at end of file
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js
deleted file mode 100644
index 7e4d2b12f..000000000
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetected.js
+++ /dev/null
@@ -1,3 +0,0 @@
-document.addEventListener('DOMContentLoaded', function () {
- parent.setBKUAvailable(true);
-}); \ No newline at end of file
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js
deleted file mode 100644
index b991beb60..000000000
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/bkudetection.js
+++ /dev/null
@@ -1,6 +0,0 @@
-function autoCommmit() {
- parent.setBKUAvailable(false);
- document.forms[0].submit();
-}
-
-document.addEventListener('DOMContentLoaded', autoCommmit); \ No newline at end of file
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/redirect.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/redirect.js
deleted file mode 100644
index 1bba3d5e0..000000000
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/redirect.js
+++ /dev/null
@@ -1,5 +0,0 @@
-function autoCommmit() {
- document.getElementById('link').click();
-}
-
-document.addEventListener('DOMContentLoaded', autoCommmit); \ No newline at end of file
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/slo.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/slo.js
deleted file mode 100644
index c85837c8a..000000000
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/slo.js
+++ /dev/null
@@ -1,20 +0,0 @@
-function sloTimeOut() {
- document.getElementById("timeoutURL").click();
-}
-function RestartAfterDelay() {
- var eDate = null;
- var MilliSekZeit = 0;
- var SysDatumJetzt = new Date();
- var SysDatumJetztMilli = SysDatumJetzt.getTime();
-
- do {
- eDate = new Date();
- MilliSekZeit = eDate.getTime();
- } while ((MilliSekZeit-SysDatumJetztMilli) < $timeout);
-
- sloTimeOut();
-}
-
-document.addEventListener('DOMContentLoaded', function () {
- setTimeout(sloTimeOut, 30000);
-}); \ No newline at end of file