diff options
Diffstat (limited to 'id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html | 26 |
1 files changed, 0 insertions, 26 deletions
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 deleted file mode 100644 index bbea993d8..000000000 --- a/id/server/data/deploy/conf/moa-id/sampleTemplates/local_mandate_template.html +++ /dev/null @@ -1,26 +0,0 @@ -<!--
-Templateseite zur Signatur für Online-Vollmachten (für Lokale-BKU)
--->
-<html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <title>Vollmachten-Anmeldung</title>
- <!-- Javascript darf nicht verändert werden -->
- <script language="javascript">
- function fillFrame() {
- var f = top.frames['mandate'];
- with (f.document) {
- open();
- <Mandate>
- close();
- }
- }
- </script>
- </head>
- <!-- onLoad="fillFrame(); return false;" darf nicht verändert werden-->
- <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" scrolling="no"></iframe>
- </body>
-</html>
\ No newline at end of file |