Update of /cvsroot/pfc-prolog/prolix/web
In directory sc8-pr-cvs1:/tmp/cvs-serv29438/web
Modified Files:
consult.jsp
Log Message:
Minor changes in consult-page action and web
Index: consult.jsp
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/web/consult.jsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** consult.jsp 13 Jul 2003 19:05:08 -0000 1.5
--- consult.jsp 13 Jul 2003 21:38:51 -0000 1.6
***************
*** 26,30 ****
<td>
<hr align="left" size="1">
! writedProgram <br><br><br><br>
<hr align="left" size="1">
--- 26,30 ----
<td>
<hr align="left" size="1">
! Programa cargado <br><br><br><br>
<hr align="left" size="1">
***************
*** 33,38 ****
<font size="+3">?</font>
<html:text property="consult" size="0" maxlength="100" /> <br><br>
! <html:submit value="loadc"/>
! <html:submit value="otherProgram"/>
</html:form>
</td>
--- 33,38 ----
<font size="+3">?</font>
<html:text property="consult" size="0" maxlength="100" /> <br><br>
! <html:submit value="Load consult" property="load"/>
! <html:submit value="Load other program" property="otherProgram"/>
</html:form>
</td>
|