aboutsummaryrefslogtreecommitdiff
path: root/simpleSigning/src/main/resources/html/bkuSelektion
diff options
context:
space:
mode:
Diffstat (limited to 'simpleSigning/src/main/resources/html/bkuSelektion')
-rw-r--r--simpleSigning/src/main/resources/html/bkuSelektion83
1 files changed, 68 insertions, 15 deletions
diff --git a/simpleSigning/src/main/resources/html/bkuSelektion b/simpleSigning/src/main/resources/html/bkuSelektion
index 1a3454a..0f11fa3 100644
--- a/simpleSigning/src/main/resources/html/bkuSelektion
+++ b/simpleSigning/src/main/resources/html/bkuSelektion
@@ -1,16 +1,69 @@
-<div class="bkubox">
-<div class="floatleft">
- <div class="image"><img src="##REPLACE##PUBURL##/online-bku.png" alt="Login mit Karte" width="76" height="50" style="margin-top: 1.5em;"></div>
- <button type="submit" value="bku" name="connector" id="bku">Lokale Karte</button>
-</div>
-<div class="floatcenter">
- <div class="image"><img src="##REPLACE##PUBURL##/online-bku.png" alt="Login mit Karte" width="76" height="50" style="margin-top: 1.5em;"></div>
- <button type="submit" value="onlinebku" name="connector" id="onlinebku">Online 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>
- <button type="submit" value="mobilebku" name="connector" id="mobilebku">Handy</button>
-</div>
-</div> \ No newline at end of file
+<table cellspacing="0" cellpadding="5" 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##/online-bku.png" alt="Login mit Karte" width="76" height="50">
+</td>
+</tr>
+<tr>
+<td width="100%" align="center">
+&nbsp;
+</td>
+</tr>
+<tr>
+<td width="100%" align="center">
+<button type="submit" value="onlinebku" name="connector" id="onlinebku" style="width: 170px">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>
+</td>
+</tr>
+</tbody>
+</table> \ No newline at end of file