diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-09 15:43:13 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-09 15:43:13 +0200 | 
| commit | 352c4f2de3503dfc7f8528b846ebaa62a7f439f1 (patch) | |
| tree | c2e21aa55a262901c44f2794ee18079575d0f9c0 /id/server/doc/htmlTemplates | |
| parent | a59e9d088954345d67ff6b5b9b0f4d88d56531be (diff) | |
| download | moa-id-spss-352c4f2de3503dfc7f8528b846ebaa62a7f439f1.tar.gz moa-id-spss-352c4f2de3503dfc7f8528b846ebaa62a7f439f1.tar.bz2 moa-id-spss-352c4f2de3503dfc7f8528b846ebaa62a7f439f1.zip | |
update some more templates and version numbers
Diffstat (limited to 'id/server/doc/htmlTemplates')
| -rw-r--r-- | id/server/doc/htmlTemplates/BKU-selection.html | 4 | ||||
| -rw-r--r-- | id/server/doc/htmlTemplates/BKU-selection_with_OnlineBKU.html | 4 | 
2 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 4571048a2..1f365c104 100644 --- a/id/server/doc/htmlTemplates/BKU-selection.html +++ b/id/server/doc/htmlTemplates/BKU-selection.html @@ -52,7 +52,7 @@                    <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/feature/bkuDetection"></iframe> +                <iframe name="bkudetect" width="0" height="0" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" src="$contextPath/feature/bkuDetection?pendingid=$pendingReqID"></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--> @@ -74,7 +74,7 @@                  <input type="submit" value=" Lokale Bürgerkartenumgebung " 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?pendingid=$pendingReqID"><\/iframe>                </div-->                <!-- Single Sign-On Session transfer functionality --> diff --git a/id/server/doc/htmlTemplates/BKU-selection_with_OnlineBKU.html b/id/server/doc/htmlTemplates/BKU-selection_with_OnlineBKU.html index 32f0a7d4d..aaf931b7d 100644 --- a/id/server/doc/htmlTemplates/BKU-selection_with_OnlineBKU.html +++ b/id/server/doc/htmlTemplates/BKU-selection_with_OnlineBKU.html @@ -60,6 +60,10 @@                  <input type="submit" value=" Lokale Bürgerkartenumgebung " tabindex="4"  									     role="button" onclick="setMandateSelection();">                  </form> +                <iframe name="bkudetect" width="0" height="0" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" src="$contextPath/feature/bkuDetection?pendingid=$pendingReqID"><\/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>                <!-- Single Sign-On Session transfer functionality --> | 
