navigation  interaction  search

 other resources

root/tags/phpbms-0.61/requirements.php

Revision 55 (checked in by brieb, 3 years ago)

Fixed root level link to picture for requirements page.

Line 
1 <?php
2 /*
3  +-------------------------------------------------------------------------+
4  | Copyright (c) 2005, Kreotek LLC                                         |
5  | All rights reserved.                                                    |
6  +-------------------------------------------------------------------------+
7  |                                                                         |
8  | Redistribution and use in source and binary forms, with or without      |
9  | modification, are permitted provided that the following conditions are  |
10  | met:                                                                    |
11  |                                                                         |
12  | - Redistributions of source code must retain the above copyright        |
13  |   notice, this list of conditions and the following disclaimer.         |
14  |                                                                         |
15  | - Redistributions in binary form must reproduce the above copyright     |
16  |   notice, this list of conditions and the following disclaimer in the   |
17  |   documentation and/or other materials provided with the distribution.  |
18  |                                                                         |
19  | - Neither the name of Kreotek LLC nor the names of its contributore may |
20  |   be used to endorse or promote products derived from this software     |
21  |   without specific prior written permission.                            |
22  |                                                                         |
23  | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS     |
24  | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT       |
25  | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
26  | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT      |
27  | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,   |
28  | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT        |
29  | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,   |
30  | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY   |
31  | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT     |
32  | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE   |
33  | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.    |
34  |                                                                         |
35  +-------------------------------------------------------------------------+
36 */
37     $loginNoKick=true;
38     $loginNoDisplayError=true;;
39     require("include/session.php")
40 ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
41 <html>
42 <head>
43 <title>phpBMS Browser Requirements</title>
44 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
45 <link href="common/stylesheet/<?php echo $_SESSION["stylesheet"] ?>/base.css" rel="stylesheet" type="text/css" />
46 </head>
47
48 <body><div class="bodyline" style="width:700px;">   
49     <h1>phpBMS Client Browser Requirements</h1>
50     <div class="box" style="float:right;background-color:white;"><img src="common/image/logo-large.png" width="250" height="57" /></div>
51     <div>
52     <ul>
53         <li><strong class="large">JavaScript v2.0</strong><br />
54                 <br />
55         This application makes heavy use of newer JavaScript functions, both in doing form verification, and with the many AJAX routines. <br />
56         <br />
57         <strong>A note about window pop-ups:</strong>        This application does utilize Javascript to open new windows. If you disable Javascript window opening (like in Mozilla or Opera) or are utilizing a 3rd-party application to stop Internet Explorer (IE) from opening unwanted windows, this application might not work correctly.<br />
58 &nbsp; </li>
59         <li><strong class="large">Cookies</strong><br />
60                 <br />
61         A single cookie is set to identify the user during a session. <br />
62 &nbsp; </li>
63         <li><strong class="large">Style Sheets (CSS) v1.1</strong><br />
64                 <br />
65         Your browser must support the rendering of Cascading Style Sheets. The default style sheet scheme is supported on most browsers, but definitely looks best in Firefox. <br />
66             </li>
67     </ul></div>
68     <h2>Tested Browsers</h2>
69     <div><table border="0" cellpadding="0" cellspacing="0" class="querytable">
70         <tr>
71             <th class="queryheader" 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="qr1" style="cursor:auto">
77             <td>Firefox</td>
78             <td>1.0.7</td>
79             <td>Windows/Macintosh</td>
80             <td align="center" class="important">X</td>
81            </tr>
82        
83         <tr class="qr2" style="cursor:auto">
84             <td>Internet Explorer</td>
85             <td>6.0.2800.1106</td>
86             <td>Windows</td>
87             <td align="center" class="important">X</td>
88            </tr>
89        </table>
90     </div>
91     <div class="box" align="right">
92         <br />
93         <input type="button" value="back to login page" class="Buttons" onClick="document.location='index.php'"/>&nbsp;&nbsp;<br/>
94         <br />
95     </div>
96 </div>
97 </body>
98 </html>
99
Note: See TracBrowser for help on using the browser.
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.