aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-01-24 20:34:26 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-01-24 20:34:26 +0000
commitcab296807aff9ebdcede482562c6cf68e5732787 (patch)
tree659c2afc4fac34d3e63e0d488c30c0cd12b95003 /pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
parent3a062705af6afa7937174ee46eb84146c4742ae2 (diff)
downloadpdf-as-3-cab296807aff9ebdcede482562c6cf68e5732787.tar.gz
pdf-as-3-cab296807aff9ebdcede482562c6cf68e5732787.tar.bz2
pdf-as-3-cab296807aff9ebdcede482562c6cf68e5732787.zip
- signature block preview updated
- added maven2 repository git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@729 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp')
-rw-r--r--pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp10
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp b/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
index 6a1ce81..72edfac 100644
--- a/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
+++ b/pdf-as-web/src/main/webapp/jsp/SIGNATURBLOCK.jsp
@@ -61,15 +61,11 @@
</td>
</tr>
<tr>
- <td rowspan="6"><img src="<%= request.getContextPath() %>/images/<%= sbLabel %>" width="100" alt="Signatur-Logo"/></td>
+ <td rowspan="5"><img src="<%= request.getContextPath() %>/images/<%= sbLabel %>" width="100" alt="Signatur-Logo"/></td>
<td class="pdfaslabel" nowrap="nowrap"><%= sbName %></td>
<td class="pdfasvalue"><input type="text" name="signer" value="<fmt:message key="signaturblock.signer.value"/>" readonly="readonly" disabled="disabled" size="40" maxlength="255"/></td>
</tr>
<tr>
- <td class="pdfaslabel" nowrap="nowrap"><%= sbDate %></td>
- <td class="pdfasvalue"><%= DateFormatUtils.formatUTC(new Date(), "yyyy-MM-dd'T'HH:mm:ss'Z'", request.getLocale()) %></td>
- </tr>
- <tr>
<td class="pdfaslabel" nowrap="nowrap"><%= sbIssuer %></td>
<td class="pdfasvalue">
<div class="pdfasnobreak">CN=<fmt:message key="signaturblock.issuer.value.cn"/>,</div>
@@ -99,5 +95,9 @@
<td class="pdfaslabel" nowrap="nowrap"><%= sbMeta %></td>
<td colspan="2" class="pdfasvalue"><%= sbMetaValue %></td>
</tr>
+ <tr>
+ <td class="pdfaslabel" nowrap="nowrap"><%= sbDate %></td>
+ <td colspan="2" class="pdfasvalue"><%= DateFormatUtils.formatUTC(new Date(), "yyyy-MM-dd'T'HH:mm:ss'Z'", request.getLocale()) %></td>
+ </tr>
</table>
</html> \ No newline at end of file