]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/generic/calculate_qty.html
Layout: title Ausgabe normalisieren
[mfinanz.git] / templates / webpages / generic / calculate_qty.html
index d7a8abd95e8d452aac7a1d701a3f13f67de7a6bc..035caa67402762790817f6b9a79ae8a84ebefc78 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE T8 %]
 [%- USE HTML %]
-<body onload="[%- onload %]">
+<h1>[% title %]</h1>
 
  <form name="Form">
 
@@ -8,11 +8,6 @@
   <input type="hidden" name="input_id" value="[% HTML.escape(input_id) %]">
 
   <table width="100%">
-   <tr>
-    <th class="listtop">[% title %]</th>
-   </tr>
-   <tr height="5"></tr>
-
    <tr><td>[% 'Please insert object dimensions below.' | $T8 %]</td></tr>
 
    <tr>
@@ -88,5 +83,3 @@
    }
  </script>
 
-</body>
-</html>