]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/index.jsp
Continued with project:
[pizzaservice-war.git] / web / index.jsp
index 4e1bd4822319d7876c7f47dd5872772d92f35626..ff3fd54e97e2c37c0cea45621951b1f351a0ea28 100644 (file)
 
                <div id="content_outer">
                        <div id="content_title">
-                               <h2>Folgendes kann bestellt werden:</h2>
+                               <h2>Eingangsseite (dummy):</h2>
                        </div>
 
                        <div id="content">
                                <basket:mini_basket basket="${basket}" />
 
                                <table class="table">
-                                       <tr>
-                                               <th class="table_header_column">
-                                                       Bestellen?
-                                               </th>
-                                               <th class="table_header_column">
-                                                       Anzahl:
-                                               </th>
-                                               <th class="table_header_column">
-                                                       Produkt:
-                                               </th>
-                                               <th class="table_header_column">
-                                                       Einzelpreis:
-                                               </th>
-                                       </tr>
+                                       <thead>
+                                               <tr>
+                                                       <th colspan="4" class="table_header">
+                                                               Folgendes kann bestellt werden:
+                                                       </th>
+                                               </tr>
+                                       </thead>
+
+                                       <tbody>
+                                               <tr>
+                                                       <th class="table_header_column">
+                                                               Bestellen?
+                                                       </th>
+                                                       <th class="table_header_column">
+                                                               Anzahl:
+                                                       </th>
+                                                       <th class="table_header_column">
+                                                               Produkt:
+                                                       </th>
+                                                       <th class="table_header_column">
+                                                               Einzelpreis:
+                                                       </th>
+                                               </tr>
+                                       </tbody>
                                </table>
 
                                <c:forEach var="product" items="${controller.availableProducts}">