Changeset 929 for trunk/Modules/Meals
- Timestamp:
- May 11, 2022, 12:14:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Meals/Meals.php
r912 r929 28 28 function ShowMenu(): string 29 29 { 30 //echo('Dnes je '.HumanDate(date('Y-m-d')).'<br>');31 30 $Output = '<table align="center" class="WideTable"><tr><th>Den</th><th>Datum</th><th>Polévka</th><th>Hlavní jídlo</th></tr>'; 32 31 $DbResult = $this->Database->select('Meals', '*, UNIX_TIMESTAMP(Date)','Date >= NOW() ORDER BY Date'); … … 60 59 </head><body style="margin: 0px 0px 0px 0px;">'; // onload="print()">'); 61 60 62 //echo('Dnes je '.HumanDate(date('Y-m-d')).'<br>');63 61 $Output .= '<table height="99%" width="100%" align="center" border="0" cellspacing="0" cellpadding="3">'; 64 62 $Date = explode('-', $_GET['date']);
Note:
See TracChangeset
for help on using the changeset viewer.