From 439b09ddcddd9162fa4eb1e6c64e28e7fe650b7c Mon Sep 17 00:00:00 2001 From: tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> Date: Mon, 2 Apr 2012 16:39:11 +0000 Subject: Adding help pages for identity link extension git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1051 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../src/main/webapp/help/help.identity.link.html | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 BKUHelp/src/main/webapp/help/help.identity.link.html (limited to 'BKUHelp/src/main/webapp/help/help.identity.link.html') diff --git a/BKUHelp/src/main/webapp/help/help.identity.link.html b/BKUHelp/src/main/webapp/help/help.identity.link.html new file mode 100644 index 00000000..27eeef9d --- /dev/null +++ b/BKUHelp/src/main/webapp/help/help.identity.link.html @@ -0,0 +1,46 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<title>CitizenCard - Help</title> +<link href="css/help.css" rel="stylesheet" type="text/css" /> +<link rel="shortcut icon" href="img/chip16.ico" type="image/x-icon"/> +<!--[if IE]> +<style type="text/css"> +/* place css fixes for all versions of IE in this conditional comment */ +.twoColElsLtHdr #sidebar1 { padding-top: 30px; } +.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; } +/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ +</style> +<![endif]--> +</head> + +<body class="twoColElsLtHdr"> + +<div id="container"> + <div id="header"> + <h1>Online Help</h1> + <!-- end #header --></div> + <div id="sidebar1"> + <p><img src="img/help.identity.link.png" alt="applet screenshot" width="190" height="130"/></p> + <p><strong>Note</strong> that the screenshot may differ slightly from the actual web page.</p> + <!-- end #sidebar1 --></div> + <div id="mainContent"> + <h1>Personenbindung</h1> + <p>Die Personenbindung stellt eine Verbindung zwischen Ihrem qualifizierten Zertifikat + und Ihrer Stammzahl her. Da Sie im Zertifikat nur durch Ihren Namen identifiziert sind, + wären sonst Verwechslungen zwischen mehreren Personen möglich (bei Namensgleichheit). + Technisch gesehen ist die Personenbindung eine von der Stammzahlenregisterbehörde signierte + Datei im XML-Format, die während des Aktivierungsprozesses auf dem Chip der Karte gespeichert wird. + </p> + <p>Aus rechtlichen Gründen darf MOCCA die Stammzahl nicht angezeigen.</p> + <p><br class="clearfloat" /></p> + </div> + <div id="footer"> + <p> + <a href="http://www.buergerkarte.at">Austrian CitizenCard</a> | <a href="http://mocca.egovlabs.gv.at">CitizenCard Environment MOCCA</a> + </p> + </div> +<!-- end #container --></div> +</body> +</html> -- cgit v1.2.3