[Pfc-prolog-cvs] prolix/web tree.jsp,1.6,1.7
Status: Beta
Brought to you by:
ivanfrade
From: <iva...@us...> - 2003-08-18 18:31:00
|
Update of /cvsroot/pfc-prolog/prolix/web In directory sc8-pr-cvs1:/tmp/cvs-serv17322/web Modified Files: tree.jsp Log Message: Added batik to project. Modified servlet to transform SVG in JPEG and return image - and web page to this change Index: tree.jsp =================================================================== RCS file: /cvsroot/pfc-prolog/prolix/web/tree.jsp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tree.jsp 17 Aug 2003 15:30:11 -0000 1.6 --- tree.jsp 18 Aug 2003 18:30:57 -0000 1.7 *************** *** 75,81 **** <!-- FIXME Here the tree --> <jsp:getProperty name="prologData" property="currentResult" /> ! <object data="/prolixjsp/view.tree" type="image/svg+xml" width="400" height="400" alt="Loading..."> ! Su navegador no traga SVG </object> <a href="/prolixjsp/view.tree">Ultimo recurso</a> --- 75,81 ---- <!-- FIXME Here the tree --> <jsp:getProperty name="prologData" property="currentResult" /> ! <object data="/prolixjsp/view.tree" type="image/jpeg" width="400" height="400" alt="Loading..."> ! Su navegador no admite SVG </object> <a href="/prolixjsp/view.tree">Ultimo recurso</a> |