diff options
author | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2011-06-27 11:37:28 +0000 |
---|---|---|
committer | kstranacher <kstranacher@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2011-06-27 11:37:28 +0000 |
commit | abe2192ea697ccc133f1fededa3a8ee1528ec7c8 (patch) | |
tree | 25231332fbcc84a9c2c0c4022e9b094e261a8e21 /id/server/data | |
parent | 168a6bd6dd7268d6afe001312ef3705e6b87b02d (diff) | |
download | moa-id-spss-abe2192ea697ccc133f1fededa3a8ee1528ec7c8.tar.gz moa-id-spss-abe2192ea697ccc133f1fededa3a8ee1528ec7c8.tar.bz2 moa-id-spss-abe2192ea697ccc133f1fededa3a8ee1528ec7c8.zip |
Update readmes, Template zur BK-Auswahl (neue Bilder), Vollmachten-Templatetags/1.5.0-svn
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1210 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/server/data')
5 files changed, 4 insertions, 6 deletions
diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html index 8fda2a880..58f2a9ec5 100644 --- a/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html +++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_mandate_template.html @@ -21,6 +21,6 @@ Templateseite zur Signatur für Online-Vollmachten (für Handysignatur) <body onLoad="fillFrame(); return false;">
<h2>Vollmachten-Anmeldung (Handysignatur)</h2>
<!-- Name des iframe darf nicht veändert werden -->
- <iframe name="mandate" src="" frameborder="0" width="250" height="400"></iframe>
+ <iframe name="mandate" src="" frameborder="0" width="250" height="400" scrolling="no"></iframe>
</body>
</html>
\ No newline at end of file diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html index 28d84fea2..60d1a8733 100644 --- a/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html +++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/handy_moa-id_template.html @@ -3,8 +3,6 @@ MOA-ID Template für Handy-Signatur bei Online-Vollmachten -->
<html>
<head>
-<!-- base target muss bei lokale BKU und Handy-Signatur gesetzt sein -->
-<base target="_parent">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Vollmachten-Anmeldung</title>
</head>
diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html index 6b84dfd8e..bbea993d8 100644 --- a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html +++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html @@ -21,6 +21,6 @@ Templateseite zur Signatur für Online-Vollmachten (für Lokale-BKU) <body onLoad="fillFrame(); return false;">
<h2>Vollmachten-Anmeldung (Lokale-BKU)</h2>
<!-- Name des iframe darf nicht veändert werden -->
- <iframe name="mandate" src="" frameborder="0" width="250" height="400"></iframe>
+ <iframe name="mandate" src="" frameborder="0" width="250" height="400" scrolling="no"></iframe>
</body>
</html>
\ No newline at end of file diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html index b9506ca0e..47dc64408 100644 --- a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html +++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/local_moa-id_template.html @@ -3,7 +3,7 @@ MOA-ID Template für lokale BKU bei Online-Vollmachten -->
<html>
<head>
-<!-- base target muss bei lokale BKU und Handy-Signatur gesetzt sein -->
+<!-- base target muss bei lokaler BKU gesetzt sein -->
<base target="_parent">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Vollmachten-Anmeldung</title>
diff --git a/id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html b/id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html index ac7c17c8f..6b75fcb6a 100644 --- a/id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html +++ b/id/server/data/deploy/conf/moa-id/sampleTemplates/online_mandate_template.html @@ -21,6 +21,6 @@ Templateseite zur Signatur für Online-Vollmachten (für Online-BKU) <body onLoad="fillFrame(); return false;">
<h2>Vollmachten-Anmeldung (Online-BKU)</h2>
<!-- Name des iframe darf nicht veändert werden -->
- <iframe name="mandate" src="" frameborder="0" width="250" height="400"></iframe>
+ <iframe name="mandate" src="" frameborder="0" width="250" height="400" scrolling="no"></iframe>
</body>
</html>
\ No newline at end of file |