Update of /cvsroot/phpwebapp/web_app/append
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2634/append
Modified Files:
wbDebug.html append.html
Log Message:
Index: wbDebug.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/append/wbDebug.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** wbDebug.html 15 Jul 2004 14:46:04 -0000 1.6
--- wbDebug.html 21 Jul 2004 17:04:32 -0000 1.7
***************
*** 1,5 ****
<!--# external link #-->
! <If condition="SHOW_EXTERNAL_LINK">
! <Var name="extern_link">WebApp::get_external_link()</Var>
<br/>
<table bgcolor="#aaaaaa" border="0" cellspacing="1" cellpadding="2">
--- 1,5 ----
<!--# external link #-->
! <if condition="SHOW_EXTERNAL_LINK">
! <var name="extern_link">WebApp::get_external_link()</var>
<br/>
<table bgcolor="#aaaaaa" border="0" cellspacing="1" cellpadding="2">
***************
*** 14,41 ****
</table>
<br/>
! </If>
! <WebBox ID="wbDbgStatevars">
<!--# debug state vars #-->
! </WebBox>
! <WebBox ID="wbDbgTemplates">
<!--# debug template structure #-->
! </WebBox>
! <WebBox ID="wbDebug">
<!--# debug GoTo() transitions #-->
! <If condition="'{{DEBUG_GOTO}}'!=''">
{{debug_goto}}
! </If>
<!--# debug recordsets #-->
! <If condition="'{{DEBUG_RECORDSETS}}'!=''">
{{debug_recordsets}}
! </If>
<!--# show timer results #-->
! <If condition="'{{EXECUTION_TIME_INFO}}'!=''">
{{timer_results}}
! </If>
! </WebBox>
--- 14,41 ----
</table>
<br/>
! </if>
! <webbox id="wbDbgStatevars">
<!--# debug state vars #-->
! </webbox>
! <webbox id="wbDbgTemplates">
<!--# debug template structure #-->
! </webbox>
! <webbox id="wbDebug">
<!--# debug GoTo() transitions #-->
! <if condition="'{{DEBUG_GOTO}}'!=''">
{{debug_goto}}
! </if>
<!--# debug recordsets #-->
! <if condition="'{{DEBUG_RECORDSETS}}'!=''">
{{debug_recordsets}}
! </if>
<!--# show timer results #-->
! <if condition="'{{EXECUTION_TIME_INFO}}'!=''">
{{timer_results}}
! </if>
! </webbox>
Index: append.html
===================================================================
RCS file: /cvsroot/phpwebapp/web_app/append/append.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** append.html 14 Jul 2004 14:45:41 -0000 1.4
--- append.html 21 Jul 2004 17:04:32 -0000 1.5
***************
*** 13,23 ****
<!--# include session variables #-->
! <Include SRC="{{SESSION_PATH}}wbSession.html" />
<!--# display any messages from server-side code #-->
! <WebBox ID="wbMessages">
{{MESSAGES}}
! </WebBox>
<!--# include debug info #-->
! <Include SRC="{{./}}wbDebug.html" />
--- 13,23 ----
<!--# include session variables #-->
! <include src="{{SESSION_PATH}}wbSession.html" />
<!--# display any messages from server-side code #-->
! <webbox id="wbMessages">
{{MESSAGES}}
! </webbox>
<!--# include debug info #-->
! <include src="{{./}}wbDebug.html" />
|