diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-08-14 13:57:35 +0200 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-08-14 13:57:35 +0200 |
commit | 34bda0835fa7ea1da4f200a757cdb7338566e777 (patch) | |
tree | 45f7fedb0d680854d28cb17ca60d21e46ed4d7c4 /simpleSigning/src/main/resources/html | |
parent | 7bf26fef4c342312a3b1b91ef6ae692e46ec4b15 (diff) | |
download | einfach-signieren-34bda0835fa7ea1da4f200a757cdb7338566e777.tar.gz einfach-signieren-34bda0835fa7ea1da4f200a757cdb7338566e777.tar.bz2 einfach-signieren-34bda0835fa7ea1da4f200a757cdb7338566e777.zip |
Changes
Diffstat (limited to 'simpleSigning/src/main/resources/html')
-rw-r--r-- | simpleSigning/src/main/resources/html/bkuSelektion | 83 | ||||
-rw-r--r-- | simpleSigning/src/main/resources/html/bkuSelektionDiv | 16 | ||||
-rw-r--r-- | simpleSigning/src/main/resources/html/fileupload | 15 | ||||
-rw-r--r-- | simpleSigning/src/main/resources/html/questionForm.html | 13 | ||||
-rw-r--r-- | simpleSigning/src/main/resources/html/resize_form.html | 22 | ||||
-rw-r--r-- | simpleSigning/src/main/resources/html/textinput | 19 |
6 files changed, 144 insertions, 24 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"> + +</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"> + +</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"> + +</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 diff --git a/simpleSigning/src/main/resources/html/bkuSelektionDiv b/simpleSigning/src/main/resources/html/bkuSelektionDiv new file mode 100644 index 0000000..5fc848d --- /dev/null +++ b/simpleSigning/src/main/resources/html/bkuSelektionDiv @@ -0,0 +1,16 @@ +<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> + <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 diff --git a/simpleSigning/src/main/resources/html/fileupload b/simpleSigning/src/main/resources/html/fileupload index 8c68e8a..0e09bee 100644 --- a/simpleSigning/src/main/resources/html/fileupload +++ b/simpleSigning/src/main/resources/html/fileupload @@ -1,3 +1,14 @@ -<div class="input_container"> +<table cellspacing="0" cellpadding="5" width="540px"> +<tbody> +<tr> +<td width="100%"> +Zu signierendes PDF: +</td> +</tr> +<tr> +<td width="100%"> <input type="file" name="pdf-file" id="pdf-file" accept="application/pdf"> -</div>
\ No newline at end of file +</td> +</tr> +</tbody> +</table>
\ No newline at end of file diff --git a/simpleSigning/src/main/resources/html/questionForm.html b/simpleSigning/src/main/resources/html/questionForm.html index 5f6559d..0d9f9b9 100644 --- a/simpleSigning/src/main/resources/html/questionForm.html +++ b/simpleSigning/src/main/resources/html/questionForm.html @@ -10,10 +10,17 @@ <body> <form name="CustomizedForm" action="##ACTIONURL##" method="POST" enctype="multipart/form-data"> - ##REPLACE##FILEUP## - ##REPLACE##BKUSEL## + <table style="margin: 10px"> + <tbody> + <tr> + <td>##REPLACE##FILEUP##</td> + </tr> + <tr> + <td>##REPLACE##BKUSEL##</td> + </tr> + </tbody> + </table> </form> - <script language="javascript" type="text/javascript"> ##REPLACE##SCRIPT## </script> diff --git a/simpleSigning/src/main/resources/html/resize_form.html b/simpleSigning/src/main/resources/html/resize_form.html new file mode 100644 index 0000000..7c419c4 --- /dev/null +++ b/simpleSigning/src/main/resources/html/resize_form.html @@ -0,0 +1,22 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="de"> +<head> +<title></title> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + +<link media="screen" href="pdfas.css" type="text/css" rel="stylesheet"> + +</head> +<body> + <form id="resizeForm" name="CustomizedForm" action="##ACTIONURL##" method="GET"> + <input type="hidden" name="RESIZE" value="1"> + <input type="submit" value="weiter" id="weiter"> + </form> + <script language="javascript" type="text/javascript"> + ##REPLACE##SCRIPT## + + var form = document.getElementById("resizeForm"); + form.submit(); + </script> +</body> +</html>
\ No newline at end of file diff --git a/simpleSigning/src/main/resources/html/textinput b/simpleSigning/src/main/resources/html/textinput index b4572e1..261a6d0 100644 --- a/simpleSigning/src/main/resources/html/textinput +++ b/simpleSigning/src/main/resources/html/textinput @@ -1,4 +1,15 @@ -<div class="input_container"> -<p>Text to sign:</p> -<textarea name="txtContent" style="width: 100%"></textarea> -</div>
\ No newline at end of file +<table cellspacing="0" cellpadding="5" width="540px"> +<tbody> +<tr> +<td width="100%"> +Zu signierender Text: +</td> +</tr> +<tr> +<td width="100%"> +<textarea name="txtContent" style="width: 520px"></textarea> +</td> +</tr> + +</tbody> +</table>
\ No newline at end of file |