<div class="para">
<form action="<%=request.getContextPath()%>/form_handler/admin/do_category.jsp" accept-charset="utf-8" id="form" method="post">
<table class="table">
- <thead class="table_header">
+ <thead>
<tr>
<th class="table_header_column">
Auswählen:
</tr>
</thead>
- <tbody class="table_body">
+ <tbody>
<c:forEach var="category" items="<%=app.getCategories()%>">
<tr>
<td>
<div class="para">
<form action="<%=request.getContextPath()%>/form_handler/admin/do_product.jsp" accept-charset="utf-8" id="form" method="post">
<table class="table">
- <thead class="table_header">
+ <thead>
<tr>
<th class="table_header_column">
Produktnummer:
</tr>
</thead>
- <tbody class="table_body">
+ <tbody>
<c:forEach var="product" items="<%=app.getAllProducts()%>">
<tr>
<td>
<div id="content">
<table class="table">
- <thead class="table_header">
+ <thead>
<tr>
<th class="table_header_column">
Bestellen?
</th>
</tr>
</thead>
- <tbody class="table_body">
+ <tbody>
<%
// Get Iterator
Iterator<Product> iterator = app.getAvailableProducts();
<div id="content">
<form action="<%=request.getContextPath()%>/form_handler/do_preview.jsp" accept-charset="utf-8" id="form" method="post">
<table class="table">
- <thead class="table_header">
+ <thead>
<tr>
<th class="table_header_column">
Bestellen?
</tr>
</thead>
- <tbody class="table_body">
+ <tbody>
<%
// Get Iterator
Iterator<Product> iterator = app.getAvailableProducts();
<div id="content">
<form action="<%=request.getContextPath()%>/form_handler/do_order.jsp" accept-charset="utf-8" id="form" method="post">
<table class="table">
- <thead class="table_header">
+ <thead>
<tr>
<th class="table_header_column">
Bestellen?
</th>
</tr>
</thead>
- <tbody class="table_body">
+ <tbody>
<%
// Get Iterator
Iterator<Product> iterator = app.getAvailableProducts();