diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2011-06-22 17:02:14 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2011-06-22 17:02:14 +0000 |
commit | 168a6bd6dd7268d6afe001312ef3705e6b87b02d (patch) | |
tree | 1dde61d4ea33ca8c5d60f211d1331be93e349744 /id/server/auth | |
parent | 98110b6978290051e68bd909a937f998e0586813 (diff) | |
download | moa-id-spss-168a6bd6dd7268d6afe001312ef3705e6b87b02d.tar.gz moa-id-spss-168a6bd6dd7268d6afe001312ef3705e6b87b02d.tar.bz2 moa-id-spss-168a6bd6dd7268d6afe001312ef3705e6b87b02d.zip |
* Update SAML Assertion für Vollmachten
* Update BK-Auswahl Template (neue Grafiken)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1209 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/src/main/webapp/css/index.css | 8 | ||||
-rw-r--r-- | id/server/auth/src/main/webapp/img/handy.gif | bin | 2632 -> 4460 bytes | |||
-rw-r--r-- | id/server/auth/src/main/webapp/img/karte.gif | bin | 2369 -> 3360 bytes | |||
-rw-r--r-- | id/server/auth/src/main/webapp/index.html | 6 |
4 files changed, 9 insertions, 5 deletions
diff --git a/id/server/auth/src/main/webapp/css/index.css b/id/server/auth/src/main/webapp/css/index.css index 2d46c4227..18a0dccde 100644 --- a/id/server/auth/src/main/webapp/css/index.css +++ b/id/server/auth/src/main/webapp/css/index.css @@ -134,6 +134,14 @@ button { padding:4px;
}
+.sendButton {
+ background-color: DarkGray;
+ border-style: solid;
+ border-width: 1px;
+ border-color: black;
+}
+
+
#tab {
margin-top:2px;
padding:2px;
diff --git a/id/server/auth/src/main/webapp/img/handy.gif b/id/server/auth/src/main/webapp/img/handy.gif Binary files differindex 088ec0957..5aeb542db 100644 --- a/id/server/auth/src/main/webapp/img/handy.gif +++ b/id/server/auth/src/main/webapp/img/handy.gif diff --git a/id/server/auth/src/main/webapp/img/karte.gif b/id/server/auth/src/main/webapp/img/karte.gif Binary files differindex 1ec7afc2e..ee9ab7cad 100644 --- a/id/server/auth/src/main/webapp/img/karte.gif +++ b/id/server/auth/src/main/webapp/img/karte.gif diff --git a/id/server/auth/src/main/webapp/index.html b/id/server/auth/src/main/webapp/index.html index b40ea89f5..25d5d9f28 100644 --- a/id/server/auth/src/main/webapp/index.html +++ b/id/server/auth/src/main/webapp/index.html @@ -135,16 +135,12 @@ <div id="localBKU" style="display:none" class="hell">
<hr>
- <!-- [MUSS] Geben Sie hier die URL zum Aufruf von MOA-ID an -->
- <!-- z.B.: action="https://yoururl.at/moa-id-auth/StartAuthentication?Target=IT&OA=https://youronlineapplication.at"-->
<form method="post" id="moaidform">
<input type="hidden" name="show" value="false">
- <!-- [MUSS] Geben Sie hier die URL zum MOA-ID Template fuer die lokale BKU an -->
- <!-- z.B.: value="https://yoururl.at/moa-id-auth/template_localBKU.html"-->
<input type="hidden" name="Template" id="Template">
<input type="hidden" name="bkuURI" value="https://localhost:3496/https-security-layer-request">
<input type="hidden" name="useMandate" id="useMandate">
- <input type="submit" size="400" value="Lokale BKU">
+ <input type="submit" size="400" value="Lokale BKU" class="sendButton">
</form>
<p>
<small>Alternativ können Sie eine lokal installierte BKU verwenden.</small>
|