diff options
Diffstat (limited to 'simpleSigning/src/main/resources/html/questionForm.html')
-rw-r--r-- | simpleSigning/src/main/resources/html/questionForm.html | 13 |
1 files changed, 10 insertions, 3 deletions
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> |