diff options
Diffstat (limited to 'BKULocal/src/main/webapp/en')
-rw-r--r-- | BKULocal/src/main/webapp/en/index.html | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/BKULocal/src/main/webapp/en/index.html b/BKULocal/src/main/webapp/en/index.html new file mode 100644 index 00000000..cfb0f957 --- /dev/null +++ b/BKULocal/src/main/webapp/en/index.html @@ -0,0 +1,64 @@ +<!-- + Copyright 2008 Federal Chancellery Austria and + Graz University of Technology + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!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 - Welcome</title> + <link href="/help/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>Welcome</h1> + <!-- end #header --></div> + <div id="mainContent" style="margin: 1.5em 1.5em 0 1.5em"> + <div style="float:left; margin-right:1em"> + <img src="/img/chip48.png" alt="Logo" width="48" height="48"/> + </div> + <p>Congratulations, you successfully installed the citizen-card environment MOCCA. + Please install the + <a href="/ca.crt">CA certificate</a>¹ as trusted certificate in your browser. + </p> + + <p style="clear:left; margin-top:1.5em">Please also have a look at</p> + <ul> + <li>the <a href="/help/en/">help topics</a>,</li> + <li>the <a href="/PINManagement?redirect=./index.html">PIN management</a> or </li> + <li>the <a href="/ca.crt">CA certificate installation</a> (you may open this link with another browser as well).</li> + </ul> + + <p><br class="clearfloat" /></p> + + <p style="font-size:80%"> + ¹The automated installation of the CA certificate is not available in Microsoft Windows Vista and Windows 7, + please see <a href="/help/en/help.install.cacert.html">Help</a>. + </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> + |