diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-06-02 15:04:20 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-06-02 15:04:20 +0000 |
commit | e4b8cec0f43af3aa4272e56e8133cc70512149a2 (patch) | |
tree | c399b036fbd4fff036cd72b669daa6ac00518a16 /BKULocal/src/main/webapp/en | |
parent | 790f1a41dfda0a0040f085d0fed93acbfd143fbb (diff) | |
download | mocca-e4b8cec0f43af3aa4272e56e8133cc70512149a2.tar.gz mocca-e4b8cec0f43af3aa4272e56e8133cc70512149a2.tar.bz2 mocca-e4b8cec0f43af3aa4272e56e8133cc70512149a2.zip |
default locale: en, help pages fixed
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@748 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal/src/main/webapp/en')
-rw-r--r-- | BKULocal/src/main/webapp/en/index.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/BKULocal/src/main/webapp/en/index.html b/BKULocal/src/main/webapp/en/index.html deleted file mode 100644 index cfb0f957..00000000 --- a/BKULocal/src/main/webapp/en/index.html +++ /dev/null @@ -1,64 +0,0 @@ -<!-- - 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> - |