Ignore:
Timestamp:
Jul 24, 2020, 11:06:31 PM (4 years ago)
Author:
chronos
Message:
  • Added: IPTV channels for channel packages.
  • Added: Used network interfaces specification document.
  • Modified: Updated IPTV manual.
  • Fixed: Build under Lazarus 2.0.10.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/ZdechovNET/UNetworkPage.pas

    r116 r123  
    3939    ModuleUser.LoadUserInfo;
    4040    with HtmlDocument.Body, THtmlString(SubItems.AddNew(THtmlString.Create)) do begin
    41       Text := MakeLink('Historie', NavigationLink('/historie/')) + '<br/>' +
    42         MakeLink('Dokumenty', NavigationLink('/dokumenty/')) + '<br/>' +
     41      Text := MakeLink('Dokumenty', NavigationLink('/dokumenty/')) + '<br/>' +
     42        MakeLink('Historie', NavigationLink('/historie/')) + '<br/>' +
    4343        MakeLink('Plánované projekty', NavigationLink('/plany/')) + '<br/>' +
    4444        MakeLink('Měření rychlosti', 'http://speedtest.zdechov.net/') + '<br/>';
Note: See TracChangeset for help on using the changeset viewer.