aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Marsalek <amarsalek@iaik.tugraz.at>2021-09-29 15:53:50 +0200
committerAlexander Marsalek <amarsalek@iaik.tugraz.at>2021-09-30 13:06:32 +0200
commitdab78fea241b23f869e653839db5878afc389260 (patch)
treef2a21874eec698db8247d408b6588c46b8f02c5f
parenta456b0e3bd12cff594febe52ce788c9597108dbb (diff)
downloadeinfach-signieren-dab78fea241b23f869e653839db5878afc389260.tar.gz
einfach-signieren-dab78fea241b23f869e653839db5878afc389260.tar.bz2
einfach-signieren-dab78fea241b23f869e653839db5878afc389260.zip
changed figure format to square, added notice1.4
-rw-r--r--simpleSigning/build.gradle2
-rw-r--r--simpleSigning/src/main/resources/html/bkuSelektion85
-rw-r--r--simpleSigning/src/main/resources/html/bkuSelektionDiv4
-rw-r--r--simpleSigning/src/main/webapp/index.jsp23
4 files changed, 62 insertions, 52 deletions
diff --git a/simpleSigning/build.gradle b/simpleSigning/build.gradle
index 91f99fb..89e4c16 100644
--- a/simpleSigning/build.gradle
+++ b/simpleSigning/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'eclipse-wtp'
apply plugin: 'war'
sourceCompatibility = 1.7
-version = '1.3'
+version = '1.4'
war {
manifest {
diff --git a/simpleSigning/src/main/resources/html/bkuSelektion b/simpleSigning/src/main/resources/html/bkuSelektion
index 2cf81e9..2ff6b83 100644
--- a/simpleSigning/src/main/resources/html/bkuSelektion
+++ b/simpleSigning/src/main/resources/html/bkuSelektion
@@ -1,49 +1,40 @@
-
<table cellspacing="5" cellpadding="0" width="540px">
-<tbody>
-<tr>
-<td width="160px" height="100px" align="center">
-<table cellspacing="0" cellpadding="0" width="100%">
-<tbody>
-<tr>
-<td width="100%" align="center" height="60px">
-<img src="##REPLACE##PUBURL##/local-bku.png" alt="Login mit Karte" width="100" height="48">
-</td>
-</tr>
-<tr>
-<td width="100%" align="center">
-&nbsp;
-</td>
-</tr>
-<tr>
-<td width="100%" align="center">
-<button type="submit" value="bku" name="connector" id="bku" style="width: 170px">Lokal mit Signaturkarte</button>
-</td>
-</tr>
-</tbody>
-</table>
-</td>
-<td width="160px" height="100px" align="center">
-<table cellspacing="0" cellpadding="0" width="100%">
-<tbody>
-<tr>
-<td width="100%" align="center" height="60px">
-<img src="##REPLACE##PUBURL##/mobile-bku.png" alt="Login mit Handy" width="34" height="57">
-</td>
-</tr>
-<tr>
-<td width="100%" align="center">
-&nbsp;
-</td>
-</tr>
-<tr>
-<td width="100%" align="center">
-<button type="submit" value="mobilebku" name="connector" id="mobilebku" style="width: 170px">Handy</button>
-</td>
-</tr>
-</tbody>
+ <tbody>
+ <tr>
+ <td width="160px" height="100px" align="center">
+ <table cellspacing="0" cellpadding="0" width="100%">
+ <tbody>
+ <tr>
+ <td width="100%" align="center" height="60px">
+ <img src="##REPLACE##PUBURL##/local-bku.png" alt="Login mit Karte" width="50" height="50"></td>
+ </tr>
+ <tr>
+ <td width="100%" align="center">&nbsp; </td>
+ </tr>
+ <tr>
+ <td width="100%" align="center">
+ <button type="submit" value="bku" name="connector" id="bku" style="width: 170px">Lokal mit Signaturkarte
+ </button></td>
+ </tr>
+ </tbody>
+ </table></td>
+ <td width="160px" height="100px" align="center">
+ <table cellspacing="0" cellpadding="0" width="100%">
+ <tbody>
+ <tr>
+ <td width="100%" align="center" height="60px">
+ <img src="##REPLACE##PUBURL##/mobile-bku.png" alt="Login mit Handy" width="50" height="50"></td>
+ </tr>
+ <tr>
+ <td width="100%" align="center">&nbsp; </td>
+ </tr>
+ <tr>
+ <td width="100%" align="center">
+ <button type="submit" value="mobilebku" name="connector" id="mobilebku" style="width: 170px">Handy
+ </button></td>
+ </tr>
+ </tbody></td>
+ </tr>
+ </tbody>
</table>
-</td>
-</tr>
-</tbody>
-</table> \ No newline at end of file
+
diff --git a/simpleSigning/src/main/resources/html/bkuSelektionDiv b/simpleSigning/src/main/resources/html/bkuSelektionDiv
index 9b9a2f0..89d3e23 100644
--- a/simpleSigning/src/main/resources/html/bkuSelektionDiv
+++ b/simpleSigning/src/main/resources/html/bkuSelektionDiv
@@ -1,11 +1,11 @@
<div class="bkubox">
<div class="floatleft">
- <div class="image"><img src="##REPLACE##PUBURL##/local-bku.png" alt="Login mit Karte" width="76" height="50" style="margin-top: 1.5em;"></div>
+ <div class="image"><img src="##REPLACE##PUBURL##/local-bku.png" alt="Login mit Karte" width="50" height="50" style="margin-top: 1.5em;"></div>
<button type="submit" value="bku" name="connector" id="bku">Lokale Karte</button>
</div>
<div class="floatright">
- <div class="image"><img src="##REPLACE##PUBURL##/mobile-bku.png" alt="Login mit Handy" width="34" height="57" style="margin-top: 1em;"></div>
+ <div class="image"><img src="##REPLACE##PUBURL##/mobile-bku.png" alt="Login mit Handy" width="50" height="50" style="margin-top: 1em;"></div>
<button type="submit" value="mobilebku" name="connector" id="mobilebku">Handy</button>
</div>
</div> \ No newline at end of file
diff --git a/simpleSigning/src/main/webapp/index.jsp b/simpleSigning/src/main/webapp/index.jsp
index bd5ec83..f22a4c5 100644
--- a/simpleSigning/src/main/webapp/index.jsp
+++ b/simpleSigning/src/main/webapp/index.jsp
@@ -297,6 +297,25 @@
<div class="col-lg-6" id="embedded"></div>
</div>
<hr>
+
+ <div class="row marketing">
+ <div class="col-12">
+ <h4>Hinweis</h4>
+
+ <p>Bei diesem Service handelt es sich um einen Demonstrator, der
+ dem Fair-Use-Prinzip unterliegt und dieser ist nicht zur Signatur von
+ pers&ouml;nlichen oder sensiblen Daten gedacht. Im Zuge der Verarbeitung
+ k&ouml;nnen personenbezogene Daten sowie das zu signierende Dokument tempor&auml;r
+ gespeichert werden. Im Fehlerfall kann es zudem Vorkommen, dass
+ tempor&auml;re Daten nicht sofort gel&ouml;scht werden. Tempor&auml;re Daten sowie die
+ Log-Dateien werden nach 5 Tagen automatisch gel&ouml;scht. F&uuml;r dieses Service
+ werden durch den Betreiber keine Verf&uuml;gbarkeitsgarantien abgegeben.</p>
+
+
+ </div>
+ </div>
+ <hr>
+
<div class="row marketing">
<div class="col-12">
<h4>Technische Anleitung zur Verwendung der JavaScript
@@ -304,7 +323,7 @@
<p>Inkludieren der JavaScript Bibliothek:</p>
<p><code>&lt;script type=&quot;text/javascript&quot;
- src=&quot;https://www.buergerkarte.at/einfach-signieren/pdfas.js&quot;&gt;&lt;/script&gt;</code></p>
+ src=&quot;https://pdf.egiz.gv.at/einfach-signieren/pdfas.js&quot;&gt;&lt;/script&gt;</code></p>
<p>Diese Bibliothek erzeugt ein JavaScript Objekt pdfAs. Dieses
Objekt hat zwei Funktionen signText und signPdf.</p>
@@ -385,7 +404,7 @@
<hr>
<div class="footer">
- <p>&copy; EGIZ 2014</p>
+ <p>&copy; EGIZ 2021</p>
</div>
</div>