diff options
Diffstat (limited to 'BKUHelp/src/main/webapp/help/404h.html')
-rw-r--r-- | BKUHelp/src/main/webapp/help/404h.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/BKUHelp/src/main/webapp/help/404h.html b/BKUHelp/src/main/webapp/help/404h.html new file mode 100644 index 00000000..ec744da4 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/404h.html @@ -0,0 +1,52 @@ +<!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"/> + </head> + + <body class="twoColElsLtHdr"> + + <div id="container"> + <div id="header"> + <h1>Online Help</h1> + <!-- end #header --></div> + <div id="sidebar1"> + <p><img src="img/welcome.png" alt="applet screenshot" width="190" height="130"/></p> + <p>Help icon above CitizenCard dialog</p> + <!-- end #sidebar1 --></div> + <div id="mainContent"> + <h1>CitizenCard-Environment Help</h1> + <p>Sorry, no context specific help was found.</p> + <p> + The context-dependent CitizenCard Environment help is available via + the help icon in the top right corner above the CitizenCard dialog. + Alternatively, the individual help pages can be accessed and also bookmarked directly from the browser. + </p> + <p>Answers to frequently asked questions can be found in the following help pages: </p> + <ul> + <li><a href="help.install.cacert.html">CA certificate installation (MOCCA Webstart only)</a></li> + <li><a href="error.pcsc.html">PC/SC installation error</a></li> + <li><a href="cardnotsupported.html">Supported signature cards</a></li> + <li><a href="help.cardpin.html">Accessing protected card data (pin entry)</a></li> + <li><a href="help.signpin.html">Signature creation</a></li> + <li><a href="help.retry.html">Wrong PIN</a></li> + <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> + </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> + + <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> |