phpBMS

root/branches/brian-oo/requirements.php

Revision 259, 5.0 KB (checked in by brieb, 5 years ago)

Started conversion of fields/headers/footers to OO.
Created ample module for developers.

  • Property svn:keywords set to LastChangedBy LastChangedDate LastChangedRevision
Line 
1<?php 
2/*
3 $Rev$ | $LastChangedBy$
4 $LastChangedDate$
5 +-------------------------------------------------------------------------+
6 | Copyright (c) 2004 - 2007, Kreotek LLC                                  |
7 | All rights reserved.                                                    |
8 +-------------------------------------------------------------------------+
9 |                                                                         |
10 | Redistribution and use in source and binary forms, with or without      |
11 | modification, are permitted provided that the following conditions are  |
12 | met:                                                                    |
13 |                                                                         |
14 | - Redistributions of source code must retain the above copyright        |
15 |   notice, this list of conditions and the following disclaimer.         |
16 |                                                                         |
17 | - Redistributions in binary form must reproduce the above copyright     |
18 |   notice, this list of conditions and the following disclaimer in the   |
19 |   documentation and/or other materials provided with the distribution.  |
20 |                                                                         |
21 | - Neither the name of Kreotek LLC nor the names of its contributore may |
22 |   be used to endorse or promote products derived from this software     |
23 |   without specific prior written permission.                            |
24 |                                                                         |
25 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS     |
26 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT       |
27 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
28 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT      |
29 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,   |
30 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT        |
31 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,   |
32 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY   |
33 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT     |
34 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE   |
35 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.    |
36 |                                                                         |
37 +-------------------------------------------------------------------------+
38*/
39        $loginNoKick=true;
40        $loginNoDisplayError=true;;
41        require("include/session.php");
42       
43        $pageTitle = "phpBMS Browser Requirements";
44       
45        $phpbms->cssIncludes[] = "pages/requirements.css";
46       
47        $phpbms->showMenu = false;
48        $phpbms->showFooter = false;
49       
50        include("header.php")
51?><div class="bodyline" id="container"> 
52        <div class="box" id="logo" style=""><span>phpBMS</span></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
68        <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>
102        <p align="right">
103                <input type="button" value="Log In" class="Buttons" onclick="document.location='./'" id="loginButton"/>
104        </p>
105</div><?php include("footer.php");?>
Note: See TracBrowser for help on using the browser.
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.