Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/GikoSystem.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.19 by h677, Thu Sep 4 08:22:07 2003 UTC revision 1.20 by h677, Fri Sep 5 03:40:52 2003 UTC
# Line 812  begin Line 812  begin
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26