Update of /cvsroot/phpwebapp/documentation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5212
Modified Files:
codeReview.php codeReview.html
Log Message:
Index: codeReview.php
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/codeReview.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** codeReview.php 25 Aug 2003 13:29:19 -0000 1.3
--- codeReview.php 21 Jul 2004 17:15:32 -0000 1.4
***************
*** 20,23 ****
--- 20,26 ----
*/
+ $file = $_REQUEST['file'];
+ $lines = $_REQUEST['lines'];
+ $highlights = $_REQUEST['highlights'];
include "webapp.php";
Index: codeReview.html
===================================================================
RCS file: /cvsroot/phpwebapp/documentation/codeReview.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** codeReview.html 21 Feb 2003 08:18:22 -0000 1.1.1.1
--- codeReview.html 21 Jul 2004 17:15:32 -0000 1.2
***************
*** 1,7 ****
! <html>
<head>
<title>File: {{file}}</title>
</head>
<body>
! <Include SRC="{{CODEVIEWER_PATH}}codeViewer.html" />
</body>
--- 1,11 ----
! <?xml version="1.0" encoding="iso-8859-1"?>
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
! <html xmlns="http://www.w3.org/1999/xhtml" lang="EN">
<head>
<title>File: {{file}}</title>
</head>
<body>
! <include src="{{CODEVIEWER_PATH}}codeViewer.html" />
</body>
+ </html>
|