[phpwebapp-commits] CVS: documentation/templates/webobjects webobjects.html,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-15 07:37:32
|
Update of /cvsroot/phpwebapp/documentation/templates/webobjects In directory sc8-pr-cvs1:/tmp/cvs-serv24308/templates/webobjects Modified Files: webobjects.html Log Message: improvments in the templates and styles of the documentation (using better css) Index: webobjects.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/webobjects/webobjects.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** webobjects.html 23 Feb 2003 14:29:07 -0000 1.2 --- webobjects.html 15 Aug 2003 07:37:29 -0000 1.3 *************** *** 1,20 **** ! <table border="0" cellpadding="5" cellspacing="0" width="100%" align="center"> ! <tr><td> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" align="center" bgcolor="#999999"> ! <tr><td> ! <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="white"> ! <tr> ! <td> ! <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> ! </td> ! </tr> ! </table> ! </td></tr> ! </table> ! </td></tr> ! </table> --- 1,8 ---- ! <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> ! </div> |