Update of /cvsroot/pfc-prolog/prolix/web
In directory sc8-pr-cvs1:/tmp/cvs-serv4188
Modified Files:
tree.jsp
Log Message:
Insert SVG in object tag. At moment with hardcoded size
Index: tree.jsp
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/web/tree.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tree.jsp 15 Aug 2003 12:35:16 -0000 1.5
--- tree.jsp 17 Aug 2003 15:30:11 -0000 1.6
***************
*** 75,80 ****
<!-- FIXME Here the tree -->
<jsp:getProperty name="prologData" property="currentResult" />
!
! <img src="/prolixjsp/dibujo-sodipodi.xml" alt="Loading...">
<a href="/prolixjsp/view.tree">Ultimo recurso</a>
--- 75,82 ----
<!-- 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>
|