Mercurial > mercurial > hgweb_searcher03.cgi
comparison src/bprint.cpp @ 21:a2ad87cad48b
Enhanced the convenience of Cache dialog.
author | pyon@macmini |
---|---|
date | Wed, 17 Dec 2014 00:52:43 +0900 |
parents | bbd65edf71d4 |
children | 92188f60323d |
comparison
equal
deleted
inserted
replaced
20:226774bf49fc | 21:a2ad87cad48b |
---|---|
1 // Filename : bprint.cpp | 1 // Filename : bprint.cpp |
2 // Last Change: 21-May-2014. | 2 // Last Change: 12-Aug-2014. |
3 // | 3 // |
4 | 4 |
5 #include "bprint.h" | 5 #include "bprint.h" |
6 #include "marksheet.h" | 6 #include "marksheet.h" |
7 #include "dndfile.h" | 7 #include "dndfile.h" |
172 } | 172 } |
173 else { | 173 else { |
174 wxCopyFile( file, tmpjpg, true ); | 174 wxCopyFile( file, tmpjpg, true ); |
175 } | 175 } |
176 html = html + wxT("<img src=\"") + tmpjpg + wxT("\" width=\"750\" height=\"1060\"/>"); | 176 html = html + wxT("<img src=\"") + tmpjpg + wxT("\" width=\"750\" height=\"1060\"/>"); |
177 html = html + wxT("<div align=right><font size=-2><u>") + m_grid->GetCellValue( r, 0 ) + wxT("</u></font></div>"); | |
178 | |
177 cout = dir.GetNext( &file ); | 179 cout = dir.GetNext( &file ); |
178 n++; | 180 n++; |
179 } | 181 } |
180 html = html + wxT("</body></html>"); | 182 html = html + wxT("</body></html>"); |
181 | 183 |