Changeset 204 for trunk/phpbms/requirements.php
- Timestamp:
- 03/26/07 15:07:58 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/requirements.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/requirements.php
r193 r204 4 4 $LastChangedDate$ 5 5 +-------------------------------------------------------------------------+ 6 | Copyright (c) 200 5, Kreotek LLC|6 | Copyright (c) 2004 - 2007, Kreotek LLC | 7 7 | All rights reserved. | 8 8 +-------------------------------------------------------------------------+ … … 50 50 51 51 <body><div class="bodyline" id="container"> 52 <h1>phpBMS Client Browser Requirements</h1>53 52 <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 </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 </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 71 68 <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"> 73 70 <tr> 74 71 <th class="queryheader" nowrap>Browser Application</th> … … 77 74 <th align="center" class="queryheader">Compatibility</th> 78 75 </tr> 79 <tr class=" qr1" style="cursor:auto">76 <tr class="row2"> 80 77 <td>Firefox</td> 81 78 <td>1.5.0.7</td> 82 79 <td>Windows/Macintosh</td> 83 80 <td align="center" class="important">X</td> 84 </tr> 85 86 <tr class="qr2" style="cursor:auto"> 81 </tr> 82 <tr class="row1"> 87 83 <td>Internet Explorer</td> 88 84 <td>6.0.2900.2190</td> … … 90 86 <td align="center" class="important">X</td> 91 87 </tr> 92 <tr class=" qr1" style="cursor:auto">88 <tr class="row2"> 93 89 <td>Opera</td> 94 90 <td>9.02</td> … … 96 92 <td align="center" class="important">X</td> 97 93 </tr> 98 <tr class=" qr1" style="cursor:auto">94 <tr class="row1"> 99 95 <td>Internet Explorer</td> 100 96 <td>6.0.2900.2190</td> … … 102 98 <td align="center" class="important">X</td> 103 99 </tr> 100 <tr class="queryfooter"><td> </td><td> </td><td> </td><td> </td></tr> 104 101 </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"/> 108 104 </p> 109 105 </div>