[phpwebapp-commits] CVS: documentation/templates/user_manual user_manual.html,1.4,1.5 notes.html,1.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-21 17:15:45
|
Update of /cvsroot/phpwebapp/documentation/templates/user_manual In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5212/templates/user_manual Modified Files: user_manual.html notes.html Log Message: Index: user_manual.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/user_manual.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** user_manual.html 22 Aug 2003 06:51:17 -0000 1.4 --- user_manual.html 21 Jul 2004 17:15:31 -0000 1.5 *************** *** 1,11 **** <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> ! <Include SRC="{{./}}notes.html" /> </div> --- 1,11 ---- <div class="white_box"> ! <include src="{{TABS_PATH}}tabs3.html" /> ! <webobject class="tabs3" name="manual" items="{{./}}manual_items.php" /> ! <webbox id="manual_page"> ! <include src="{{WOBJ_PATH}}displaytxt/displaytxt.html" /> ! </webbox> ! <include src="{{./}}notes.html" /> </div> Index: notes.html =================================================================== RCS file: /cvsroot/phpwebapp/documentation/templates/user_manual/notes.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** notes.html 22 Aug 2003 06:51:17 -0000 1.1 --- notes.html 21 Jul 2004 17:15:31 -0000 1.2 *************** *** 1,8 **** ! <br> <div class="note"> <span class="title"> Would you like to help? Can you construct a webbox for displaying texinfo or DocBook docs? ! </span><br> <p>I want to write the user manuals of phpWebApp in texinfo format --- 1,8 ---- ! <br /> <div class="note"> <span class="title"> Would you like to help? Can you construct a webbox for displaying texinfo or DocBook docs? ! </span><br /> <p>I want to write the user manuals of phpWebApp in texinfo format *************** *** 19,23 **** <span class="title"> Would you like to help? Can you rewrite the user manuals? ! </span><br> <p>The user manuals are not clean and not updated. Can you --- 19,23 ---- <span class="title"> Would you like to help? Can you rewrite the user manuals? ! </span><br /> <p>The user manuals are not clean and not updated. Can you |