diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-03-09 07:49:41 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-03-09 07:49:41 +0100 |
commit | 91708233972760fa481bac46bc2526e65db17300 (patch) | |
tree | df674df243837313c57c4fca836e969f914e3757 /id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetected.html | |
parent | b5c16278dcadb1255f78dd12bb08380ad6c942d8 (diff) | |
download | moa-id-spss-91708233972760fa481bac46bc2526e65db17300.tar.gz moa-id-spss-91708233972760fa481bac46bc2526e65db17300.tar.bz2 moa-id-spss-91708233972760fa481bac46bc2526e65db17300.zip |
add check if local citizen-card environment is running to CCE selection template
Diffstat (limited to 'id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetected.html')
-rw-r--r-- | id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetected.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetected.html b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetected.html new file mode 100644 index 000000000..8769c38ad --- /dev/null +++ b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetected.html @@ -0,0 +1,14 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="de"> +<head> +<title>BKU-Erkennung</title> +<script type="text/javascript"> + parent.setBKUAvailable(true); +</script> +</head> +<body style="background-color:transparent"> +<script type="text/javascript"> + parent.setBKUAvailable(true); +</script> +</body> +</html> |