From 43e57a42832ea8b4ceb0317f3c9028a4174ffa7b Mon Sep 17 00:00:00 2001 From: mcentner Date: Wed, 8 Aug 2007 07:25:32 +0000 Subject: Adapted project directory structure to suit the new maven based build process. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@909 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../main/webapp/SampleBKUSelectionTemplate.html | 52 +++++++++++++++ id/templates/src/main/webapp/SampleLogo.gif | Bin 0 -> 24664 bytes id/templates/src/main/webapp/SampleTemplate.html | 62 +++++++++++++++++ id/templates/src/main/webapp/WEB-INF/web.xml | 9 +++ id/templates/src/main/webapp/css/display.css | 52 +++++++++++++++ id/templates/src/main/webapp/css/main.css | 74 +++++++++++++++++++++ id/templates/src/main/webapp/valid-html401.gif | Bin 0 -> 2328 bytes 7 files changed, 249 insertions(+) create mode 100644 id/templates/src/main/webapp/SampleBKUSelectionTemplate.html create mode 100644 id/templates/src/main/webapp/SampleLogo.gif create mode 100644 id/templates/src/main/webapp/SampleTemplate.html create mode 100644 id/templates/src/main/webapp/WEB-INF/web.xml create mode 100644 id/templates/src/main/webapp/css/display.css create mode 100644 id/templates/src/main/webapp/css/main.css create mode 100644 id/templates/src/main/webapp/valid-html401.gif (limited to 'id/templates/src/main/webapp') diff --git a/id/templates/src/main/webapp/SampleBKUSelectionTemplate.html b/id/templates/src/main/webapp/SampleBKUSelectionTemplate.html new file mode 100644 index 000000000..5536226a8 --- /dev/null +++ b/id/templates/src/main/webapp/SampleBKUSelectionTemplate.html @@ -0,0 +1,52 @@ + + + +MOA ID - Auswahl der B&uuuml;rgerkartenumgebung + + + + + + + + +Organisation XY +

Auswahl der Bürgerkartenumgebung

+

+

Sie haben sich für Anmeldung mit Ihrer Bürgerkarte entschieden. Da es verschiedene Formen der Bürgerkarte gibt, müssen Sie nun wählen, welche Sie bei der Anmeldung verwenden wollen.

+

Auswahl der Bürgerkarte

+
+ + + +
+

+ + + + +

Hinweise:

+
    +
  • +

    Wollen Sie eine A-Trust Bürgerkarte erwerben? Hier finden Sie Informationen + dazu: A-Trust + Bürgerkarte. Bei der Anmeldung mit der A-Trust Bürgerkarte + benötigen Sie eine funktionsfähige Bürgerkartensoftware sowie + einen passenden Kartenleser.

    +
  • +
  • +

    Wollen Sie ein A1-Signatur erwerben? Wenden Sie sich an 0800-664 680 um + Informationen zur A1-Signatur zu erhalten. + Hier finden Sie ebenfalls Informationen dazu: A1-Signatur. + Bei der Anmeldung mit der A1-Signatur wird keine Bürgerkartensoftware und + kein Kartenleser benötigt.

    +
  • +
+
Valid HTML 4.01!
+

 

+ + + + diff --git a/id/templates/src/main/webapp/SampleLogo.gif b/id/templates/src/main/webapp/SampleLogo.gif new file mode 100644 index 000000000..4b7c682b1 Binary files /dev/null and b/id/templates/src/main/webapp/SampleLogo.gif differ diff --git a/id/templates/src/main/webapp/SampleTemplate.html b/id/templates/src/main/webapp/SampleTemplate.html new file mode 100644 index 000000000..e9756a036 --- /dev/null +++ b/id/templates/src/main/webapp/SampleTemplate.html @@ -0,0 +1,62 @@ + + + +MOA ID - Identifizierter Zugang mit Bürgerkarte + + + + + + + + +Organisation XY +

Sicherer Zugang zur Online-Anwendung mit Bürgerkarte

+

+ +Der identifizierte Zugang erfolgt über die Module für Online Applikationen (MOA) unter Verwendung einer Bürgerkarte und deren Signaturfunktion. + +

+

Wenn Sie in Folge die Schaltfläche "Anmeldung mit Bürgerkarte" +aktivieren, so werden zur Signatur der Anmeldedaten aufgefordert. Wenn sie diese +signieren, so werden sie zur Online-Anwendung weitergeleitet und angemeldet.

+ + +
+
+ + + + +
+
+
+ + + + +
+

+ + +
+ +
Valid HTML 4.01!
+

 

+ + + diff --git a/id/templates/src/main/webapp/WEB-INF/web.xml b/id/templates/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 000000000..6954e9c87 --- /dev/null +++ b/id/templates/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,9 @@ + + + + + + Sample MOA-ID Templates + >Sample MOA-ID Templates + + diff --git a/id/templates/src/main/webapp/css/display.css b/id/templates/src/main/webapp/css/display.css new file mode 100644 index 000000000..fc6da85b0 --- /dev/null +++ b/id/templates/src/main/webapp/css/display.css @@ -0,0 +1,52 @@ +/* Beispiel Display-Stylesheet */ + +span.printText { + font-size:80%; + margin-left:1em; + margin-top:-1.2em; + margin-bottom:1em; + font-weight:bold; + float:right +} + +#mainmenu { + padding-left: 8px +} + +#currentcontext { + background-color:#eff3ff; + border-top: 1px solid #76769f; + border-bottom: 1px solid #76769f; +} + +#contextmenu { + position: absolute; + padding-top: 0.5em; + margin-top: 1em; + background: #e7e9f6; + width: 12.5em; +} + +#contextmenubottom { + padding-top:1em; + background:white; + background-image:url(/style/img/mnv.gif); + background-repeat:repeat-x; +} + +#contentcontainer { + position: absolute; + padding: 0px; + margin-left: 13.5em; + margin-top: 1em; + width: 40em; + text-align: justify; +} + +#content { + margin-top:0em; + margin-left:1em; +} + + +/* #z_location { font-size:80%; margin-left:1em; padding-top:1em; } */ diff --git a/id/templates/src/main/webapp/css/main.css b/id/templates/src/main/webapp/css/main.css new file mode 100644 index 000000000..bcad5589c --- /dev/null +++ b/id/templates/src/main/webapp/css/main.css @@ -0,0 +1,74 @@ +/* Haupt-Stylesheet fuer z.B. für CIO/ciointern/iktintern/WSIS Webseite sowie in MOA-ID Templates*/ +/* Original design by Tinfish Media Lab */ +/* Additional design by Bernd Martin, Arno Hollosi */ + +body { + margin-bottom:0.5em; + margin-right:2em; + margin-left:0.5em; + margin-top:0.5em; + background-color:#FFFFFF; + color:#000000; +} + +/* Font */ +body,table,td,th +{ + font-family:arial,sans-serif; + font-size:small; +} +th { background-color:#ffffbb; color:#000000; } + + +/* Ueberschriften */ +h1,h2,h3,h4,h5 +{ + color:#336699; + background-color:#FFFFFF; +} +h1 { font-size:140%; } +h2 { font-size:120%; } +h3 { font-size:110%; } + +/* Links */ +a:link { color:#336699; text-decoration:none; } +a:visited { color:#660066; text-decoration:none; } +a:active { color:#336699; text-decoration:none; } +a:hover { color:#000000; text-decoration:underline; } + +dt { font-weight:bold; } + +dl.filelist dt { font-weight: normal; } +dl.filelist dd { margin-bottom: 0.5em; } + + +div.pic { font-size:80%; color:#888888; background-color:#FFFFFF; } + +div.verz0 { margin-left:0em; } +div.verz1 { margin-left:1em; } +div.verz2 { margin-left:2em; } +div.verz3 { margin-left:3em; } +div.verz4 { margin-left:4em; } +div.verz5 { margin-left:5em; } +div.verz6 { margin-left:6em; } +div.verz7 { margin-left:7em; } + +div.backLink { font-size:70%; margin-left:0em; margin-bottom:0em; font-weight:bold } +div.noJavaScript { font-size:70%; margin-top:1.2em; margin-bottom:1.2em; font-weight:bold } + +div.newsDate { font-size:70%; margin-left:0em; margin-bottom:0em; margin-top:1em; font-weight:bold } +div.newsTitle { font-size:100%; margin-left:0em; margin-bottom:0.1em; font-weight:bold } +div.newsDesc { font-size:90%; margin-left:2em; margin-bottom:0em; } +div.newsCreator { font-size:70%; margin-left:2.6em; margin-bottom:1em; } +div.newsResultDesc { font-size:90%; margin-left:2em; margin-bottom:1em; } + +div.indentSmall { margin-left:1em } +div.indentNormal { margin-left:1.5em } +div.indentHigh { margin-left:2em } + +div.pic { font-size:80%; color:#888888; background-color:#FFFFFF; } + +span.hinw { color:#993333; background-color:#FFFFFF; } +span.filesizeinfo { font-size:75% } +span.imprintText { font-size:80%; margin-left:1em; float:right } +span.footer { font-size:80%; margin-left:1em; margin-bottom:1em;} diff --git a/id/templates/src/main/webapp/valid-html401.gif b/id/templates/src/main/webapp/valid-html401.gif new file mode 100644 index 000000000..1270561e1 Binary files /dev/null and b/id/templates/src/main/webapp/valid-html401.gif differ -- cgit v1.2.3 From 83f01ddf24d98dbb5df41fb627a14edee2d57df7 Mon Sep 17 00:00:00 2001 From: pdanner Date: Wed, 17 Oct 2007 16:18:44 +0000 Subject: Implemented and integrated party representation and integrated mandates as per default available Now Eclipse projects are available. The Web Tools Platform can be used to run the web applications git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1014 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../webapp/SampleInputProcessorSignTemplate.html | 45 ++++++++++++++++++++++ id/templates/src/main/webapp/SampleTemplate.html | 39 ++++++------------- 2 files changed, 57 insertions(+), 27 deletions(-) create mode 100644 id/templates/src/main/webapp/SampleInputProcessorSignTemplate.html (limited to 'id/templates/src/main/webapp') diff --git a/id/templates/src/main/webapp/SampleInputProcessorSignTemplate.html b/id/templates/src/main/webapp/SampleInputProcessorSignTemplate.html new file mode 100644 index 000000000..c9b0a37b3 --- /dev/null +++ b/id/templates/src/main/webapp/SampleInputProcessorSignTemplate.html @@ -0,0 +1,45 @@ + + + +MOA ID - Identifizierter Zugang mit Bürgerkarte + + + + + + + + + +Organisation XY +

Sicherer Zugang zur Online-Anwendung mit Bürgerkarte

+

+ +Der identifizierte Zugang erfolgt über die Module für Online Applikationen (MOA) unter Verwendung einer Bürgerkarte und deren Signaturfunktion. + +

+

Sie werden in kuürze zur Signatur der Anmeldedaten aufgefordert. Wenn sie diese +signieren, so werden sie zur Online-Anwendung weitergeleitet und angemeldet.

+ +
+
+ + + + +
+
+ +
Valid HTML 4.01!
+

 

+ + + diff --git a/id/templates/src/main/webapp/SampleTemplate.html b/id/templates/src/main/webapp/SampleTemplate.html index e9756a036..824c7153c 100644 --- a/id/templates/src/main/webapp/SampleTemplate.html +++ b/id/templates/src/main/webapp/SampleTemplate.html @@ -2,11 +2,11 @@ MOA ID - Identifizierter Zugang mit Bürgerkarte - - - - - + + + + + @@ -24,33 +24,18 @@ signieren, so werden sie zur Online-Anwendung weitergeleitet und angemeldet.

- - - + + +
-
- - - - + + +

- - +
Date: Mon, 10 Aug 2009 09:23:17 +0000 Subject: git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1123 d688527b-c9ab-4aba-bd8d-4036d912da1d --- id/templates/src/main/webapp/META-INF/MANIFEST.MF | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 id/templates/src/main/webapp/META-INF/MANIFEST.MF (limited to 'id/templates/src/main/webapp') diff --git a/id/templates/src/main/webapp/META-INF/MANIFEST.MF b/id/templates/src/main/webapp/META-INF/MANIFEST.MF new file mode 100644 index 000000000..5e9495128 --- /dev/null +++ b/id/templates/src/main/webapp/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: + -- cgit v1.2.3 From 9bbe4aa713e2c38dcfba02880c9b2cb63e82a859 Mon Sep 17 00:00:00 2001 From: kstranacher Date: Tue, 21 Jun 2011 15:40:44 +0000 Subject: =?UTF-8?q?*=20Update=20MOA-ID=20(Template=20Mechanismus=20f=C3=BC?= =?UTF-8?q?r=20Online-Vollmachten=20inkl.=20MOA-ID=20Config)=20*=20Update?= =?UTF-8?q?=20BK-Auswahl=20Howto=20*=20Update=20Default-Konfigurationen=20?= =?UTF-8?q?*=20L=C3=B6schen=20von=20A1-Signatur=20Texten=20*=20Entfernung?= =?UTF-8?q?=20von=20tempates.war?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1206 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../src/main/webapp/SampleBKUSelectionTemplate.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'id/templates/src/main/webapp') diff --git a/id/templates/src/main/webapp/SampleBKUSelectionTemplate.html b/id/templates/src/main/webapp/SampleBKUSelectionTemplate.html index 5536226a8..251793a93 100644 --- a/id/templates/src/main/webapp/SampleBKUSelectionTemplate.html +++ b/id/templates/src/main/webapp/SampleBKUSelectionTemplate.html @@ -33,19 +33,8 @@ Bürgerkarte. Bei der Anmeldung mit der A-Trust Bürgerkarte benötigen Sie eine funktionsfähige Bürgerkartensoftware sowie einen passenden Kartenleser.

- -
  • -

    Wollen Sie ein A1-Signatur erwerben? Wenden Sie sich an 0800-664 680 um - Informationen zur A1-Signatur zu erhalten. - Hier finden Sie ebenfalls Informationen dazu: A1-Signatur. - Bei der Anmeldung mit der A1-Signatur wird keine Bürgerkartensoftware und - kein Kartenleser benötigt.

    -
  • + -
    Valid HTML 4.01!
    -

     

    -- cgit v1.2.3