phpBMS

Changeset 150 for trunk/phpbms/help

Show
Ignore:
Timestamp:
10/22/06 13:38:49 (6 years ago)
Author:
brieb
Message:

updated CSS and XHTML compliance for users. Updaed CSS and XTML compliance in head section for many sections.

Location:
trunk/phpbms/help
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/help/index.php

    r145 r150  
    4141        $loginNoDisplayError=true; 
    4242        require("../include/session.php");       
    43 ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
    44 <html> 
     43?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     44<html xmlns="http://www.w3.org/1999/xhtml"> 
    4545<head> 
    4646<title>phpBMS Resources</title> 
  • trunk/phpbms/help/shortcuts.php

    r145 r150  
    4242        require("../include/session.php");       
    4343        $pageTitle="Keyboard Shortcuts"; 
    44 ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
    45 <html> 
     44?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     45<html xmlns="http://www.w3.org/1999/xhtml"> 
    4646<head> 
    4747<title><?php echo $pageTitle?></title> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.