Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ExternalThreadItem.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 297 |
res := DivideStrLine( string( inDatRes ) ); |
res := DivideStrLine( string( inDatRes ) ); |
| 298 |
if AnsiCompareStr( string( inDatRes ) , '' ) <> 0 then begin |
if AnsiCompareStr( string( inDatRes ) , '' ) <> 0 then begin |
| 299 |
res.FBody := GikoSys.DeleteLink(res.FBody); |
res.FBody := GikoSys.DeleteLink(res.FBody); |
| 300 |
res.FBody := GikoSys.AddAnchorTag( res.FBody ); |
res.FBody := HTMLCreater.AddAnchorTag( res.FBody ); |
| 301 |
res.FBody := HTMLCreater.ConvRes( res.FBody, threadItem.ParentBoard.BBSID, ChangeFileExt( threadItem.FileName, '' ), 'bbs', 'key', 'st', 'to', 'nofirst', 'true'); |
res.FBody := HTMLCreater.ConvRes( res.FBody, threadItem.ParentBoard.BBSID, ChangeFileExt( threadItem.FileName, '' ), 'bbs', 'key', 'st', 'to', 'nofirst', 'true'); |
| 302 |
|
|
| 303 |
no := IntToStr( inResNo ); |
no := IntToStr( inResNo ); |
|
|
Legend:
| Removed from v.1.15 |
|
| changed lines |
| |
Added in v.1.16 |
|
|
| |