phpBMS

Show
Ignore:
Timestamp:
04/07/09 11:44:18 (3 years ago)
Author:
nate
Message:
  • Merged Nathan branch back into trunk.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/requirements.php

    r285 r485  
    1 <?php  
     1<?php 
    22/* 
    33 $Rev$ | $LastChangedBy$ 
     
    4040        $loginNoDisplayError=true;; 
    4141        require("include/session.php"); 
    42          
     42 
    4343        $pageTitle = "phpBMS Browser Requirements"; 
    44          
     44 
    4545        $phpbms->cssIncludes[] = "pages/requirements.css"; 
    46          
     46 
    4747        $phpbms->showMenu = false; 
    4848        $phpbms->showFooter = false; 
    49          
     49 
    5050        include("header.php") 
    51 ?><div class="bodyline" id="container">  
    52         <div class="box" id="logo" style=""><span>phpBMS</span></div> 
     51?><div class="bodyline" id="container"> 
     52 
    5353        <h1>phpBMS Browser Requirements</h1> 
    54         <h2 id="cba">Client Browser Aplication</h2> 
    5554 
    56         <h3>JavaScript v2.0</h3> 
    57         <p>This application makes heavy use of newer JavaScript functions, including the paradigm known as AJAX. Without Javascript, enabled, phpBMS will not run correctly.</p> 
     55        <ul> 
    5856 
    59         <h3>Window pop-ups:</h3> 
    60         <p>This application utilizes JavaScript to open new windows. If you disable Javascript window opening (like in Firefox or Opera) or are utilizing a 3rd-party application to stop Internet Explorer  from opening unwanted windows, this application might not work correctly.</p> 
     57                <li> 
     58                        <h3>Enabled JavaScript v2.0 or higher processing</h3> 
     59                        <p> 
     60                                phpBMS heavily uses JavaScript, including newer functions only found in version 2.0 or higher. 
     61                                Most newer browsers support this, but make sure that JavaScript is enabled for this web application 
     62                        </p> 
     63                </li> 
    6164 
    62         <h3>Cookies</h3> 
    63         <p>A single cookie is set to identify the user during a session.</p> 
     65                <li> 
     66                        <h3>Allow window pop-ups</h3> 
     67                        <p> 
     68                                This application sparingly uses JavaScript to open multiple windows when printing.  If your browser 
     69                                or third-party browser plug in prohibits pop-ups from this application, printing reports will not 
     70                                be displayed. 
     71                        </p> 
     72                </li> 
    6473 
    65         <h3>Style Sheets (CSS) v1.1</h3> 
    66         <p>Your browser must support the rendering of Cascading Style Sheets. Without this support, the application will not work correctly.</p> 
     74                <li> 
     75                        <h3>Cookie support</h3> 
     76                        <p> 
     77                                phpBMS sets a single cookie to track your login.  Cookie suport for this site 
     78                                must be enabled in order for the application to allow you to log in 
     79                        </p> 
     80                </li> 
     81 
     82                <li> 
     83                        <h3>Full Casscading Style Sheet (CSS) v1.2 support</h3> 
     84                        <p> 
     85                                phpBMS takes advantage of CSS v1.2 to render pages.  Without this 
     86                                support, the application may not look correct, and can even break some 
     87                                functionality. 
     88                        </p> 
     89                </li> 
     90        </ul> 
    6791 
    6892        <h2>Tested Browsers</h2> 
    69         <table border="0" cellpadding="0" cellspacing="0" class="querytable" id="browserTable"> 
    70         <tr> 
    71                 <th class="queryheader" nowrap="nowrap">Browser Application</th> 
    72                 <th class="queryheader">Version</th> 
    73                 <th class="queryheader">Platform(s)</th> 
    74                 <th align="center" class="queryheader">Compatibility</th> 
    75                 </tr> 
    76         <tr class="row2"> 
    77                 <td>Firefox</td> 
    78                 <td>1.5.0.7</td> 
    79                 <td>Windows/Macintosh</td> 
    80                 <td align="center" class="important">X</td> 
    81                 </tr>            
    82         <tr class="row1"> 
    83                 <td>Internet Explorer</td> 
    84                 <td>6.0.2900.2190</td> 
    85                 <td>Windows</td> 
    86                 <td align="center" class="important">X</td> 
    87                 </tr> 
    88         <tr class="row2"> 
    89                 <td>Opera</td> 
    90                 <td>9.02</td> 
    91                 <td>Windows</td> 
    92                 <td align="center" class="important">X</td> 
    93                 </tr> 
    94         <tr class="row1"> 
    95                 <td>Internet Explorer</td> 
    96                 <td>6.0.2900.2190</td> 
    97                 <td>Windows</td> 
    98                 <td align="center" class="important">X</td> 
    99                 </tr> 
    100                 <tr class="queryfooter"><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> 
    101         </table> 
     93 
     94        <p> 
     95                This is a list of tested browsers known to work with the current version of phpBMS.  If you successfully 
     96                test another browser with this version, please report it on our forums at <a href="http://phpbms.org">http://phpbms.org</a> 
     97                so we can add it to the list.  Be sure to report the phpBMS version, browser name, browser version, and 
     98                operating system. 
     99        </p> 
     100 
     101        <ul> 
     102                <li>Firefox v3.07 for Macintosh</li> 
     103                <li>Firefox v3.07 for Windows</li> 
     104                <li>Safari v3.2.1 for Macintosh</li> 
     105                <li>Internet Explorer v7.0.5730.13 for Windows</li> 
     106                <li>Opera v9.64 for Windows</li> 
     107        </ul> 
     108 
    102109        <p align="right"> 
    103110                <input type="button" value="Log In" class="Buttons" onclick="document.location='./'" id="loginButton"/> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.