phpBMS

root/branches/nathan/requirements.php

Revision 464, 4.7 KB (checked in by brieb, 3 years ago)
  • reformatted requirements page
  • reformatted login page. - Whenever we make a major upgrade, I like to tweak the UI of the login page so it is readily apparent as to which version you are running.
  • 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
53        <h1>phpBMS Browser Requirements</h1>
54
55        <ul>
56
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>
64
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>
73
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>
91
92        <h2>Tested Browsers</h2>
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
109        <p align="right">
110                <input type="button" value="Log In" class="Buttons" onclick="document.location='./'" id="loginButton"/>
111        </p>
112</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.