[cvs] Expresso commit by mtraum: fixed broken images
JCorporate Ltd
jcorp at jcorp2.servlets.net
Fri Oct 1 16:01:48 PDT 2004
Log Message:
-----------
fixed broken images
Modified Files:
--------------
expresso/expresso-web/expresso/doc/edg:
WhatIsMVC.xml
Added Files:
-----------
expresso/expresso-web/expresso/doc/images/edg:
MVC-Applied-Servlet.gif
MVC-Applied-JSP-Model2.gif
Revision Data
-------------
Index: WhatIsMVC.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/expresso/doc/edg/WhatIsMVC.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lexpresso-web/expresso/doc/edg/WhatIsMVC.xml -Lexpresso-web/expresso/doc/edg/WhatIsMVC.xml -u -r1.3 -r1.4
--- expresso-web/expresso/doc/edg/WhatIsMVC.xml
+++ expresso-web/expresso/doc/edg/WhatIsMVC.xml
@@ -78,7 +78,7 @@
make an application much easier to write and maintain.
</para>
<para />
- <graphic align='center' fileref='MVC-Applied-Servlet.gif' width='4.5in' />
+ <graphic fileref='../images/edg/MVC-Applied-Servlet.gif' />
<para />
<para>
By dividing the web application into a Model, View, and Controller we can,
@@ -120,7 +120,7 @@
in the case, is the view.
</para>
<para />
- <graphic fileref='MVC-Applied-JSP-Model2.gif' />
+ <graphic fileref='../images/edg/MVC-Applied-JSP-Model2.gif' />
<para />
<para>
The controller has to bind a model and a view, but it could be any model
More information about the cvs
mailing list