Changeset 292 for trunk/jidelna/tisk.php
- Timestamp:
- Oct 2, 2010, 4:49:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jidelna/tisk.php
r170 r292 14 14 15 15 //echo('Dnes je '.HumanDate(date('Y-m-d')).'<br>'); 16 echo('<table height="99%" width="100%" align="center" border=" 1" cellspacing="0" cellpadding="3">');16 echo('<table height="99%" width="100%" align="center" border="0" cellspacing="0" cellpadding="3">'); 17 17 $Date = explode('-', $_GET['date']); 18 18 echo('<tr><td style="border-bottom-style: solid; border-bottom-color: black; border-bottom-width: 2;" colspan="2"> … … 42 42 $DbResult = $Database->select('MealsInfo','*'); 43 43 $Row = $DbResult->fetch_array(); 44 echo('<tr><td style="border-top-style: solid; border-top-color: black; border-top-width: 2;" colspan="2"><table cellspacing="0" cellpadding="0" width="100%"><tr><td width="50%"><strong>JÍDLA PŘIPRAVIL : BAROŇOVÁ L.</strong></td>44 echo('<tr><td style="border-top-style: solid; border-top-color: black; border-top-width: 2;" colspan="2"><table cellspacing="0" cellpadding="0" width="100%"><tr><td width="50%"><strong>JÍDLA PŘIPRAVILA: Matochová</strong></td> 45 45 <td align="right"><strong>PROVOZOVATEL:</strong></td></tr></table> 46 46 <br>
Note:
See TracChangeset
for help on using the changeset viewer.