[phpwebapp-commits] CVS: documentation/templates/tutorial transitions.html,1.2,1.3 templates.html,1.
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-11 17:16:40
|
Update of /cvsroot/phpwebapp/documentation/templates/tutorial In directory sc8-pr-cvs1:/tmp/cvs-serv31712/templates/tutorial Modified Files: transitions.html templates.html Log Message: .gif images replaced by .png images Index: transitions.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/tutorial/transitions.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** transitions.html 23 Feb 2003 14:29:07 -0000 1.2 --- transitions.html 11 Aug 2003 16:31:05 -0000 1.3 *************** *** 131,136 **** <pre> img/ ! Back.gif ! home.gif page1.html page2.html --- 131,136 ---- <pre> img/ ! back.png ! home.png page1.html page2.html Index: templates.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/tutorial/templates.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** templates.html 23 Feb 2003 14:29:07 -0000 1.2 --- templates.html 11 Aug 2003 16:31:05 -0000 1.3 *************** *** 262,270 **** If all the images in the application are linked like this: <pre> ! <img src="{{#IMG_URL}}image_name.gif"/> </pre> there will be no problem. However, if any image is hard linked like this: <pre> ! <img src="/img/image_name.gif"/> </pre> it will not be displayed. --- 262,270 ---- If all the images in the application are linked like this: <pre> ! <img src="{{#IMG_URL}}image_name.png"/> </pre> there will be no problem. However, if any image is hard linked like this: <pre> ! <img src="/img/image_name.png"/> </pre> it will not be displayed. |