diff options
Diffstat (limited to 'mocca-1.2.11/BKULocal/src/main/webapp/index.html')
-rw-r--r-- | mocca-1.2.11/BKULocal/src/main/webapp/index.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/mocca-1.2.11/BKULocal/src/main/webapp/index.html b/mocca-1.2.11/BKULocal/src/main/webapp/index.html deleted file mode 100644 index c6d6c747..00000000 --- a/mocca-1.2.11/BKULocal/src/main/webapp/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>Bürgerkarte - Willkommen</title> - <link href="help/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>Willkommen</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>Sie haben die Bürgerkartenumgebung MOCCA erfolgreich installiert. - Um diese zu verwenden installieren Sie bitte noch das - <a href="ca.crt">CA Zertifikat</a>¹ in ihrem Browser. - </p> - - <p style="clear:left; margin-top:1.5em">Weiters können Sie</p> - <ul> - <li>die <a href="help">Hilfe durchsehen</a>,</li> - <li>die <a href="PINManagement?redirect=./index.html">PIN Verwaltung starten</a> oder </li> - <li>das <a href="ca.crt">CA Zertifikat installieren</a> (rufen Sie diesen Link aus anderen Web-Browsern auf um auch dort das CA Zertifikat zu installieren).</li> - </ul> - - <p><br class="clearfloat" /></p> - - <p style="font-size:80%"> - ¹Eine automatisierte Installation ist mit Microsoft Internet Explorer in Windows Vista oder 7 leider nicht möglich, - siehe dazu <a href="help/de/help.install.cacert.html">Hilfe</a>. - </p> - - </div> - <div id="footer"> - <p> - <a href="http://www.buergerkarte.at">Österreichische Bürgerkarte</a> | <a href="http://mocca.egovlabs.gv.at">Bürgerkartensoftware MOCCA</a> - </p> - </div> - <!-- end #container --></div> - </body> -</html> - |