[phpwebapp-commits] CVS: documentation/templates/webobjects webobjects.html,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-21 17:15:45
|
Update of /cvsroot/phpwebapp/documentation/templates/webobjects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5212/templates/webobjects Modified Files: webobjects.html Log Message: Index: webobjects.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/webobjects/webobjects.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** webobjects.html 24 Sep 2003 14:06:40 -0000 1.4 --- webobjects.html 21 Jul 2004 17:15:31 -0000 1.5 *************** *** 1,9 **** <div class="white_box_1"> ! <Include SRC="{{WEBOBJ_PATH}}tabs/tabs2.html" /> ! <WebObject Class="tabs2" Name="webobj" items="{{./}}webobj_items.php" /> ! <WebBox ID="wobj_page"> ! <Include SRC="{{WOBJ_PATH}}displaytxt/displaytxt.html" /> ! </WebBox> ! <br> </div> --- 1,9 ---- <div class="white_box_1"> ! <include src="{{TABS_PATH}}tabs2.html" /> ! <webobject class="tabs2" name="webobj" items="{{./}}webobj_items.php" /> ! <webbox id="wobj_page"> ! <include src="{{WOBJ_PATH}}displaytxt/displaytxt.html" /> ! </webbox> ! <br /> </div> |