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/webcam/webcam.php

    r87 r131  
    44{
    55  var $ImageFileName = 'webcam.jpg';
    6  
     6
    77  function ShowImage()
    88  {
    99    global $Config;
    10     return('<a href="'.$this->System->Config['Web']['RootFolder'].'/webcam/"><img alt="Webkamera školní hřiště" width="160" height="120" src="'.$this->System->Config['Web']['RootFolder'].'/webcam/'.$this->ImageFileName.'" /></a>');
     10    return('<a href="'.$this->System->Config['Web']['RootFolder'].'/webcam/"><img alt="Webkamera školní hřiště" width="140" height="105" src="'.$this->System->Config['Web']['RootFolder'].'/webcam/'.$this->ImageFileName.'" /></a>');
    1111  }
    1212}
Note: See TracChangeset for help on using the changeset viewer.