diff options
author | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-07-27 13:06:39 +0000 |
---|---|---|
committer | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2004-07-27 13:06:39 +0000 |
commit | 8b171d70a451062dd26b12aeeab2f87ccd8679b3 (patch) | |
tree | 1122543b5d08673db33933698e714c9001fcabfd /id.templates/html/SampleTemplate.html | |
parent | 566ac11510f83be490a3539c9b0b3e79941092a7 (diff) | |
download | moa-id-spss-8b171d70a451062dd26b12aeeab2f87ccd8679b3.tar.gz moa-id-spss-8b171d70a451062dd26b12aeeab2f87ccd8679b3.tar.bz2 moa-id-spss-8b171d70a451062dd26b12aeeab2f87ccd8679b3.zip |
initial check in (RSCH)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@153 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.templates/html/SampleTemplate.html')
-rw-r--r-- | id.templates/html/SampleTemplate.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/id.templates/html/SampleTemplate.html b/id.templates/html/SampleTemplate.html new file mode 100644 index 000000000..efaa52795 --- /dev/null +++ b/id.templates/html/SampleTemplate.html @@ -0,0 +1,59 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<title>MOA ID - Identifizierter Zugang mit Bürgerkarte</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <meta name="Author" content="Max Mustermann"> + <meta name="keywords" content="MOA-ID"> + <link rel="stylesheet" type="text/css" href="/moaid-templates/css/main.css"> + <link rel="stylesheet" type="text/css" href="/moaid-templates/css/display.css" media="screen,projection,tv,handheld"> +</head> + +<body> +<img src="/moaid-templates/SampleLogo.gif" alt='Organisation XY'> +<h1 align="center">Sicherer Zugang zur Online-Anwendung mit Bürgerkarte</h1> +<p></p> + +Der identifizierte Zugang erfolgt über die Module für Online Applikationen (MOA) unter Verwendung einer Bürgerkarte und deren Signaturfunktion. + +<p></p> +<p>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.</p> + + +<form name="CustomizedForm" action="<BKU>" method="post"> + <div align="center"> + <input type="hidden" + name="XMLRequest" + value="<XMLRequest>"/> + <input type="hidden" + name="DataURL" + value="<DataURL>"/> + <input type="submit" value="Anmeldung mit Bürgerkarte" name="submit"/> + </div> +</form> +<form name="CustomizedInfoForm" + action="<BKU>" + method="post"> + <input type="hidden" + name="XMLRequest" + value="<CertInfoXMLRequest>"/> + <input type="hidden" + name="DataURL" + value="<CertInfoDataURL>"/> + + +<br/> +<p></p> + + <input type="hidden" value="Weitere Info"/> +</form> + +<div align="right"><a href="http://validator.w3.org/check?uri=http://localhost:8080/moaid-templates/SampleTemplate.html"><img border="0" + src="/moaid-templates/valid-html401.gif" + alt="Valid HTML 4.01!" height="31" width="88"></a> </div> +<p align="right"> </p> + +</body> +</html> |