Develop and Download Open Source Software

Browse Subversion Repository

Diff of /WebModuleUnit1.pas

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

revision 13 by yamat0jp, Sun Sep 25 06:49:06 2016 UTC revision 14 by yamat0jp, Sun Sep 25 10:20:50 2016 UTC
# Line 164  begin Line 164  begin
164      end;      end;
165      s1 := '<nav>%d 件中 %d 件から %d 件まで表示<br><center>Page : [<b>';      s1 := '<nav>%d 件中 %d 件から %d 件まで表示<br><center>Page : [<b>';
166      s2 := '<a href="' + home + path + t1 + '#article"><<</a>' + linkcontent +      s2 := '<a href="' + home + path + t1 + '#article"><<</a>' + linkcontent +
167        '<a href="' + home + path + t2 + '">>></a></b>]  <b><a href="' + home + path +        '<a href="' + home + path + t2 + '">>></a></b>]  <b><a href="' + home +
168        '#article">最新</a></b></center></nav>';        path + '#article">最新</a></b></center></nav>';
169      result := Format(s1, [FDTable1.RecordCount, position * count + 1, k]) + s2;      result := Format(s1, [FDTable1.RecordCount, position * count + 1, k]) + s2;
170    end;    end;
171  end;  end;
# Line 473  begin Line 473  begin
473    end;    end;
474    t := TURLEncoding.Create;    t := TURLEncoding.Create;
475    try    try
476      FDTable1.AppendRecord([na, no, DateTimeToStr(Now), sub,      FDTable1.AppendRecord([na, no, DateTimeToStr(Now), sub, com, pass, line]);
       ReplaceText(ReplaceText(com, '<', t.Encode('<')), '>', t.Encode('>')),  
       pass, line]);  
477    finally    finally
478      t.Free;      t.Free;
479    end;    end;

Legend:
Removed from v.13  
changed lines
  Added in v.14

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