Änderung deer Strings welche dynamisch erzuegt wurden auf allen Seiten

This commit is contained in:
ja
2021-11-24 15:39:16 +01:00
parent 53c7b5842a
commit 11ca404f9f
21 changed files with 189 additions and 195 deletions

View File

@@ -238,7 +238,7 @@
If True Then 'AVISO.Status <> 1 And AVISO.Status <> 2 Then 'SENDUNGSTABELLE
'%>
<h2><%=STANDORT %></h2>
<h2><%Response.Write(STANDORT) %></h2>
</span>
<div class="container-xxl" style="overflow-y:auto;scroll-padding-inline:auto;min-width:97%; max-width:100%">
@@ -276,14 +276,14 @@
<tbody class="table-light table-responsive-xxl table-striped" contenteditable="false">
<tr style="transform: rotate(0);">
<th scope="row"><a href="status_Julius.aspx?AvisoId=<%=AvisoId%>&lan2=<%=laenderkuerzel%>" rel="nofollow" target="_blank" class="stretched-link"><%Response.Write(cnt + 1)%></a></th>
<th scope="row"><a href="status_Julius.aspx?AvisoId=<%Response.Write(AvisoId)%>&lan2=<%Response.Write(laenderkuerzel)%>" rel="nofollow" target="_blank" class="stretched-link"><%Response.Write(cnt + 1)%></a></th>
<!-- <td><% 'Response.Write(cnt + 1)%> </td> -->
<td><% Response.Write(AVISO_ROW("LKW_Nr"))%> </td>
<td><% Response.Write(AVISO_ROW("Frächter")) %></td>
<td><% Response.Write(AVISO_ROW("Frächter"))%></td>
<td><% Response.Write(AVISO_ROW("Auftraggeber")) %></td>
<td><% Response.Write(AVISO_ROW("Ankunft")) %></td>
<td><% Response.Write(dauer) %></td>
<td <%=statOK_style %>><% Response.Write(AVISO_ROW("LKW_Fertig")) %></td>
<td><% Response.Write(dauer)%></td>
<td <%Response.Write(statOK_style)%>><% Response.Write(AVISO_ROW("LKW_Fertig"))%></td>
</tr>
</tbody>
<%