diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-04-02 16:39:20 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-04-02 16:39:20 +0000 |
commit | 943fd491327eae61e0bb0f961dcde9ba5ce21b6b (patch) | |
tree | 37b0f3644f60313baa6d1a75d124c1d3cd3b12e6 /BKUHelp/src/main/webapp/help/help.get.certificate.html | |
parent | 239ec1a50524e2380d778956bbb75a539f468e2c (diff) | |
download | mocca-943fd491327eae61e0bb0f961dcde9ba5ce21b6b.tar.gz mocca-943fd491327eae61e0bb0f961dcde9ba5ce21b6b.tar.bz2 mocca-943fd491327eae61e0bb0f961dcde9ba5ce21b6b.zip |
@getCertificate: create help pages (German and English version)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1057 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUHelp/src/main/webapp/help/help.get.certificate.html')
-rw-r--r-- | BKUHelp/src/main/webapp/help/help.get.certificate.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/BKUHelp/src/main/webapp/help/help.get.certificate.html b/BKUHelp/src/main/webapp/help/help.get.certificate.html new file mode 100644 index 00000000..b5f5df72 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/help.get.certificate.html @@ -0,0 +1,53 @@ +<!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.get.certificate.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>Save Certificate</h1> + <p>This feature can be used to store the public certificates, which are deposited on the identity card, on your local machine. + The functional range depends on the type and the status of the smartcard which is in use.</p> + <p>There are two certificates deposited on the identity card.</p> + <ul> + <li>Simple certificate</li> + <li>Qualified certificate</li> + </ul> + <p>The save-certificate operation is initiated by pressing the respective button.</p> + <p style="text-align: center"><img src="img/help.get.certificate.png" alt="screenshot" width="295" height="200" /></p> + <p>You can choose the folder where the certificate should be stored. Subsequent to the folder selection, the save-certificate operation can be finished + by pressing the 'Save' button or aborted by pressing the 'Cancel' button. + </p> + <p style="text-align: center"><img src="img/help.get.certificate.directory.png" alt="screenshot" width="295" height="200" /></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> |