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 /BKUHelp/src/main/webapp/help/en/insertcard.html | |
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 'BKUHelp/src/main/webapp/help/en/insertcard.html')
-rw-r--r-- | BKUHelp/src/main/webapp/help/en/insertcard.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/BKUHelp/src/main/webapp/help/en/insertcard.html b/BKUHelp/src/main/webapp/help/en/insertcard.html deleted file mode 100644 index 7216a3fe..00000000 --- a/BKUHelp/src/main/webapp/help/en/insertcard.html +++ /dev/null @@ -1,43 +0,0 @@ -<!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="/help/css/help.css" rel="stylesheet" type="text/css" /> -<link rel="shortcut icon" href="/help/chip16.ico" type="image/x-icon"/> -<!--[if IE]> -<style type="text/css"> -/* place css fixes for all versions of IE in this conditional comment */ -.twoColElsLtHdr #sidebar1 { padding-top: 30px; } -.twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; } -/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ -</style> -<![endif]--> -</head> - -<body class="twoColElsLtHdr"> - -<div id="container"> - <div id="header"> - <h1>Online Help</h1> - <!-- end #header --></div> - <div id="sidebar1"> - <p><img src="insertcard.png" alt="Bildschirmfoto des Applets" width="190" height="130"/></p> - <p><strong>Note</strong> that the screenshot may differ slightly from the actual web page.</p> - <!-- end #sidebar1 --></div> - <div id="mainContent"> - <h1> Bitte die Bürgerkarte in den Kartenleser stecken</h1> - <p>Die Software für den Zugriff auf die Bürgerkarte hat einen oder mehrere unterstützte Kartenleser gefunden.</p> - <p>Bitte stecken Sie nun ihre Bürgerkarte in den Kartenleser. Wird die Karte erkannt, welchselt die Bildschirmanzeige.</p> - <p>Sollten Sie mehrere Kartenleser angeschlossen haben, wählen Sie einen beliebigen aus. Wird die Karte im ausgewählten Kartenleser nicht erkannt, wird dieser Kartenleser eventuell nicht unterstützt. Probieren Sie es daher in einem anderen Kartenleser nochmal. - </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> |