<form method="post" name="invoice" action="[% script %]">
-<p>[% saved_message %]</p>
-
[%- FOREACH key = HIDDENS %]
<input type="hidden" name="[% HTML.escape(key) %]" value="[% HTML.escape($key) %]">
[%- END %]
<p><div class="listtop" width="100%">[% title %]</div></p>
+<p>[% saved_message %]</p>
+
<table width="100%">
<tr>
<td valign="top">
<script type="text/javascript" src="js/show_form_details.js"></script>
<script type="text/javascript" src="js/show_vc_details.js"></script>
<script type="text/javascript" src="js/show_history.js"></script>
- <script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript">
<!--
Calendar.setup({ inputField : "invdate", ifFormat :"[% myconfig_jsc_dateformat %]", align : "BL", button : "trigger1" });