[phpwebapp-commits] CVS: web_app/boxes/fileView viewImage.html,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-14 14:45:52
|
Update of /cvsroot/phpwebapp/web_app/boxes/fileView In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13284/boxes/fileView Modified Files: viewImage.html Log Message: Index: viewImage.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/fileView/viewImage.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** viewImage.html 21 Feb 2003 08:15:50 -0000 1.1.1.1 --- viewImage.html 14 Jul 2004 14:45:41 -0000 1.2 *************** *** 1,3 **** <WebBox ID="viewImage"> ! <img src="{{image_src}}" border="0"> </WebBox> --- 1,3 ---- <WebBox ID="viewImage"> ! <img src="{{image_src}}" border="0" /> </WebBox> |