Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 6081 |
GikoSys.ParseURI( URL, protocol, host, path, document, port, bookmark ); |
GikoSys.ParseURI( URL, protocol, host, path, document, port, bookmark ); |
| 6082 |
GikoSys.Parse2chURL( URL, path, document, BBSID, BBSKey ); |
GikoSys.Parse2chURL( URL, path, document, BBSID, BBSKey ); |
| 6083 |
|
|
| 6084 |
if GikoSys.Is2chHost(Host) then begin |
if (Length( Trim(BBSKey) ) > 0) and (Length( Trim(BBSID) ) > 0) then begin |
| 6085 |
Board := BBSsFindBoardFromURL( GikoSys.Get2chThreadURL2BoardURL( URL ) ); |
Board := BBSsFindBoardFromURL( GikoSys.Get2chThreadURL2BoardURL( URL ) ); |
| 6086 |
if Board = nil then begin |
if Board = nil then begin |
| 6087 |
GikoSys.OpenBrowser(URL, gbtAuto); |
GikoSys.OpenBrowser(URL, gbtAuto); |
|
|
Legend:
| Removed from v.1.130 |
|
| changed lines |
| |
Added in v.1.131 |
|
|
| |