Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoSystem.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2234 |
et := PIndex(List[i]).FNo; |
et := PIndex(List[i]).FNo; |
| 2235 |
end; |
end; |
| 2236 |
r := Copy(r,0, PIndex(List[i]).FIndexFrom - 1) + |
r := Copy(r,0, PIndex(List[i]).FIndexFrom - 1) + |
| 2237 |
Format('<a href="%s=%s=%s=%s=%s=%s=%s" target="_blank">', |
Format('<a href="%s&%s=%s&%s=%s&%s=%s" target="_blank">', |
| 2238 |
[FullURL, ParamStart, st, ParamTo, et, ParamNoFirst, ParamTrue]) + |
[FullURL, ParamStart, st, ParamTo, et, ParamNoFirst, ParamTrue]) + |
| 2239 |
Copy(r,PIndex(List[i]).FIndexFrom, PIndex(List[i]).FIndexTo - PIndex(List[i]).FIndexFrom) + '</A>' + |
Copy(r,PIndex(List[i]).FIndexFrom, PIndex(List[i]).FIndexTo - PIndex(List[i]).FIndexFrom) + '</A>' + |
| 2240 |
Copy(r,PIndex(List[i]).FIndexTo,Length(r)); |
Copy(r,PIndex(List[i]).FIndexTo,Length(r)); |
|
|
Legend:
| Removed from v.1.95 |
|
| changed lines |
| |
Added in v.1.96 |
|
|
| |