|
From: <jgr...@us...> - 2003-08-23 03:48:20
|
Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv11093/UI
Modified Files:
HTML.pm
Log Message:
Test suite for HTML interface Configuration screen that verifies the connection between all the widgets and their corresponding configuration options
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.191
retrieving revision 1.192
diff -C2 -d -r1.191 -r1.192
*** HTML.pm 20 Aug 2003 03:09:03 -0000 1.191
--- HTML.pm 21 Aug 2003 17:07:05 -0000 1.192
***************
*** 349,354 ****
my ( $self, $client, $url, $command, $content ) = @_;
- $self->log_( $url );
-
# See if there are any form parameters and if there are parse them into the %form hash
--- 349,352 ----
***************
*** 809,822 ****
$result .= "<a class=\"bottomLink\" href=\"http://lists.sourceforge.net/lists/listinfo/popfile-announce\">$self->{language__}{Footer_MailingList}</a><br>\n";
$result .= "<a class=\"bottomLink\" href=\"http://sourceforge.net/forum/forum.php?forum_id=213876\">$self->{language__}{Footer_FeedMe}</a>\n";
-
- # comment out these next 3 lines prior to shipping code
- # enable them during development to check validation
- #
- # TODO: these should not be commented out but they should be enabled
- # when we are running in developer mode
- #
- # my $validationLinks = "Validate: <a href=\"http://validator.w3.org/check/referer\">HTML 4.01</a> - \n";
- # $validationLinks .= "<a href=\"http://jigsaw.w3.org/css-validator/check/referer\">CSS-1</a>";
- # $result .= " - $validationLinks\n";
$result .= "</td>\n</tr>\n</table>\n</body>\n</html>\n";
--- 807,810 ----
|