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 | |
| 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')
| -rw-r--r-- | BKUHelp/src/main/webapp/help/de/help.get.certificate.html | 55 | ||||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/de/index.html | 1 | ||||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/help.get.certificate.html | 53 | ||||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/index.html | 1 | 
4 files changed, 110 insertions, 0 deletions
| diff --git a/BKUHelp/src/main/webapp/help/de/help.get.certificate.html b/BKUHelp/src/main/webapp/help/de/help.get.certificate.html new file mode 100644 index 00000000..fc6f27cf --- /dev/null +++ b/BKUHelp/src/main/webapp/help/de/help.get.certificate.html @@ -0,0 +1,55 @@ +<!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>Bürgerkarte - Hilfe</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-Hilfe</h1> +    <!-- end #header --></div> +  <div id="sidebar1"> +    <p><img src="img/help.get.certificate.png" alt="Bildschirmfoto" width="190" height="130"/></p> +    <p><strong>Hinweis:</strong> Das Bildschirmfoto oben kann von der Darstellung in der Webseite abweichen.</p> +    <!-- end #sidebar1 --></div> +  <div id="mainContent"> +    <h1>Zertifikate Speichern</h1> +    <p>Mit Hilfe dieser Funktion können Sie die auf der Karte hinterlegten öffentlichen Zertifikate lokal auf Ihrem Gerät speichern, +      wobei der unterstützte Funktionsumfang vom Typ und Zustand der verwendeten Karte abhängt. +    </p> +    <p>Auf der Karte sind zwei Zertifikate hinterlegt. </p> +	<ul> +		<li>Einfaches Zertifikat</li> +		<li>Qualifiziertes Zertifikat</li> +	</ul> +	<p>Der Speichervorgang wird durch die Betätigung der jeweiligen Schaltfläche ausgelöst.  +	</p> +    <p style="text-align: center"><img src="img/help.get.certificate.png" alt="Bildschirmfoto" width="295" height="200" /></p> +    <p>Wählen Sie im folgenden Fenster den Ordner in dem das Zertifikat gespeichert werden soll. +    Anschließend betätigen Sie die Schaltfläche 'Speichern' um das Zertifikat zu speichern oder 'Abbrechen' um den Vorgang abzubrechen. +    </p> +    <p style="text-align: center"><img src="img/help.get.certificate.directory.png" alt="Bildschirmfoto" width="295" height="200" /></p> + +    <p><br class="clearfloat" /></p> +  </div> +  <div id="footer"> +  	<p> +    	<a href="http://www.buergerkarte.at">Österreichische Bürgerkarte</a> | <a href="http://mocca.egovlabs.gv.at">Bürgerkartensoftware MOCCA</a> +    </p> +  </div> +<!-- end #container --></div> +</body> +</html> diff --git a/BKUHelp/src/main/webapp/help/de/index.html b/BKUHelp/src/main/webapp/help/de/index.html index 51f93a45..1dee5635 100644 --- a/BKUHelp/src/main/webapp/help/de/index.html +++ b/BKUHelp/src/main/webapp/help/de/index.html @@ -33,6 +33,7 @@            <li><a href="help.hashdataviewer.html">Anzeige der Signaturdaten</a></li>
            <li><a href="help.pin.mgmt.html">PIN Verwaltung</a></li>
            <li><a href="help.change.pin.html">Ändern der PIN</a></li>
 +          <li><a href="help.get.certificate.html">Zertifikat speichern</a></li>
          </ul>
          <p>Wenn Sie auf diesen Seiten keine Antwort auf ihre Fragen finden, gibt es unter
          <a href="https://www.buergerkarte.at/mvnforum/mvnforum/index">www.buergerkarte.at</a> ein Support-Forum
 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> diff --git a/BKUHelp/src/main/webapp/help/index.html b/BKUHelp/src/main/webapp/help/index.html index 52eb0588..8a5b269f 100644 --- a/BKUHelp/src/main/webapp/help/index.html +++ b/BKUHelp/src/main/webapp/help/index.html @@ -34,6 +34,7 @@            <li><a href="help.hashdataviewer.html">Signature data display</a></li>            <li><a href="help.pin.mgmt.html">PIN management</a></li>            <li><a href="help.change.pin.html">Change PIN</a></li> +          <li><a href="help.get.certificate.html">Save certificate</a></li>          </ul>          <p>If you don't find answers to your questions in those pages, you can find a support Forum          for the citizen card at <a href="https://www.buergerkarte.at/mvnforum/mvnforum/index">www.buergerkarte.at</a>.</p> | 
