phpBMS

Show
Ignore:
Timestamp:
03/26/07 15:07:58 (5 years ago)
Author:
brieb
Message:

Updated copyright. info and requirement pages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/requirements.php

    r193 r204  
    44 $LastChangedDate$ 
    55 +-------------------------------------------------------------------------+ 
    6  | Copyright (c) 2005, Kreotek LLC                                         | 
     6 | Copyright (c) 2004 - 2007, Kreotek LLC                                  | 
    77 | All rights reserved.                                                    | 
    88 +-------------------------------------------------------------------------+ 
     
    5050 
    5151<body><div class="bodyline" id="container">      
    52         <h1>phpBMS Client Browser Requirements</h1> 
    5352        <div class="box" id="logo" style=""><span>phpBMS</span></div> 
    54         <div> 
    55         <ul> 
    56         <li><strong class="large">JavaScript v2.0</strong><br /> 
    57                         <br /> 
    58                 This application makes <strong>heavy</strong> use of newer JavaScript functions, including the paradigm known as AJAX. Without Javascript, enabled, phpBMS will not run correctly.<br /> 
    59                 <br /> 
    60                 <strong>Window pop-ups:</strong>                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.<br /> 
    61 &nbsp; </li> 
    62         <li><strong class="large">Cookies</strong><br /> 
    63                         <br /> 
    64                 A single cookie is set to identify the user during a session. <br /> 
    65 &nbsp; </li> 
    66         <li><strong class="large">Style Sheets (CSS) v1.1</strong><br /> 
    67                         <br /> 
    68                 Your browser must support the rendering of Cascading Style Sheets. Without this support, the application will not work correctly. <br /> 
    69                 </li> 
    70         </ul></div> 
     53        <h1>phpBMS Browser Requirements</h1> 
     54        <h2 id="cba">Client Browser Aplication</h2> 
     55 
     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> 
     58 
     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> 
     61 
     62        <h3>Cookies</h3> 
     63        <p>A single cookie is set to identify the user during a session.</p> 
     64 
     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> 
     67 
    7168        <h2>Tested Browsers</h2> 
    72         <div class="fauxP" align="center"><table border="0" cellpadding="0" cellspacing="0" class="querytable"> 
     69        <table border="0" cellpadding="0" cellspacing="0" class="querytable" id="browserTable"> 
    7370        <tr> 
    7471                <th class="queryheader" nowrap>Browser Application</th> 
     
    7774                <th align="center" class="queryheader">Compatibility</th> 
    7875                </tr> 
    79         <tr class="qr1" style="cursor:auto"> 
     76        <tr class="row2"> 
    8077                <td>Firefox</td> 
    8178                <td>1.5.0.7</td> 
    8279                <td>Windows/Macintosh</td> 
    8380                <td align="center" class="important">X</td> 
    84                 </tr> 
    85                  
    86         <tr class="qr2" style="cursor:auto"> 
     81                </tr>            
     82        <tr class="row1"> 
    8783                <td>Internet Explorer</td> 
    8884                <td>6.0.2900.2190</td> 
     
    9086                <td align="center" class="important">X</td> 
    9187                </tr> 
    92         <tr class="qr1" style="cursor:auto"> 
     88        <tr class="row2"> 
    9389                <td>Opera</td> 
    9490                <td>9.02</td> 
     
    9692                <td align="center" class="important">X</td> 
    9793                </tr> 
    98         <tr class="qr1" style="cursor:auto"> 
     94        <tr class="row1"> 
    9995                <td>Internet Explorer</td> 
    10096                <td>6.0.2900.2190</td> 
     
    10298                <td align="center" class="important">X</td> 
    10399                </tr> 
     100                <tr class="queryfooter"><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> 
    104101        </table> 
    105         </div> 
    106         <p class="box" align="right"> 
    107                 <input type="button" value="back to login page" class="Buttons" onclick="document.location='index.php'"/> 
     102        <p align="right"> 
     103                <input type="button" value="Log In" class="Buttons" onclick="document.location='./'" id="loginButton"/> 
    108104        </p> 
    109105</div> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.