[phpwebapp-commits] CVS: app3/templates/tip tip4.html,1.1.1.1,1.2 tip3.html,1.1.1.1,1.2 tip2.html,1.
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-21 17:13:12
|
Update of /cvsroot/phpwebapp/app3/templates/tip In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4608/templates/tip Modified Files: tip4.html tip3.html tip2.html tip1.html tip.html Log Message: Index: tip4.html =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip4.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip4.html 22 Aug 2003 16:14:27 -0000 1.1.1.1 --- tip4.html 21 Jul 2004 17:13:03 -0000 1.2 *************** *** 6,10 **** programers). You should never do such a thing. #--> ! <WebBox ID="tip4"> <table class="tip"> <tr> --- 6,10 ---- programers). You should never do such a thing. #--> ! <webbox id="tip4"> <table class="tip"> <tr> *************** *** 13,15 **** </tr> </table> ! </WebBox> --- 13,15 ---- </tr> </table> ! </webbox> Index: tip3.html =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip3.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip3.html 22 Aug 2003 16:14:27 -0000 1.1.1.1 --- tip3.html 21 Jul 2004 17:13:03 -0000 1.2 *************** *** 1,5 **** <!--# This is yet another BAD EXAMPLE #--> <!--# There is still some HTML code constructed in PHP #--> ! <WebBox ID="tip3"> <table class="tip"> <tr> --- 1,5 ---- <!--# This is yet another BAD EXAMPLE #--> <!--# There is still some HTML code constructed in PHP #--> ! <webbox id="tip3"> <table class="tip"> <tr> *************** *** 8,10 **** </tr> </table> ! </WebBox> --- 8,10 ---- </tr> </table> ! </webbox> Index: tip2.html =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip2.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip2.html 22 Aug 2003 16:14:25 -0000 1.1.1.1 --- tip2.html 21 Jul 2004 17:13:03 -0000 1.2 *************** *** 4,8 **** and is outputed here using a template variable. #--> ! <WebBox ID="tip2"> {{tip_html_content}} ! </WebBox> --- 4,8 ---- and is outputed here using a template variable. #--> ! <webbox id="tip2"> {{tip_html_content}} ! </webbox> Index: tip1.html =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip1.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip1.html 22 Aug 2003 16:14:25 -0000 1.1.1.1 --- tip1.html 21 Jul 2004 17:13:03 -0000 1.2 *************** *** 4,7 **** of the 'tip1' class of PHP, using 'print' statements. #--> ! <WebBox ID="tip1"> ! </WebBox> --- 4,7 ---- of the 'tip1' class of PHP, using 'print' statements. #--> ! <webbox id="tip1"> ! </webbox> Index: tip.html =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip.html 22 Aug 2003 16:14:25 -0000 1.1.1.1 --- tip.html 21 Jul 2004 17:13:03 -0000 1.2 *************** *** 1,3 **** ! <WebBox ID="tip"> <table class="tip"> <tr> --- 1,3 ---- ! <webbox id="tip"> <table class="tip"> <tr> *************** *** 6,8 **** </tr> </table> ! </WebBox> --- 6,8 ---- </tr> </table> ! </webbox> |