Script
By: Sebastian | Date: Mar 27 2008 16:19 | Format: PHP | Expires: never | Size: 3.03 KB | Hits: 1400
- <?php
- $dbhost = "mysql4.ff-weibersbrunn.de";
- $dbuser = "db154263_1";
- $dbpass = "Mk8arEAflSbLZ996";
- $dbname = "db154263_1";
- ?>
- <html>
- <head>
- <meta http-equiv="Content-Language" content="de">
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <title>Einsätze 2008</title>
- </head>
- <body background="../images/background.jpg">
- <p align="center">
- <font face="Monotype Corsiva" style="font-size: 32pt" color="#FF0000">Einsätze 2008</font></p>
- <center><table style="border-style:solid; border-color:red; border-width:1" width="90%" cellpadding="3">
- <tr>
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <p align="center"><font face="Arial">Datum</font></td>
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <p align="center"><font face="Arial">Uhrzeit</font></td>
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <p align="center"><font face="Arial">AL</font></td>
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <font face="Arial">Art des Einsatzes / Einsatzort</font></td>
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <p align="center"><font face="Arial">Bericht</font></td>
- </tr>
- <?php
- $monthnames = array("", "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember");
- }
- ?>
- <tr>
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <p align="center"><font face="Arial"><?=$row['al']?></font></td>
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <font face="Arial"><?=$row['text']?></font></td>
- <td style="border-style: solid; border-width: 1px; border-color:red">
- <?php if ($row['link']) {?><p align="center"><a href="<?=$row['link']?>">
- <img border="0" src="../images/bericht.gif" width="14" height="17"></a><?php } ?>
- </td>
- </tr>
- <?php
- }
- ?>
- </table></center>
- </body>
- </html>
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago