diff options
| author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-09-05 14:04:33 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2013-09-05 14:04:33 +0000 | 
| commit | b15509d9ed4ddfde35547032a06310a974e6358b (patch) | |
| tree | 2a8f098901d9f71f2740b749d33f99b9c468a067 | |
| parent | 3c5764d120dd32d73d9561974cf1ca61f0cc26dd (diff) | |
| download | mocca-b15509d9ed4ddfde35547032a06310a974e6358b.tar.gz mocca-b15509d9ed4ddfde35547032a06310a974e6358b.tar.bz2 mocca-b15509d9ed4ddfde35547032a06310a974e6358b.zip | |
Add help pages for certificate not valid warnings
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1204 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
| -rw-r--r-- | BKUHelp/src/main/webapp/help/de/img/warning.cert.expired.png | bin | 0 -> 1778 bytes | |||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/de/img/warning.cert.notyetvalid.png | bin | 0 -> 1801 bytes | |||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/de/warning.cert.expired.html | 43 | ||||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/de/warning.cert.notyetvalid.html | 43 | ||||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/img/warning.cert.expired.png | bin | 0 -> 1778 bytes | |||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/img/warning.cert.notyetvalid.png | bin | 0 -> 1801 bytes | |||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/warning.cert.expired.html | 43 | ||||
| -rw-r--r-- | BKUHelp/src/main/webapp/help/warning.cert.notyetvalid.html | 43 | 
8 files changed, 172 insertions, 0 deletions
| diff --git a/BKUHelp/src/main/webapp/help/de/img/warning.cert.expired.png b/BKUHelp/src/main/webapp/help/de/img/warning.cert.expired.pngBinary files differ new file mode 100644 index 00000000..a33f20ec --- /dev/null +++ b/BKUHelp/src/main/webapp/help/de/img/warning.cert.expired.png diff --git a/BKUHelp/src/main/webapp/help/de/img/warning.cert.notyetvalid.png b/BKUHelp/src/main/webapp/help/de/img/warning.cert.notyetvalid.pngBinary files differ new file mode 100644 index 00000000..c62c9cb8 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/de/img/warning.cert.notyetvalid.png diff --git a/BKUHelp/src/main/webapp/help/de/warning.cert.expired.html b/BKUHelp/src/main/webapp/help/de/warning.cert.expired.html new file mode 100644 index 00000000..8374e478 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/de/warning.cert.expired.html @@ -0,0 +1,43 @@ +<!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/warning.cert.expired.png" alt="Bildschirmfoto des Applets" 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>Zertifikat abgelaufen</h1>
 +    <p>Das auf der Karte gespeicherte Zertifikat ist nicht mehr gültig.</p>
 +    <p>Der Signaturvorgang kann fortgesetzt werden, allerdings ist die resultierende Signatur
 +    wahrscheinlich nicht gültig.</p>
 +    <p>Dieser Fehler kann auch auftreten wenn die Systemzeit falsch eingestellt ist.</p>
 +    <p><br class="clearfloat" /></p>
 +    </div>
 +  <div id="footer">
 +  	<p>
 +    	<a href="http://www.buergerkarte.at">Österreichische Bürgerkarte</a> | <a href="http://joinup.ec.europa.eu/software/mocca/description">Bürgerkartensoftware MOCCA</a>
 +    </p>
 +  </div>
 +<!-- end #container --></div>
 +</body>
 +</html>
 diff --git a/BKUHelp/src/main/webapp/help/de/warning.cert.notyetvalid.html b/BKUHelp/src/main/webapp/help/de/warning.cert.notyetvalid.html new file mode 100644 index 00000000..1153f9e6 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/de/warning.cert.notyetvalid.html @@ -0,0 +1,43 @@ +<!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/warning.cert.expired.png" alt="Bildschirmfoto des Applets" 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>Zertifikat noch nicht gültig</h1>
 +    <p>Das auf der Karte gespeicherte Zertifikat ist noch nicht gültig.</p>
 +    <p>Der Signaturvorgang kann fortgesetzt werden, allerdings ist die resultierende Signatur
 +    wahrscheinlich nicht gültig.</p>
 +    <p>Dieser Fehler kann auch auftreten wenn die Systemzeit falsch eingestellt ist.</p>
 +    <p><br class="clearfloat" /></p>
 +    </div>
 +  <div id="footer">
 +  	<p>
 +    	<a href="http://www.buergerkarte.at">Österreichische Bürgerkarte</a> | <a href="http://joinup.ec.europa.eu/software/mocca/description">Bürgerkartensoftware MOCCA</a>
 +    </p>
 +  </div>
 +<!-- end #container --></div>
 +</body>
 +</html>
 diff --git a/BKUHelp/src/main/webapp/help/img/warning.cert.expired.png b/BKUHelp/src/main/webapp/help/img/warning.cert.expired.pngBinary files differ new file mode 100644 index 00000000..a33f20ec --- /dev/null +++ b/BKUHelp/src/main/webapp/help/img/warning.cert.expired.png diff --git a/BKUHelp/src/main/webapp/help/img/warning.cert.notyetvalid.png b/BKUHelp/src/main/webapp/help/img/warning.cert.notyetvalid.pngBinary files differ new file mode 100644 index 00000000..c62c9cb8 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/img/warning.cert.notyetvalid.png diff --git a/BKUHelp/src/main/webapp/help/warning.cert.expired.html b/BKUHelp/src/main/webapp/help/warning.cert.expired.html new file mode 100644 index 00000000..0497f079 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/warning.cert.expired.html @@ -0,0 +1,43 @@ +<!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>Citizen Card - 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/warning.cert.expired.png" alt="Bildschirmfoto des Applets" 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>Zertifikat abgelaufen</h1> +    <p>Das auf der Karte gespeicherte Zertifikat ist nicht mehr gültig.</p> +    <p>Der Signaturvorgang kann fortgesetzt werden, allerdings ist die resultierende Signatur +    wahrscheinlich nicht gültig.</p> +    <p>Dieser Fehler kann auch auftreten wenn die Systemzeit falsch eingestellt ist.</p> +    <p><br class="clearfloat" /></p> +    </div> +  <div id="footer"> +  	<p> +    	<a href="http://www.buergerkarte.at">Austrian Citizen Card</a> | <a href="http://joinup.ec.europa.eu/software/mocca/description">Citizen Card Environment MOCCA</a> +    </p> +  </div> +<!-- end #container --></div> +</body> +</html> diff --git a/BKUHelp/src/main/webapp/help/warning.cert.notyetvalid.html b/BKUHelp/src/main/webapp/help/warning.cert.notyetvalid.html new file mode 100644 index 00000000..fc4c9776 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/warning.cert.notyetvalid.html @@ -0,0 +1,43 @@ +<!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>Citizen Card - 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/warning.cert.expired.png" alt="Bildschirmfoto des Applets" 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>Zertifikat noch nicht gültig</h1> +    <p>Das auf der Karte gespeicherte Zertifikat ist noch nicht gültig.</p> +    <p>Der Signaturvorgang kann fortgesetzt werden, allerdings ist die resultierende Signatur +    wahrscheinlich nicht gültig.</p> +    <p>Dieser Fehler kann auch auftreten wenn die Systemzeit falsch eingestellt ist.</p> +    <p><br class="clearfloat" /></p> +    </div> +  <div id="footer"> +  	<p> +    	<a href="http://www.buergerkarte.at">Austrian Citizen Card</a> | <a href="http://joinup.ec.europa.eu/software/mocca/description">Citizen Card Environment MOCCA</a> +    </p> +  </div> +<!-- end #container --></div> +</body> +</html> | 
