diff options
| author | vkrnjic <vkrnjic@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-12-28 10:50:58 +0000 | 
|---|---|---|
| committer | vkrnjic <vkrnjic@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-12-28 10:50:58 +0000 | 
| commit | e3494906a86b01ec5111138faeb858088062ad63 (patch) | |
| tree | 0e0f17bcec6ed277d8c7519676374742a7580c47 /BKUHelp/src | |
| parent | d84c19299e1e49153ca80de11aaf17cc9886a6e2 (diff) | |
| download | mocca-e3494906a86b01ec5111138faeb858088062ad63.tar.gz mocca-e3494906a86b01ec5111138faeb858088062ad63.tar.bz2 mocca-e3494906a86b01ec5111138faeb858088062ad63.zip | |
error.viewer page created
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@859 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUHelp/src')
| -rw-r--r-- | BKUHelp/src/main/webapp/help/error.viewer.htm | 36 | 
1 files changed, 36 insertions, 0 deletions
| diff --git a/BKUHelp/src/main/webapp/help/error.viewer.htm b/BKUHelp/src/main/webapp/help/error.viewer.htm new file mode 100644 index 00000000..8673e022 --- /dev/null +++ b/BKUHelp/src/main/webapp/help/error.viewer.htm @@ -0,0 +1,36 @@ +<!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="css/help.css" rel="stylesheet" type="text/css" />
 +<link rel="shortcut icon" href="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-Hilfe</h1>
 +    <!-- end #header --></div>
 +  <div id="mainContent" style="margin: 1.5em 1.5em 0 1.5em">
 +    <h1>Anzeige Fehler</h1>
 +   <p> Die Komponente zu Anzeige der Signaturdaten konnte nicht geladen werden.</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>
\ No newline at end of file | 
