Changeset 114 for trunk/Modules/Portal/UPagePortal.pas
- Timestamp:
- May 1, 2016, 11:13:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/UPagePortal.pas
r107 r114 231 231 // Show pannels 232 232 //if(IsInternetAddr()) echo('Internet'); else echo('LAN'); 233 // $Output .= $this->InfoBar();233 // $Output .= $this->InfoBar(); 234 234 Output := Output + '<table id="MainTable"><tr>'; 235 235 Session.Database.Select(DbRows, 'PanelColumn', '*'); … … 275 275 function TWebPagePortal.OnlineHostList: string; 276 276 begin 277 277 Result := ''; 278 278 end; 279 279 280 280 function TWebPagePortal.UserPanel: string; 281 281 begin 282 282 Result := ''; 283 283 end; 284 284 … … 299 299 function TWebPagePortal.WebcamPanel: string; 300 300 begin 301 301 Result := ''; 302 302 end; 303 303
Note:
See TracChangeset
for help on using the changeset viewer.