diff options
Diffstat (limited to 'BKUHelp/src/main/webapp/help/index.html')
-rw-r--r-- | BKUHelp/src/main/webapp/help/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/BKUHelp/src/main/webapp/help/index.html b/BKUHelp/src/main/webapp/help/index.html index 6ab7d58d..08362502 100644 --- a/BKUHelp/src/main/webapp/help/index.html +++ b/BKUHelp/src/main/webapp/help/index.html @@ -4,7 +4,7 @@ <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="chip16.ico" type="image/x-icon"/> + <link rel="shortcut icon" href="img/chip16.ico" type="image/x-icon"/> </head> <body class="twoColElsLtHdr"> @@ -14,7 +14,7 @@ <h1>Online Help</h1> <!-- end #header --></div> <div id="sidebar1"> - <p><img src="welcome.png" alt="applet screenshot" width="190" height="130"/></p> + <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"> @@ -22,7 +22,7 @@ <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 or bookmarked directly from the browser. + 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> @@ -36,6 +36,8 @@ <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> |