summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-08-18 18:31:12 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2011-08-18 18:31:12 +0000
commit8d65ba5b66df3dfab5b4f0c9e26a5caf0540a743 (patch)
tree55090b5567a3b692324906e7ca69609e6f3df7d9
parentf583571210b270016e9507902dfd4e58fc41c925 (diff)
downloadmocca-8d65ba5b66df3dfab5b4f0c9e26a5caf0540a743.tar.gz
mocca-8d65ba5b66df3dfab5b4f0c9e26a5caf0540a743.tar.bz2
mocca-8d65ba5b66df3dfab5b4f0c9e26a5caf0540a743.zip
Move WebStart specific help to new Module
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@958 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r--BKUHelp/src/main/webapp/help/de/help.pinpad.html11
-rw-r--r--BKUHelp/src/main/webapp/help/help.pinpad.html6
-rw-r--r--BKUHelpWebStart/pom.xml19
-rw-r--r--BKUHelpWebStart/src/main/webappOverlay/help/de/help.pinpad.html60
-rw-r--r--BKUHelpWebStart/src/main/webappOverlay/help/help.pinpad.html60
-rw-r--r--BKULocal/pom.xml17
-rw-r--r--pom.xml6
7 files changed, 163 insertions, 16 deletions
diff --git a/BKUHelp/src/main/webapp/help/de/help.pinpad.html b/BKUHelp/src/main/webapp/help/de/help.pinpad.html
index 62c74126..e3060bb9 100644
--- a/BKUHelp/src/main/webapp/help/de/help.pinpad.html
+++ b/BKUHelp/src/main/webapp/help/de/help.pinpad.html
@@ -37,17 +37,6 @@
<p>F&uuml;r Kartenleser mit Anzeige ist dies nicht der Fall, die Stellen werden auf der Anzeige des Leseger&auml;tes angezeigt.</p>
<p style="text-align: center"><img src="img/help.pinpad_2.png" alt="Bildschirmfoto" width="194" height="146" /></p>
<p>Bitte beachten Sie das unter Linux (PCSCLite) keine Anzeige im Applet möglich ist. Die Macintosh PCSC-Schnittstelle unterst&uuml;tz derzeit keine Pinpad Kartenleser.</p>
- <p>In Einzelf&auml;llen kommt es zu Problemen mit der Pinpad-Eingabe. Zur tempor&auml;ren Umgehung dieser Probleme kann die Pinpad-Eingabe
- deaktiviert werden. Dabei verlieren Sie allerdings den Sicherheitsvorteil eines Pinpad-Kartenlesers. Dazu muss in der <a href="help.config.html">MOCCA-Konfiguration</a> folgender Eintrag gemacht werden:</p>
-<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;MoccaConfiguration version="1.0"&gt;
- &lt;CCID&gt;
- &lt;disablePinpad&gt;true&lt;/disablePinpad&gt;
- &lt;/CCID&gt;
-&lt;/MoccaConfiguration&gt;
-</pre>
-
<p><br class="clearfloat" /></p>
</div>
<div id="footer">
diff --git a/BKUHelp/src/main/webapp/help/help.pinpad.html b/BKUHelp/src/main/webapp/help/help.pinpad.html
index 18e3f538..9be76b33 100644
--- a/BKUHelp/src/main/webapp/help/help.pinpad.html
+++ b/BKUHelp/src/main/webapp/help/help.pinpad.html
@@ -36,11 +36,7 @@
</ol>
<p>F&uuml;r Kartenleser mit Anzeige ist dies nicht der Fall, die Stellen werden auf der Anzeige des Leseger&auml;tes angezeigt.</p>
<p style="text-align: center"><img src="img/help.pinpad_2.png" alt="Bildschirmfoto" width="194" height="146" /></p>
- <p>Bitte beachten Sie das unter Linux (PCSCLite) keine Anzeige im Applet möglich ist. Die Macintosh PCSC-Schnittstelle unterst&uuml;tz keine Pinpad Kartenleser.
- </p>
-
-
-
+ <p>Bitte beachten Sie das unter Linux (PCSCLite) keine Anzeige im Applet möglich ist. Die Macintosh PCSC-Schnittstelle unterst&uuml;tz keine Pinpad Kartenleser.</p>
<p><br class="clearfloat" /></p>
</div>
<div id="footer">
diff --git a/BKUHelpWebStart/pom.xml b/BKUHelpWebStart/pom.xml
new file mode 100644
index 00000000..ee952541
--- /dev/null
+++ b/BKUHelpWebStart/pom.xml
@@ -0,0 +1,19 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>mocca</artifactId>
+ <groupId>at.gv.egiz</groupId>
+ <version>1.3.6-SNAPSHOT</version>
+ </parent>
+ <groupId>at.gv.egiz</groupId>
+ <artifactId>BKUHelpWebStart</artifactId>
+ <version>1.3.6-SNAPSHOT</version>
+ <name>BKU Help WebStart</name>
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/webappOverlay</directory>
+ </resource>
+ </resources>
+ </build>
+</project> \ No newline at end of file
diff --git a/BKUHelpWebStart/src/main/webappOverlay/help/de/help.pinpad.html b/BKUHelpWebStart/src/main/webappOverlay/help/de/help.pinpad.html
new file mode 100644
index 00000000..81f4ab69
--- /dev/null
+++ b/BKUHelpWebStart/src/main/webappOverlay/help/de/help.pinpad.html
@@ -0,0 +1,60 @@
+<!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&uuml;rgerkarte - Hilfe</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-Hilfe</h1>
+ <!-- end #header --></div>
+ <div id="sidebar1">
+ <p><img src="img/help.pinpad.png" alt="Bildschirmfoto des Applets" width="190" height="132"/></p>
+ <p><strong>Hinweis:</strong> Das Bildschirmfoto oben kann von der Darstellung in der Webseite abweichen.</p>
+ <!-- end #sidebar1 --></div>
+ <div id="mainContent">
+ <h1>PIN-Eingabe am Kartenleser</h1>
+ <p>Zur Erstellung einer Signatur oder beim &Auml;ndern der PIN werden Sie aufgefordert die Signatur-PIN auf der Tastatur des Kartenleseger&auml;tes einzugeben und mit der gr&uuml;nen Taste zu best&auml;tigen.</p>
+ <p>Bei Kartenlesern mit sicherer PIN-Eingabe (Pinpad) wird die Anzahl der eingegebenen Stellen im Applet angezeigt.</p>
+ <p style="text-align: center"><img src="img/help.pinpad_1.png" alt="Bildschirmfoto" width="194" height="146" /></p>
+ <ol>
+ <li>Geben Sie die Signatur-PIN direkt auf der <strong>Tastatur ihres Kartenlesers</strong> ein.</li>
+ <li>Best&auml;tigen Sie anschlie&szlig;end ihre Eingabe mit der gr&uuml;nen Best&auml;tigungstaste auf der <strong>Tastatur ihres Kartenlesers</strong>. </li>
+ </ol>
+ <p>F&uuml;r Kartenleser mit Anzeige ist dies nicht der Fall, die Stellen werden auf der Anzeige des Leseger&auml;tes angezeigt.</p>
+ <p style="text-align: center"><img src="img/help.pinpad_2.png" alt="Bildschirmfoto" width="194" height="146" /></p>
+ <p>Bitte beachten Sie das unter Linux (PCSCLite) keine Anzeige im Applet möglich ist. Die Macintosh PCSC-Schnittstelle unterst&uuml;tz derzeit keine Pinpad Kartenleser.</p>
+ <p>In Einzelf&auml;llen kann es zu Problemen mit der Pinpad-Eingabe kommen. Zur tempor&auml;ren Umgehung dieser Probleme kann die Pinpad-Eingabe
+ deaktiviert werden. Dabei verlieren Sie allerdings den Sicherheitsvorteil eines Pinpad-Kartenlesers. Dazu muss in der <a href="help.config.html">MOCCA-Konfiguration</a> folgender Eintrag gemacht werden:</p>
+<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;MoccaConfiguration version="1.0"&gt;
+ &lt;CCID&gt;
+ &lt;disablePinpad&gt;true&lt;/disablePinpad&gt;
+ &lt;/CCID&gt;
+&lt;/MoccaConfiguration&gt;
+</pre>
+
+ <p><br class="clearfloat" /></p>
+ </div>
+ <div id="footer">
+ <p>
+ <a href="http://www.buergerkarte.at">&Ouml;sterreichische B&uuml;rgerkarte</a> | <a href="http://mocca.egovlabs.gv.at">B&uuml;rgerkartensoftware MOCCA</a>
+ </p>
+ </div>
+<!-- end #container --></div>
+</body>
+</html>
diff --git a/BKUHelpWebStart/src/main/webappOverlay/help/help.pinpad.html b/BKUHelpWebStart/src/main/webappOverlay/help/help.pinpad.html
new file mode 100644
index 00000000..aabeb600
--- /dev/null
+++ b/BKUHelpWebStart/src/main/webappOverlay/help/help.pinpad.html
@@ -0,0 +1,60 @@
+<!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="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="sidebar1">
+ <p><img src="img/help.pinpad.png" alt="Bildschirmfoto des Applets" width="190" height="132"/></p>
+ <p><strong>Note</strong> that the screenshot may differ slightly from the actual web page.</p>
+ <!-- end #sidebar1 --></div>
+ <div id="mainContent">
+ <h1>PIN am Kartenleser Eingabe</h1>
+ <p>Zur Erstellung einer Signatur oder beim &Auml;ndern der PIN werden Sie aufgefordert die Signatur-PIN auf der Tastatur des Kartenleseger&auml;tes einzugeben und mit der gr&uuml;nen Taste zu best&auml;tigen.</p>
+ <p>Bei Kartenlesern mit sicherer PIN-Eingabe (Pinpad) wird die Anzahl der eingegebenen Stellen im Applet angezeigt.</p>
+ <p style="text-align: center"><img src="img/help.pinpad_1.png" alt="Bildschirmfoto" width="194" height="146" /></p>
+ <ol>
+ <li>Geben Sie die Signatur-PIN direkt auf der <strong>Tastatur ihres Kartenlesers</strong> ein.</li>
+ <li>Best&auml;tigen Sie anschlie&szlig;end ihre Eingabe mit der gr&uuml;nen Best&auml;tigungstaste auf der <strong>Tastatur ihres Kartenlesers</strong>. </li>
+ </ol>
+ <p>F&uuml;r Kartenleser mit Anzeige ist dies nicht der Fall, die Stellen werden auf der Anzeige des Leseger&auml;tes angezeigt.</p>
+ <p style="text-align: center"><img src="img/help.pinpad_2.png" alt="Bildschirmfoto" width="194" height="146" /></p>
+ <p>Bitte beachten Sie das unter Linux (PCSCLite) keine Anzeige im Applet möglich ist. Die Macintosh PCSC-Schnittstelle unterst&uuml;tz keine Pinpad Kartenleser.</p>
+ <p>In Einzelf&auml;llen kann es zu Problemen mit der Pinpad-Eingabe kommen. Zur tempor&auml;ren Umgehung dieser Probleme kann die Pinpad-Eingabe
+ deaktiviert werden. Dabei verlieren Sie allerdings den Sicherheitsvorteil eines Pinpad-Kartenlesers. Dazu muss in der <a href="help.config.html">MOCCA-Konfiguration</a> folgender Eintrag gemacht werden:</p>
+<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+
+&lt;MoccaConfiguration version="1.0"&gt;
+ &lt;CCID&gt;
+ &lt;disablePinpad&gt;true&lt;/disablePinpad&gt;
+ &lt;/CCID&gt;
+&lt;/MoccaConfiguration&gt;
+</pre>
+
+ <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>
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml
index 14d90ae2..a8ad6a6a 100644
--- a/BKULocal/pom.xml
+++ b/BKULocal/pom.xml
@@ -62,6 +62,18 @@
<outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
</configuration>
</execution>
+ <execution>
+ <id>copy-help-overlay</id>
+ <goals>
+ <goal>unpack-dependencies</goal>
+ </goals>
+ <configuration>
+ <includeArtifactIds>BKUHelpWebStart</includeArtifactIds>
+ <includeGroupIds>at.gv.egiz</includeGroupIds>
+ <excludes>META-INF/</excludes>
+ <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
+ </configuration>
+ </execution>
<!-- http://jira.egovlabs.gv.at/browse/MOCCA-762
| do not provide certificates in webapp filesystem (default trust/certstores) -->
@@ -124,6 +136,11 @@
<version>${project.parent.version}</version>
</dependency>
<dependency>
+ <artifactId>BKUHelpWebStart</artifactId>
+ <groupId>at.gv.egiz</groupId>
+ <version>${project.parent.version}</version>
+ </dependency>
+ <dependency>
<artifactId>BKUCertificates</artifactId>
<groupId>at.gv.egiz</groupId>
<scope>provided</scope>
diff --git a/pom.xml b/pom.xml
index 96c730e1..fe48d7e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
<module>BKUWebStart</module>
<module>BKUCertificates</module>
<module>BKUHelp</module>
+ <module>BKUHelpWebStart</module>
<module>BKUGuiExt</module>
<module>smccSTALExt</module>
<module>BKUFonts</module>
@@ -45,6 +46,11 @@
<name>Clemens Orthacker</name>
<email>corthacker@egiz.gv.at</email>
</developer>
+ <developer>
+ <id>tkellner</id>
+ <name>Tobias Kellner</name>
+ <email>tobias.kellner@egiz.gv.at</email>
+ </developer>
</developers>
<scm>
<connection>scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk</connection>