Rename GnuBook to BookReader
[bookreader.git] / BookReaderIA / www / browserunsupported.php
1 <?
2 /*
3 Copyright(c)2008 Internet Archive. Software license AGPL version 3.
4
5 This file is part of BookReader.
6
7     BookReader is free software: you can redistribute it and/or modify
8     it under the terms of the GNU Affero General Public License as published by
9     the Free Software Foundation, either version 3 of the License, or
10     (at your option) any later version.
11
12     BookReader is distributed in the hope that it will be useful,
13     but WITHOUT ANY WARRANTY; without even the implied warranty of
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU Affero General Public License for more details.
16
17     You should have received a copy of the GNU Affero General Public License
18     along with BookReader.  If not, see <http://www.gnu.org/licenses/>.
19 */
20
21
22 $id = $_REQUEST['id'];
23
24 // Sanitize since we put this value in the page
25 $id = urlencode($id);
26
27 $flippyURL = "http://" . $_SERVER['SERVER_NAME'] . "/texts/flipbook/flippy.php?id=" . $id;
28
29 ?>
30 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
31 <html>
32 <head>
33     <title>Unsupported browser</title>
34     <meta http-equiv="refresh" content="10;url=<? echo($flippyURL); ?>">
35     <link rel="stylesheet" href="http://www.archive.org/stylesheets/archive.css?v=1.99" type="text/css">
36 </head>
37 <body>
38
39 <table style="background-color:white " cellspacing="0" width="100%" border="0" cellpadding="0">
40   <tbody>
41     <tr> 
42       <td style="width:100px; height:72px; vertical-align:top; background-color:#000000;">
43
44         <a href="http://www.archive.org/"><img style="border:0;" alt="(logo)" src="http://www.archive.org/images/logo.jpg" width="84" height="70"/></a>
45       </td>
46       <td valign="bottom" style="background-image:url(http://www.archive.org/images/blendbar.jpg);">
47         <table width="100%" border="0" cellpadding="5">
48           <tr> 
49             <td class="level1Header">
50               <div class="tab"><a href="http://www.archive.org/web/web.php">Web</a></div><div class="tab"><a href="http://www.archive.org/details/movies">Moving Images</a></div><div class="tab"><a href="http://www.archive.org/details/texts">Texts</a></div><div class="tab"><a href="http://www.archive.org/details/audio">Audio</a></div><div class="tab"><a href="http://www.archive.org/details/software">Software</a></div><div class="tab"><a href="http://www.archive.org/details/education">Education</a></div><div class="tab"><a href="http://www.archive.org/account/login.changepw.php">Patron Info</a></div><div class="tab"><a href="http://www.archive.org/about/about.php">About IA</a></div>            </td>
51
52           </tr>
53                     
54         </table>
55       </td>
56       <td style="width:80px; height:72px; vertical-align:top; text-align: right">
57         <a href="http://www.archive.org/about/about.php"><img alt="(navigation image)" src="http://www.archive.org/images/main-header.jpg" style="margin:0; border:0; vertical-align:top;" /></a>      </td>
58     </tr>
59   </tbody>
60 </table>
61
62 <!--BEGIN HEADER 2-->
63 <table width="100%" class="level2Header">
64   <tbody>
65     <tr>
66       <td align="left" valign="top" class="level2HeaderLeft">
67         <a class="level2Header" href="http://www.archive.org/">Home</a>
68       </td>
69       <td style="width:100%;" class="level2Header">
70         <a href="http://www.archive.org/donate/index.php">Donate</a> | 
71
72 <a href="http://www.archive.org/iathreads/forums.php">Forums</a> | 
73 <a href="http://www.archive.org/about/faqs.php">FAQs</a> | 
74 <a href="http://www.archive.org/contribute.php">Contributions</a> | 
75 <a href="http://www.archive.org/about/terms.php">Terms, Privacy, &amp; Copyright</a> | 
76 <a href="http://www.archive.org/about/contact.php">Contact</a> | 
77 <a href="http://www.archive.org/about/jobs.php">Jobs</a> | 
78
79 <a href="http://www.archive.org/about/bios.php">Bios</a>
80       </td>
81     </tr>
82   </tbody>
83 </table>
84
85
86 <div class="box">
87 <p>
88 Sorry, but our new viewer does not work in this browser yet.
89 </p>
90
91 <p>
92 Either go to our <a href="<? echo($flippyURL); ?>">old viewer</a>,
93 or download <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> or
94 <a href="http://www.microsoft.com/windows/internet-explorer/download-ie.aspx">IE7 (or higher)</a>.
95 </p>
96
97 <p>
98 You will be automatically redirected to the older viewer in 10 seconds.
99 </p>
100
101 </div>
102
103 <p id="iafoot">
104   <a href="http://www.archive.org/about/terms.php">Terms of Use (10 Mar 2001)</a>
105
106 </p>
107
108 </body>
109 </html>