Ignore:
Timestamp:
Jan 5, 2009, 7:40:40 AM (16 years ago)
Author:
george
Message:
  • Opraveno: Chyba odebírání odpojených uživatelů.
  • Přidáno: Funkce pro zobrazení velikosti čitelné lidmi.
File:
1 edited

Legend:

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

    r100 r131  
    8383        if($this->System->Modules['User']->CheckPermission('News', 'Insert', 'Group', $Category))
    8484        {
    85      
    8685          //print_r($_FILES);
    8786          // Process uploaded file
     
    175174          while($Row = $DbResult->fetch_array())
    176175          {
    177             $Output .= '<div style="border: thin dotted #97ADFF;        background: #F6F7FF; margin-top: 5px; padding: 0px 5px 5px 5px;"><div style="padding-bottom: 1px; border-bottom-width: 1; border-bottom-style: solid; border-bottom-color: silver;"><strong>'.$Row['title'].' ('.HumanDate($Row['date']).', '.$Row['Name'].$Row['author'].')</strong>';
     176            $Output .= '<div style="border: thin dotted #97ADFF; background: #F6F7FF; margin-top: 5px; padding: 0px 5px 5px 5px;"><div style="padding-bottom: 1px; border-bottom-width: 1; border-bottom-style: solid; border-bottom-color: silver;"><strong><a href="?action=view&id='.$Row['id'].'">'.$Row['title'].'</a> ('.HumanDate($Row['date']).', '.$Row['Name'].$Row['author'].')</strong>';
    178177            if($this->System->Modules['User']->User['Id'] == $Row['User'])
    179             { 
     178            {
    180179              $Output .= '&nbsp;<a href="index.php?action=del&amp;category='.$Category.'&amp;id='.$Row['id'].'">Smazat</a>';
    181180              $Output .= '&nbsp;<a href="index.php?action=edit&amp;category='.$Category.'&amp;id='.$Row['id'].'">Editovat</a>';
     
    183182            $Output .= '</div>'.$Row['content'].'<br />';
    184183            if($Row['enclosure'] != '')
    185             { 
     184            {
    186185              $Output .= '<br />Přílohy: ';
    187186              $Enclosures = explode(';', $Row['enclosure']);
Note: See TracChangeset for help on using the changeset viewer.