Changeset 912


Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
Location:
trunk
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/BaseView.php

    r899 r912  
    88  public bool $FormatHTML = false;
    99  public bool $ShowRuntimeInfo = false;
    10   public bool $ClearPage = false;
     10  public bool $RawPage = false;
    1111  public bool $BasicHTML = false;
    1212  public string $ParentClass = '';
    13   public string $ShortTitle;
    14   public string $FullTitle;
     13  public string $Title;
     14  public string $Description;
    1515  public string $Encoding;
    1616  public string $Style;
     
    5858    while ($Page)
    5959    {
    60       $Output = ' &gt; <a href="'.$this->System->Link($ScriptName).'/">'.$Page->ShortTitle.'</a>'.$Output;
     60      $Output = ' &gt; <a href="'.$this->System->Link($ScriptName).'/">'.$Page->Title.'</a>'.$Output;
    6161
    6262      if (class_exists($Page->ParentClass))
     
    7373  function ShowHeader(Page $Page): string
    7474  {
    75     $Title = $Page->FullTitle;
    76     $Path = $Page->ShortTitle;
     75    $Path = $Page->Title;
    7776
    7877    $Navigation = $this->ShowNavigation($Page);
     
    8786    '<meta http-equiv="content-type" content="application/xhtml+xml; charset='.$this->Encoding.'" />'.
    8887    '<script type="text/javascript" src="'.$this->System->Link('/style/').$this->Style.'/global.js"></script>'.
    89     '<title>'.$this->System->Config['Web']['Title'].' - '.$Path.'</title>';
     88    '<title>'.$Path.' - '.$this->System->Config['Web']['Title'].'</title>';
    9089
    9190    // Show page headers
     
    133132
    134133    $Output = $Page->Show();
    135     if ($Page->ClearPage == false)
     134    if ($Page->RawPage == false)
    136135    {
    137136      $Output = $this->ShowHeader($Page).$Output.$this->ShowFooter();
  • trunk/Application/Core.php

    r903 r912  
    152152    if (file_exists($this->ModuleManager->FileName)) $this->ModuleManager->LoadState();
    153153    if (ModuleSetup::Cast($ModuleSetup)->CheckState())
    154         {
     154    {
    155155      $this->ModuleManager->StartAll(array(ModuleCondition::Enabled));
    156156    }
     
    236236      return $System;
    237237    }
    238     throw new Exception('Expected ModuleSetup type but '.gettype($System));
     238    throw new Exception('Expected Core type but '.gettype($System));
    239239  }
    240240}
     
    245245  {
    246246    parent::__construct($System);
    247     $this->FullTitle = 'Stránka nenalezena';
    248     $this->ShortTitle = 'Stránka nenalezena';
     247    $this->Title = 'Stránka nenalezena';
    249248    $this->ParentClass = 'PagePortal';
    250249  }
  • trunk/Modules/API/API.php

    r899 r912  
    5353  {
    5454    parent::__construct($System);
    55     $this->ClearPage = true;
     55    $this->RawPage = true;
    5656    $this->DataFormat = '';
    5757  }
  • trunk/Modules/Chat/Chat.php

    r899 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Výpis z historie chatu';
    9     $this->ShortTitle = 'Historie chatu';
     8    $this->Title = 'Historie chatu';
     9    $this->Description = 'Výpis historie chatu';
    1010    $this->ParentClass = 'PagePortal';
    1111  }
  • trunk/Modules/Contract/Contract.php

    r905 r912  
    7676  {
    7777    parent::__construct($System);
    78     $this->FullTitle = 'Generování smlouvy';
    79     $this->ShortTitle = 'Generování smlouvy';
     78    $this->Title = 'Generování smlouvy';
    8079    $this->ParentClass = 'PagePortal';
    8180  }
  • trunk/Modules/Customer/Customer.php

    r909 r912  
    264264  {
    265265    parent::__construct($System);
    266     $this->FullTitle = 'Dokumenty klienta';
    267     $this->ShortTitle = 'Dokumenty';
     266    $this->Title = 'Dokumenty';
     267    $this->Description = 'Dokumenty klienta';
    268268    $this->ParentClass = 'PageUser';
    269269  }
  • trunk/Modules/EmailQueue/EmailQueue.php

    r899 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Odeslání pošty z fronty';
    9     $this->ShortTitle = 'Fronta pošty';
     8    $this->Title = 'Fronta pošty';
     9    $this->Description = 'Odeslání pošty z fronty';
    1010    $this->ParentClass = 'PagePortal';
    1111  }
  • trunk/Modules/File/File.php

    r901 r912  
    122122    {
    123123      $Hash = $_GET['h'];
    124       $this->ClearPage = true;
     124      $this->RawPage = true;
    125125      ModuleFile::Cast($this->System->GetModule('File'))->File->DownloadHash($Hash);
    126126      return '';
     
    129129    {
    130130      $Id = $_GET['i'] * 1;
    131       $this->ClearPage = true;
     131      $this->RawPage = true;
    132132      ModuleFile::Cast($this->System->GetModule('File'))->File->DownloadId($Id);
    133133    }
     
    153153  {
    154154    parent::__construct($System);
    155     $this->FullTitle = 'File check';
    156     $this->ShortTitle = 'File check';
     155    $this->Title = 'File check';
    157156    $this->ParentClass = 'PagePortal';
    158157  }
  • trunk/Modules/Finance/Import.php

    r901 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Import plateb';
    9     $this->ShortTitle = 'Import plateb';
     8    $this->itle = 'Import plateb';
    109    $this->ParentClass = 'PageFinance';
    1110  }
  • trunk/Modules/Finance/Manage.php

    r908 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Správa financí';
    9     $this->ShortTitle = 'Správa financí';
     8    $this->Title = 'Správa financí';
    109    $this->ParentClass = 'PageFinance';
    1110  }
  • trunk/Modules/Finance/Trade.php

    r888 r912  
    88  {
    99    parent::__construct($System);
    10     $this->FullTitle = 'Daňová evidence';
    11     $this->ShortTitle = 'Daňová evidence';
     10    $this->Title = 'Daňová evidence';
    1211    $this->ParentClass = 'PageFinance';
    1312  }
  • trunk/Modules/Finance/UserState.php

    r901 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Stav financí účastníka';
    9     $this->ShortTitle = 'Stav financí';
     8    $this->Title = 'Stav financí';
     9    $this->Description = 'Stav financí účastníka';
    1010    $this->ParentClass = 'PageUser';
    1111  }
  • trunk/Modules/FinanceBankAPI/FileImport.php

    r901 r912  
    7272  {
    7373    parent::__construct($System);
    74     $this->FullTitle = 'Import plateb přes API';
    75     $this->ShortTitle = 'Import plateb přes API';
     74    $this->Title = 'Import plateb přes API';
    7675    $this->ParentClass = 'PageFinance';
    7776  }
     
    115114  {
    116115    parent::__construct($System);
    117     $this->FullTitle = 'Import plateb ze souboru';
    118     $this->ShortTitle = 'Import plateb ze souboru';
     116    $this->Title = 'Import plateb ze souboru';
    119117    $this->ParentClass = 'PageFinance';
    120118  }
  • trunk/Modules/IS/IS.php

    r905 r912  
    1212  {
    1313    parent::__construct($System);
    14     $this->FullTitle = 'Správa dat';
    15     $this->ShortTitle = 'Správa dat';
     14    $this->Title = 'Správa dat';
    1615    $this->ParentClass = 'PagePortal';
    1716
     
    173172        $Form->SetClass($Table);
    174173        $Form->LoadValuesFromForm();
    175         $this->ShortTitle .= ' - '.$Form->Definition['Title'].' úprava';
     174        $this->Title .= ' - '.$Form->Definition['Title'].' úprava';
    176175        try
    177176        {
     
    215214      $Form->SetClass($Table);
    216215      $Form->LoadValuesFromDatabase($Id);
    217       $this->ShortTitle .= ' - '.$Form->Definition['Title'].' úprava';
     216      $this->Title .= ' - '.$Form->Definition['Title'].' úprava';
    218217      $Form->OnSubmit = '?a=edit&amp;t='.$Table.'&amp;i='.$_GET['i'].'&amp;o=save';
    219218      $Output .= $Form->ShowEditForm();
     
    246245        $Form->SetClass($Table);
    247246        $Form->LoadValuesFromForm();
    248         $this->ShortTitle .= ' - '.$Form->Definition['Title'].' duplikování';
     247        $this->Title .= ' - '.$Form->Definition['Title'].' duplikování';
    249248        try
    250249        {
     
    286285      $Form->SetClass($Table);
    287286      $Form->LoadValuesFromDatabase($Id);
    288       $this->ShortTitle .= ' - '.$Form->Definition['Title'].' duplikování';
     287      $this->Title .= ' - '.$Form->Definition['Title'].' duplikování';
    289288      $Form->OnSubmit = '?a='.$_GET['a'].'&amp;t='.$Table.'&amp;o=save';
    290289      $Output .= $Form->ShowEditForm();
     
    318317        $Form->SetClass($Table);
    319318        $Form->LoadValuesFromDatabase($Id);
    320         $this->ShortTitle .= ' - '.$Form->Definition['Title'].' odstranění';
     319        $this->Title .= ' - '.$Form->Definition['Title'].' odstranění';
    321320        if (array_key_exists('BeforeDelete', $Form->Definition))
    322321        {
     
    355354        $Form->SetClass($Table);
    356355        $Form->LoadValuesFromForm();
    357         $this->ShortTitle .= ' - '.$Form->Definition['Title'].' přidání';
     356        $this->Title .= ' - '.$Form->Definition['Title'].' přidání';
    358357        try
    359358        {
     
    405404      $Form = new Form($this->System->FormManager);
    406405      $Form->SetClass($Table);
    407       $this->ShortTitle .= ' - '.$Form->Definition['Title'].' přidání';
     406      $this->Title .= ' - '.$Form->Definition['Title'].' přidání';
    408407      // Load presets from URL
    409408      foreach ($_GET as $Key => $Value)
     
    477476    $Form = new Form($this->System->FormManager);
    478477    $Form->SetClass($Table);
    479     $this->ShortTitle .= ' - '.$Form->Definition['Title'].' položka';
     478    $this->Title .= ' - '.$Form->Definition['Title'].' položka';
    480479    $Form->LoadValuesFromDatabase($Id);
    481480    $Form->OnSubmit = '?a=view';
     
    797796      $FormClass = $this->System->FormManager->Classes[$Table];
    798797      else return $this->SystemMessage('Chyba', 'Tabulka '.$Table.' nenalezena');
    799     if ($ExcludeColumn == '') $this->ShortTitle .= ' - '.$FormClass['Title'];
     798    if ($ExcludeColumn == '') $this->Title .= ' - '.$FormClass['Title'];
    800799    if (array_key_exists('ItemActions', $FormClass))
    801800    {
  • trunk/Modules/Log/Log.php

    r908 r912  
    5151  function ShowRSS(): string
    5252  {
    53     $this->ClearPage = true;
     53    $this->RawPage = true;
    5454    $this->FormatHTML = false;
    5555    Header('Content-Type: text/xml');
  • trunk/Modules/Map/Map.php

    r899 r912  
    88  {
    99    parent::__construct($System);
    10     $this->FullTitle = 'Mapa sítě';
    11     $this->ShortTitle = 'Mapa sítě';
     10    $this->Title = 'Mapa sítě';
    1211    $this->ParentClass = 'PagePortal';
    1312  }
  • trunk/Modules/Meals/Meals.php

    r899 r912  
    1111  {
    1212    parent::__construct($System);
    13     $this->FullTitle = 'Jídleníček jídelny Na kopečku';
    14     $this->ShortTitle = 'Jídelníček';
     13    $this->Title = 'Jídelníček';
     14    $this->Description = 'Jídleníček jídelny Na kopečku';
    1515    $this->ParentClass = 'PagePortal';
    1616  }
     
    5050  function ShowPrint(): string
    5151  {
    52     $this->ClearPage = true;
     52    $this->RawPage = true;
    5353
    5454    $Output = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  • trunk/Modules/Meteostation/Meteostation.php

    r899 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Stav meteostanice';
    9     $this->ShortTitle = 'Meteostanice';
     8    $this->Title = 'Meteostanice';
     9    $this->Description = 'Stav meteostanice';
    1010    $this->ParentClass = 'PagePortal';
    1111  }
  • trunk/Modules/Monitoring/Monitoring.php

    r899 r912  
    2424  {
    2525    parent::__construct($System);
    26     $this->FullTitle = 'Monitoring';
    27     $this->ShortTitle = 'Monitoring';
     26    $this->Title = 'Monitoring';
    2827    $this->ParentClass = 'PagePortal';
    2928  }
  • trunk/Modules/Network/HostList.php

    r887 r912  
    88  {
    99    parent::__construct($System);
    10     $this->FullTitle = 'Seznam registrovaných počítačů';
    11     $this->ShortTitle = 'Seznam počítačů';
     10    $this->Title = 'Seznam počítačů';
     11    $this->Description = 'Seznam registrovaných počítačů';
    1212    $this->ParentClass = 'PageNetwork';
    1313  }
  • trunk/Modules/Network/Hosting.php

    r887 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Hostované projekty';
    9     $this->ShortTitle = 'Hostované projekty';
     8    $this->Title = 'Hostované projekty';
    109    $this->ParentClass = 'PageNetwork';
    1110  }
  • trunk/Modules/Network/Network.php

    r911 r912  
    1212  {
    1313    parent::__construct($System);
    14     $this->FullTitle = 'Výpis obsazení frekvenčních kanálů';
    15     $this->ShortTitle = 'Frekvenční plán';
     14    $this->Title = 'Frekvenční plán';
     15    $this->Description = 'Výpis obsazení frekvenčních kanálů';
    1616    $this->ParentClass = 'PageNetwork';
    1717  }
     
    8383  {
    8484    parent::__construct($System);
    85     $this->FullTitle = 'Technické informace o síti';
    86     $this->ShortTitle = 'Síť';
     85    $this->Title = 'Síť';
     86    $this->Description = 'Technické informace o síti';
    8787    $this->ParentClass = 'PagePortal';
    8888  }
     
    895895    $Output .= $StillOffline['Report'];
    896896    $Offline = $this->OnlineList('Offline', 0, -1, 0);
    897     return array('Report' => $Output, 'Count' => $Offline['Count'], 'ShortTitle' => 'Odezva');
     897    return array('Report' => $Output, 'Count' => $Offline['Count'], 'Title' => 'Odezva');
    898898  }
    899899
     
    947947    $Output .= $StillOffline['Report'];
    948948    $Offline = $this->PortCheckList('Offline', 0, -1, 0);
    949     return array('Report' => $Output, 'Count' => $Offline['Count'], 'ShortTitle' => 'Port');
     949    return array('Report' => $Output, 'Count' => $Offline['Count'], 'Title' => 'Port');
    950950  }
    951951}
  • trunk/Modules/Network/Subnet.php

    r887 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Informace o podsítích';
    9     $this->ShortTitle = 'Podsítě';
     8    $this->Title = 'Podsítě';
     9    $this->Description = 'Informace o podsítích';
    1010    $this->ParentClass = 'PageNetwork';
    1111  }
  • trunk/Modules/Network/UserHosts.php

    r887 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Registrované počítače';
    9     $this->ShortTitle = 'Registrované počítače';
     8    $this->Title = 'Registrované počítače';
    109    $this->ParentClass = 'PageNetwork';
    1110  }
  • trunk/Modules/NetworkConfigRouterOS/NetworkConfigRouterOS.php

    r899 r912  
    5252  {
    5353    parent::__construct($System);
    54     $this->FullTitle = 'Přístup zdarma k Internetu';
    55     $this->ShortTitle = 'Internet zdarma';
     54    $this->Title = 'Internet zdarma';
     55    $this->Description = 'Přístup zdarma k Internetu';
    5656    $this->ParentClass = 'PagePortal';
    5757
  • trunk/Modules/NetworkShare/SharePage.php

    r888 r912  
    2020  {
    2121    parent::__construct($System);
    22     $this->FullTitle = 'Prohledávání sdílených souborů';
    23     $this->ShortTitle = 'Sdílené soubory';
     22    $this->Title = 'Sdílené soubory';
     23    $this->Description = 'Prohledávání sdílených souborů';
    2424    $this->ParentClass = 'PagePortal';
    2525  }
  • trunk/Modules/NetworkTopology/NetworkTopology.php

    r899 r912  
    88  {
    99    parent::__construct($System);
    10     $this->FullTitle = 'Grafické zobrazení topologie sítě';
    11     $this->ShortTitle = 'Topologie sítě';
     10    $this->Title = 'Topologie sítě';
     11    $this->Description = 'Grafické zobrazení topologie sítě';
    1212    $this->ParentClass = 'PagePortal';
    1313  }
  • trunk/Modules/News/NewsPage.php

    r908 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Aktualní informace';
    9     $this->ShortTitle = 'Aktuality';
     8    $this->Title = 'Aktuality';
     9    $this->Description = 'Aktualní informace';
    1010    $this->ParentClass = 'PagePortal';
    1111  }
     
    312312  {
    313313    parent::__construct($System);
    314     $this->FullTitle = 'Aktualizace aktualit';
    315     $this->ShortTitle = 'Aktualizace aktualit';
     314    $this->Title = 'Aktualizace aktualit';
    316315    $this->ParentClass = 'PageNews';
    317316  }
     
    332331  {
    333332    parent::__construct($System);
    334     $this->FullTitle = 'Odběry aktualit';
    335     $this->ShortTitle = 'Odběry aktualit';
     333    $this->Title = 'Odběry aktualit';
    336334    $this->ParentClass = 'PageNews';
    337335  }
     
    371369  {
    372370    parent::__construct($System);
    373     $this->FullTitle = 'RSS kanál aktualit';
    374     $this->ShortTitle = 'Aktuality RSS';
     371    $this->Title = 'Aktuality RSS';
     372    $this->Description = 'RSS kanál aktualit';
    375373    $this->ParentClass = 'PageNews';
    376374  }
     
    378376  function Show(): string
    379377  {
    380     $this->ClearPage = true;
     378    $this->RawPage = true;
    381379    $this->FormatHTML = false;
    382380    Header('Content-Type: text/xml');
  • trunk/Modules/Notify/Notify.php

    r908 r912  
    8080        }
    8181        if (strlen($Title) > 0) $Title .= ', ';
    82         $Title .= $Status['ShortTitle'].':'.$Status['Count'];
     82        $Title .= $Status['Title'].':'.$Status['Count'];
    8383      }
    8484    }
     
    143143  function ShowLogRSS(): string
    144144  {
    145     $this->ClearPage = true;
     145    $this->RawPage = true;
    146146    $this->FormatHTML = false;
    147147    Header('Content-Type: text/xml');
  • trunk/Modules/OpeningHours/OpeningHours.php

    r901 r912  
    1111  {
    1212    parent::__construct($System);
    13     $this->FullTitle = 'Otvírací doby místních subjektů';
    14     $this->ShortTitle = 'Otvírací doby';
     13    $this->Title = 'Otvírací doby';
     14    $this->Description = 'Otvírací doby místních subjektů';
    1515    $this->ParentClass = 'PagePortal';
    1616  }
  • trunk/Modules/Portal/Portal.php

    r902 r912  
    9696  {
    9797    parent::__construct($System);
    98     $this->FullTitle = 'Zděchovský rozcestník';
    99     $this->ShortTitle = 'Rozcestník';
     98    $this->Title = 'Rozcestník';
     99    $this->Description = 'Zděchovský rozcestník';
    100100  }
    101101
  • trunk/Modules/RSS/RSS.php

    r899 r912  
    6565  function Show(): string
    6666  {
    67     $this->ClearPage = true;
     67    $this->RawPage = true;
    6868
    6969    if (array_key_exists('channel', $_GET)) $ChannelName = $_GET['channel'];
  • trunk/Modules/Search/Search.php

    r899 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Hledání v obsahu';
    9     $this->ShortTitle = 'Vyhledávání';
     8    $this->Title = 'Vyhledávání';
     9    $this->Description = 'Hledání v obsahu';
    1010    $this->ParentClass = 'PagePortal';
    1111  }
  • trunk/Modules/SpeedTest/SpeedTest.php

    r899 r912  
    3535  {
    3636    parent::__construct($System);
    37     $this->FullTitle = 'Test rychlosti připojení';
    38     $this->ShortTitle = 'Test rychlosti';
     37    $this->Title = 'Test rychlosti';
     38    $this->Description = 'Test rychlosti připojení';
    3939    $this->ParentClass = 'PagePortal';
    4040  }
  • trunk/Modules/TV/TV.php

    r899 r912  
    88  {
    99    parent::__construct($System);
    10     $this->FullTitle = 'Síťová televize';
    11     $this->ShortTitle = 'IPTV';
     10    $this->Title = 'IPTV';
     11    $this->Description = 'Síťová televize';
    1212    $this->ParentClass = 'PagePortal';
    1313  }
     
    7171  function Show(): string
    7272  {
    73     $this->ClearPage = true;
     73    $this->RawPage = true;
    7474
    7575    Header("Content-Type: audio/mpegurl");
  • trunk/Modules/TV/tkr.php

    r887 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Seznam televizních kanálů místní kabelové televize';
    9     $this->ShortTitle = 'Kanály kabelové televize';
     8    $this->Title = 'Kanály kabelové televize';
     9    $this->Description = 'Seznam televizních kanálů místní kabelové televize';
    1010  }
    1111
  • trunk/Modules/TimeMeasure/Graph.php

    r888 r912  
    1919  function Show(): string
    2020  {
    21     $this->ClearPage = true;
     21    $this->RawPage = true;
    2222    $this->Render();
    2323    return '';
  • trunk/Modules/TimeMeasure/Main.php

    r887 r912  
    1111  {
    1212    parent::__construct($System);
    13     $this->ShortTitle = 'Grafy';
    14     $this->FullTitle = 'Časové grafy veličin';
     13    $this->Title = 'Grafy';
     14    $this->Description = 'Časové grafy veličin';
    1515    $this->ImageWidth = 800;
    1616    $this->ImageHeight = 200;
     
    268268  function Show(): string
    269269  {
    270     $this->ClearPage = true;
     270    $this->RawPage = true;
    271271
    272272    $Output = '';
  • trunk/Modules/User/UserList.php

    r887 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Seznam registrovaných uživatelů';
    9     $this->ShortTitle = 'Seznam uživatelů';
     8    $this->Title = 'Seznam uživatelů';
     9    $this->Description = 'Seznam registrovaných uživatelů';
    1010    $this->ParentClass = 'PagePortal';
    1111  }
  • trunk/Modules/User/UserPage.php

    r901 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Uživatel';
    9     $this->ShortTitle = 'Uživatel';
     8    $this->Title = 'Uživatel';
    109    $this->ParentClass = 'PagePortal';
    1110  }
  • trunk/Modules/WebCam/WebCam.php

    r899 r912  
    66  {
    77    parent::__construct($System);
    8     $this->FullTitle = 'Webová kamera';
    9     $this->ShortTitle = 'Kamera';
     8    $this->Title = 'Kamera';
     9    $this->Description = 'Webová kamera';
    1010    $this->ParentClass = 'PagePortal';
    1111  }
  • trunk/Modules/Wiki/Wiki.php

    r899 r912  
    6767  {
    6868    parent::__construct($System);
    69     $this->FullTitle = 'Wiki stránky';
    70     $this->ShortTitle = 'Wiki';
     69    $this->Title = 'Wiki';
     70    $this->Description = 'Wiki stránky';
    7171    $this->ParentClass = 'PagePortal';
    7272  }
  • trunk/Packages/Common/Database.php

    r901 r912  
    6060  }
    6161
    62   function Connect(string $Host, string $User, string $Password, string $Database)
     62  function Connect(string $Host, string $User, string $Password, string $Database): void
    6363  {
    6464    if ($this->Type == 'mysql') $ConnectionString = 'mysql:host='.$Host.';dbname='.$Database;
     
    7575  }
    7676
    77   function Disconnect()
     77  function Disconnect(): void
    7878  {
    7979    unset($this->PDO);
     
    166166  }
    167167
    168   function update(string $Table, string $Condition, array $Data)
     168  function update(string $Table, string $Condition, array $Data): void
    169169  {
    170170    $this->query($this->GetUpdate($Table, $Condition, $Data));
     
    187187  }
    188188
    189   function replace(string $Table, array $Data)
     189  function replace(string $Table, array $Data): void
    190190  {
    191191    $Name = '';
     
    208208  }
    209209
    210   function charset(string $Charset)
     210  function charset(string $Charset): void
    211211  {
    212212    $this->query('SET NAMES "'.$Charset.'"');
     
    223223  }
    224224
    225   public function __sleep()
     225  public function __sleep(): array
    226226  {
    227227    return array('LastQuery');
    228228  }
    229229
    230   public function __wakeup()
    231   {
    232   }
    233 
    234   public function Transaction(array $Queries)
     230  public function __wakeup(): void
     231  {
     232  }
     233
     234  public function Transaction(array $Queries): void
    235235  {
    236236    //echo('|'."\n");
  • trunk/Packages/Common/Modules/ModuleManager.php

    r900 r912  
    404404  {
    405405    parent::__construct($System);
    406     $this->FullTitle = T('Modules');
    407     $this->ShortTitle = T('Modules');
     406    $this->Title = T('Modules');
    408407    $this->ParentClass = 'PageSetup';
    409408    $this->YesNo = array(false => T('No'), true => T('Yes'));
  • trunk/Packages/Common/Modules/Setup.php

    r903 r912  
    7575  {
    7676    parent::__construct($System);
    77     $this->FullTitle = T('Application setup');
    78     $this->ShortTitle = T('Application setup');
     77    $this->Title = T('Application setup');
    7978    //$this->ParentClass = 'PageSetupRedirect';
    8079    $this->ConfigDir = dirname(dirname(dirname(__FILE__))).'/Config';
  • trunk/Packages/Common/Page.php

    r888 r912  
    33class Page extends View
    44{
    5   public string $FullTitle;
    6   public string $ShortTitle;
     5  public string $Title;
     6  public string $Description;
    77  public string $ParentClass;
    8   public bool $ClearPage;
     8  public bool $RawPage;
    99  public $OnSystemMessage;
    1010  public string $Load;
     
    1414  {
    1515    parent::__construct($System);
    16     $this->ClearPage = false;
     16    $this->RawPage = false;
    1717    $this->OnSystemMessage = array();
    18     $this->FullTitle = "";
    19     $this->ShortTitle = "";
     18    $this->Title = "";
     19    $this->Description = "";
    2020    $this->ParentClass = "";
    2121  }
  • trunk/Packages/Common/System.php

    r899 r912  
    134134    return $Target;
    135135  }
     136
     137  function AbsoluteLink(string $Target): string
     138  {
     139    return $Target;
     140  }
    136141}
  • trunk/block/index.php

    r887 r912  
    1616  {
    1717    parent::__construct($System);
    18     $this->FullTitle = 'Blokování internetu';
    19     $this->ShortTitle = 'Blokování internetu';
     18    $this->Title = 'Blokování internetu';
    2019  }
    2120
Note: See TracChangeset for help on using the changeset viewer.