Changeset 79 for trunk/Modules


Ignore:
Timestamp:
Jun 19, 2012, 10:39:41 PM (12 years ago)
Author:
chronos
Message:
  • Přidáno: Stránka pro zobrazení všech projektů veřejných i neveřejných v tabulce pro správce.
Location:
trunk/Modules
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/UMainModule.lfm

    r78 r79  
    77  object WebApp1: TWebApp
    88    OnPageProduce = WebApp1PageProduce
    9     ServerType = stCGI
     9    ServerType = stTCP
    1010    left = 160
    1111    top = 88
  • trunk/Modules/UMainModule.lrs

    r78 r79  
    55  +'HorizontalOffset'#3'*'#2#14'VerticalOffset'#3#10#1#5'Width'#3#175#1#0#7'TWe'
    66  +'bApp'#7'WebApp1'#13'OnPageProduce'#7#18'WebApp1PageProduce'#10'ServerType'#7
    7   +#5'stCGI'#4'left'#3#160#0#3'top'#2'X'#0#0#0
     7  +#5'stTCP'#4'left'#3#160#0#3'top'#2'X'#0#0#0
    88]);
  • trunk/Modules/UMainModule.pas

    r78 r79  
    8181  UApplicationInfo, UInternetPage, UHostingPage, UHistoryPage, UDocumentsPage, UVoIPPage,
    8282  ULinksPage, UPlansPage, UServerInfoPage, UWebCamPage, UUserControlPage,
    83   UNetworkPage, UAboutPage, UContactPage;
     83  UNetworkPage, UAboutPage, UContactPage, UProjectsPage;
    8484
    8585{ TWebSession }
     
    181181    RegisterPage(TPlansPage, PlansPage, 'plany');
    182182    RegisterPage(TNetworkPage, NetworkPage, 'sit');
     183    RegisterPage(TProjectsPage, ProjectsPage, 'projekty');
    183184    RegisterPage(TAboutPage, AboutPage, '');
    184185    //RegisterPage(TUserControlPage, UserControlPage, '');
Note: See TracChangeset for help on using the changeset viewer.