Update of /cvsroot/phpwebapp/documentation/templates/user_manual
In directory sc8-pr-cvs1:/tmp/cvs-serv24308/templates/user_manual
Modified Files:
user_manual.html
Log Message:
improvments in the templates and styles of the documentation
(using better css)
Index: user_manual.html
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/user_manual.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** user_manual.html 23 Feb 2003 14:29:07 -0000 1.2
--- user_manual.html 15 Aug 2003 07:37:29 -0000 1.3
***************
*** 1,22 ****
! <WebBox ID="user_manual">
! <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/tabs3.html" />
! <WebObject Class="tabs3" Name="manual"
! items="{{./}}manual_items.php" />
! <WebBox ID="manual_page">
! <Include SRC="{{WOBJ_PATH}}displaytxt/displaytxt.html" />
! </WebBox>
! </td>
! </tr>
! </table>
! </td></tr>
! </table>
! </td></tr>
! </table>
! </WebBox>
--- 1,8 ----
! <div class="white_box">
! <Include SRC="{{WEBOBJ_PATH}}tabs/tabs3.html" />
! <WebObject Class="tabs3" Name="manual"
! items="{{./}}manual_items.php" />
! <WebBox ID="manual_page">
! <Include SRC="{{WOBJ_PATH}}displaytxt/displaytxt.html" />
! </WebBox>
! </div>
|