From 4800d1a9e2d8b90f81a95662ace7aa6e7bee32cd Mon Sep 17 00:00:00 2001 From: tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> Date: Fri, 12 Aug 2011 15:56:06 +0000 Subject: Added enterpin.* redirection pages git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@955 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- .../main/webapp/help/enterpin.pinpad.direct.html | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 BKUHelp/src/main/webapp/help/enterpin.pinpad.direct.html (limited to 'BKUHelp/src/main/webapp/help/enterpin.pinpad.direct.html') diff --git a/BKUHelp/src/main/webapp/help/enterpin.pinpad.direct.html b/BKUHelp/src/main/webapp/help/enterpin.pinpad.direct.html new file mode 100644 index 00000000..85f32dd6 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/enterpin.pinpad.direct.html @@ -0,0 +1,35 @@ +<!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="REFRESH" content="0;url=help.pinpad.html" /> +<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="img/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="mainContent" style="margin: 1.5em 1.5em 0 1.5em"> + <p>If redirection does not work, please click <a href="help.pinpad.html">here</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> -- cgit v1.2.3