add feld schichtname

git-svn-id: svn://svn.cccv.de/engel-system@101 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-12-06 18:45:58 +00:00
parent 3a051ec08d
commit effdf1283b
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ If( !IsSet($_GET["action"]) )
<td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Datum");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Datum");?></b></td>
<td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Uhrzeit");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Uhrzeit");?></b></td>
<td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Len");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Len");?></b></td>
<td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Name");?></b></td>
<td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Ort");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Ort");?></b></td>
<td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Bemerkung");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Bemerkung");?></b></td>
<td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Austragen");?></b></td> <td class="contenttopic"><b><?PHP echo Get_Text("pub_mywake_Austragen");?></b></td>
@ -44,6 +45,7 @@ If( !IsSet($_GET["action"]) )
echo "<td>". substr(mysql_result( $erg, $i, "DateS" ), 0, 10). "</td>\n"; echo "<td>". substr(mysql_result( $erg, $i, "DateS" ), 0, 10). "</td>\n";
echo "<td>". substr(mysql_result( $erg, $i, "DateS" ), 11). "</td>\n"; echo "<td>". substr(mysql_result( $erg, $i, "DateS" ), 11). "</td>\n";
echo "<td>". mysql_result( $erg, $i, "Len" ). " h</td>\n"; echo "<td>". mysql_result( $erg, $i, "Len" ). " h</td>\n";
echo "<td>". mysql_result( $erg, $i, "Man" ). "</td>\n";
echo "<td>". $RoomID[mysql_result( $erg, $i, "RID" )]. "<br>\n". echo "<td>". $RoomID[mysql_result( $erg, $i, "RID" )]. "<br>\n".
"(". TID2Type(mysql_result( $erg, $i, "TID" )).Get_Text("inc_schicht_engel"). ")". "(". TID2Type(mysql_result( $erg, $i, "TID" )).Get_Text("inc_schicht_engel"). ")".
"</td>\n"; "</td>\n";