phpBMS

Changeset 169 for trunk/phpbms/common

Show
Ignore:
Timestamp:
10/24/06 16:56:58 (6 years ago)
Author:
brieb
Message:

updated CSS and XHTML compliance for help, info, requirements pages.
Implemented new help screens.

Location:
trunk/phpbms/common
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/javascript/menu.js

    r150 r169  
    3838 
    3939function showHelp(base){ 
    40         window.open(base+"help"); 
     40        var theURL=base+"help/index.php"; 
     41        loadXMLDoc(theURL,null,false); 
     42        showModal(req.responseText,"phpBMS Help Resources",550); 
     43 
     44        var helpToggles = document.getElementsByClassName("helpLinks"); 
     45        var helpStuff = document.getElementsByClassName("helpDivs"); 
     46         
     47        var helpFX = new fx.Accordion(helpToggles, helpStuff, {height:true, opacity:false, duration:400}); 
     48                helpFX.showThisHideOpen(helpStuff[0]); 
     49 
    4150} 
    4251 
  • trunk/phpbms/common/stylesheet/mozilla/menu.css

    r166 r169  
    102102                padding: 5px 5px 0px 30px; 
    103103        } 
     104 
     105/* ------ Help Page  ---- */     
     106.helpLinks{ 
     107        margin:0; 
     108        cursor:pointer;font-size:13px;background:#EEEEEE url(image/button-moveupdn.png) 99% no-repeat; 
     109        padding:4px; 
     110        border-bottom:1px solid #BBBBBB;         
     111} 
     112.helpLinks:hover{background-color:#DDDDDD} 
     113.helpDivs {background:white; margin:0 5px; border:1px solid #EEEEEE; border-top-width:0; border-bottom-width:0;} 
     114.helpSectionDivs{height:280px; overflow:auto;padding:10px;} 
     115 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.