diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-03 16:21:15 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-03 16:21:15 +0200 |
commit | a2f3140358be730c86acac9d77ff4df282cbf1e4 (patch) | |
tree | 1b2c85f0abafeaedab9bbda097cc44cc69d527be /id/server/doc/htmlTemplates/BKU-selection.html | |
parent | 2736109c0928c0c1edb787d54e91bf67bbaad849 (diff) | |
download | moa-id-spss-a2f3140358be730c86acac9d77ff4df282cbf1e4.tar.gz moa-id-spss-a2f3140358be730c86acac9d77ff4df282cbf1e4.tar.bz2 moa-id-spss-a2f3140358be730c86acac9d77ff4df282cbf1e4.zip |
update template builder to support OA specific BKU detection templates
Diffstat (limited to 'id/server/doc/htmlTemplates/BKU-selection.html')
-rw-r--r-- | id/server/doc/htmlTemplates/BKU-selection.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/id/server/doc/htmlTemplates/BKU-selection.html b/id/server/doc/htmlTemplates/BKU-selection.html index 53c4f0d5d..4571048a2 100644 --- a/id/server/doc/htmlTemplates/BKU-selection.html +++ b/id/server/doc/htmlTemplates/BKU-selection.html @@ -51,8 +51,12 @@ <input type="hidden" name="pendingid" value="$pendingReqID" /> <input type="submit" value=" Karte " tabindex="4" role="button" onclick="setMandateSelection();"> </form> - <iframe name="bkudetect" width="0" height="0" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" src="$contextPath/iframeLBKUdetect.html"></iframe> - + + <iframe name="bkudetect" width="0" height="0" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" src="$contextPath/feature/bkuDetection"></iframe> + + <!-- BKU detection with static template--> + <!--iframe name="bkudetect" width="0" height="0" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" src="$contextPath/iframeLBKUdetect.html"></iframe--> + </div> <div id="bkuhandy"> <img class="bkuimage" src="$contextPath/img/handysign.png" alt="HandyBKU" /> |