[phpwebapp-commits] CVS: web_app/session wbSession.html,1.3,1.4
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-13 13:18:17
|
Update of /cvsroot/phpwebapp/web_app/session In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4377/session Modified Files: wbSession.html Log Message: xml parser Index: wbSession.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/wbSession.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wbSession.html 22 Aug 2003 06:47:20 -0000 1.3 --- wbSession.html 13 Jul 2004 13:18:08 -0000 1.4 *************** *** 5,13 **** #--> <form name="WebAppForm" method="{{method}}" onSubmit="return false;"> ! <input type="hidden" name="sourcePage" value="{{sourcePage}}"> ! <input type="hidden" name="targetPage" value=""> ! <input type="hidden" name="sessionVars" value=""> ! <input type="hidden" name="strEvent" value=""> ! <input type="hidden" name="phpVars" value=""> </form> --- 5,13 ---- #--> <form name="WebAppForm" method="{{method}}" onSubmit="return false;"> ! <input type="hidden" name="sourcePage" value="{{sourcePage}}"/> ! <input type="hidden" name="targetPage" value=""/> ! <input type="hidden" name="sessionVars" value=""/> ! <input type="hidden" name="strEvent" value=""/> ! <input type="hidden" name="phpVars" value=""/> </form> |