Changeset 96 for devel/www/aktuality/news.php
- Timestamp:
- Jul 31, 2008, 12:09:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/www/aktuality/news.php
r87 r96 38 38 while($Row = $DbResult->fetch_array()) 39 39 { 40 $Output .= '<tr><td on mouseover="zobraz('."'new".$Category.$Index."'".')" style="cursor: pointer; margin: 0px;"><table cellspacing="0" cellpadding="0" style="padding: 0px; margin: 0px; font-size: small; color: red;" width="100%"><tr><td style="font-size: '.$FontSize.'pt"><strong>'.$Row['title'].'</strong></td><td align="right" style="font-size: '.$FontSize.'pt">'.$Row['Name'].$Row['author'].' ('.HumanDate($Row['date']).')</td></tr></table>';40 $Output .= '<tr><td onclick="window.location=\'aktuality/index.php?action=view&id='.$Row['id'].'\'" onmouseover="zobraz('."'new".$Category.$Index."'".')" style="cursor: pointer; margin: 0px;"><table cellspacing="0" cellpadding="0" style="padding: 0px; margin: 0px; font-size: small; color: red;" width="100%"><tr><td style="font-size: '.$FontSize.'pt"><strong>'.$Row['title'].'</strong></td><td align="right" style="font-size: '.$FontSize.'pt">'.$Row['Name'].$Row['author'].' ('.HumanDate($Row['date']).')</td></tr></table>'; 41 41 $Output .= '<div id="new'.$Category.$Index.'" class="NewsTableItem">'.$Row['content']; 42 42 … … 60 60 return($Output); 61 61 } 62 62 63 63 function LoadSettingsFromCookies() 64 64 { … … 85 85 function Show() 86 86 { 87 $Output = '<div class="PanelTitle"><span id="MenuItem">Aktuálně:</span><div id="MenuItem2"><a href="?Action=CustomizeNews">Upravit</a></div></div>';87 $Output = '<div class="PanelTitle"><span class="MenuItem">Aktuálně:</span><div class="MenuItem2"><a href="?Action=CustomizeNews">Upravit</a></div></div>'; 88 88 89 89 $UploadedFilesFolder = 'aktuality/uploads/';
Note:
See TracChangeset
for help on using the changeset viewer.