[Pfc-prolog-cvs] prolix/web consult.jsp,1.16,1.17
Status: Beta
Brought to you by:
ivanfrade
From: <iva...@us...> - 2003-07-18 10:24:27
|
Update of /cvsroot/pfc-prolog/prolix/web In directory sc8-pr-cvs1:/tmp/cvs-serv16517/web Modified Files: consult.jsp Log Message: Now shows lastest consult in page Index: consult.jsp =================================================================== RCS file: /cvsroot/pfc-prolog/prolix/web/consult.jsp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** consult.jsp 17 Jul 2003 19:41:28 -0000 1.16 --- consult.jsp 18 Jul 2003 10:24:23 -0000 1.17 *************** *** 67,71 **** <table> ! <td> <hr align="left" size="1"> <%= loadedProgram %> <br><br><br><br> --- 67,72 ---- <table> ! <tr> ! <td> <hr align="left" size="1"> <%= loadedProgram %> <br><br><br><br> *************** *** 98,101 **** --- 99,103 ---- </logic:notEmpty> </td> + </tr> </table> |