Changeset 114 for trunk/Modules/Portal/UModulePortal.pas
- Timestamp:
- May 1, 2016, 11:13:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Portal/UModulePortal.pas
r108 r114 253 253 254 254 TitleTag := THtmlString.Create; 255 TitleTag.Text := ShowHeader(ASession);255 //TitleTag.Text := ShowHeader(ASession); 256 256 HtmlDocument.Body.SubItems.Insert(0, TitleTag); 257 257 TitleTag := THtmlString.Create; 258 258 TitleTag.Text := ShowFooter(ASession); 259 HtmlDocument.Body.SubItems. Add(TitleTag);259 HtmlDocument.Body.SubItems.Insert(0, TitleTag); 260 260 //Page.Page.OnProduce(HandlerData); 261 261 HtmlDocument.Title := Page.Caption; … … 275 275 function TModulePortal.ShowFooter(Session: TWebSession): string; 276 276 begin 277 Result := ''; 277 278 //Time := Round(Now - $ScriptTimeStart, 2); 278 279 Result := Result + '<div id="Footer">' +
Note:
See TracChangeset
for help on using the changeset viewer.