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.139 by h677, Sun May 23 05:37:51 2004 UTC revision 1.140 by h677, Sun May 23 08:15:54 2004 UTC
# Line 944  begin Line 944  begin
944                          CustomStringReplace( Skin, '<BOARDURL/>', ThreadItem.ParentBoard.URL);                          CustomStringReplace( Skin, '<BOARDURL/>', ThreadItem.ParentBoard.URL);
945                          CustomStringReplace( Skin, '<THREADNAME/>', ThreadItem.Title);                          CustomStringReplace( Skin, '<THREADNAME/>', ThreadItem.Title);
946                          CustomStringReplace( Skin, '<SKINPATH/>', Setting.CSSFileName);                          CustomStringReplace( Skin, '<SKINPATH/>', Setting.CSSFileName);
947                          CustomStringReplace( Skin, '<GETRESCOUNT/>', IntToStr( ThreadItem.NewReceive - 1 ));                          CustomStringReplace( Skin, '<GETRESCOUNT/>', IntToStr( ThreadItem.Count - ThreadItem.NewResCount ));
948                                                  CustomStringReplace( Skin, '<NEWRESCOUNT/>', IntToStr( ThreadItem.NewResCount ));                                                  CustomStringReplace( Skin, '<NEWRESCOUNT/>', IntToStr( ThreadItem.NewResCount ));
949                                                  CustomStringReplace( Skin, '<ALLRESCOUNT/>', IntToStr( ThreadItem.AllResCount ));                                                  CustomStringReplace( Skin, '<ALLRESCOUNT/>', IntToStr( ThreadItem.Count ));
950    
951                          CustomStringReplace( Skin, '<NEWDATE/>',FormatDateTime('yyyy/mm/dd(ddd) hh:mm', ThreadItem.RoundDate));                          CustomStringReplace( Skin, '<NEWDATE/>',FormatDateTime('yyyy/mm/dd(ddd) hh:mm', ThreadItem.RoundDate));
952                                                  CustomStringReplace( Skin, '<SIZEKB/>', IntToStr( Floor( SizeByte / 1024 ) ));                                                  CustomStringReplace( Skin, '<SIZEKB/>', IntToStr( Floor( SizeByte / 1024 ) ));

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140

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