ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Search/Outputer.cpp
(Generate patch)

Comparing trunk/Search/Outputer.cpp (file contents):
Revision 42 by douglas, 2003-01-07T12:57:18-08:00 vs.
Revision 43 by douglas, 2003-01-22T22:12:34-08:00

# Line 132 | Line 132 | void Outputer::header(const string& quer
132                  conditional(line, fin, "<?ifcommon?>", common.size() == 1);
133                  conditional(line, fin, "<?ifmanycommon?>", common.size() > 1);
134  
135 +                tag(line, "<?version?>", programName + ' ' + programVersion + ' ' +
136 +                        platform());
137                  tag(line, "<?query?>", query);
138                  tag(line, "<?range?>", range(page));
139                  tag(line, "<?total?>", total());
# Line 217 | Line 219 | void Outputer::footer(const string& quer
219                  conditional(line, fin, "<?ifcommon?>", common.size() == 1);
220                  conditional(line, fin, "<?ifmanycommon?>", common.size() > 1);
221  
222 +                tag(line, "<?version?>", programName + ' ' + programVersion + ' ' +
223 +                        platform());
224                  tag(line, "<?query?>", query);
225                  tag(line, "<?range?>", range(page));
226                  tag(line, "<?total?>", total());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines