Ignore:
Timestamp:
Jul 31, 2008, 12:09:43 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Možnost zobrazit aktuality v samostném okně po kliknutí.
  • Přidáno: Funkce obnovení zapomenutého hesla uživatele.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/www/aktuality/news.php

    r87 r96  
    3838      while($Row = $DbResult->fetch_array())
    3939      {
    40         $Output .= '<tr><td 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>';
     40        $Output .= '<tr><td onclick="window.location=\'aktuality/index.php?action=view&amp;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>';
    4141        $Output .= '<div id="new'.$Category.$Index.'" class="NewsTableItem">'.$Row['content'];
    4242
     
    6060    return($Output);
    6161  }
    62  
     62
    6363  function LoadSettingsFromCookies()
    6464  {
     
    8585  function Show()
    8686  {
    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>';
    8888
    8989    $UploadedFilesFolder = 'aktuality/uploads/';
Note: See TracChangeset for help on using the changeset viewer.