Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/GikoSystem.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 812 |
SaveList.Add('<html><head>'); |
SaveList.Add('<html><head>'); |
| 813 |
SaveList.Add('<meta http-equiv="Content-type" content="text/html; charset=Shift_JIS">'); |
SaveList.Add('<meta http-equiv="Content-type" content="text/html; charset=Shift_JIS">'); |
| 814 |
SaveList.Add('<title>' + sTitle + '</title>'); |
SaveList.Add('<title>' + sTitle + '</title>'); |
| 815 |
SaveList.Add('<style type="text/css">'); |
SaveList.Add('<link rel="stylesheet" href="'+CSSFileName+'" type="text/css">'); |
|
SaveList.Add('@import url(' + CSSFileName + ');'); |
|
|
SaveList.Add('</style>'); |
|
| 816 |
SaveList.Add('</head>'); |
SaveList.Add('</head>'); |
| 817 |
SaveList.Add('<body>'); |
SaveList.Add('<body>'); |
| 818 |
SaveList.Add('<a name="top"></a>'); |
SaveList.Add('<a name="top"></a>'); |
|
|
Legend:
| Removed from v.1.19 |
|
| changed lines |
| |
Added in v.1.20 |
|
|
|