Move Archive-specific files into different directories.
[bookreader.git] / GnuBookIA / www / browserunsupported.php
1 <?
2 /*
3 Copyright(c)2008 Internet Archive. Software license AGPL version 3.
4
5 This file is part of GnuBook.
6
7     GnuBook 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     GnuBook 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 GnuBook.  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 ?>
28 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
29 <html>
30 <head>
31     <title>Unsupported browser</title>
32     <meta http-equiv="refresh" content="10;url=http://www.archive.org/stream/<? echo($id); ?>">
33     <link rel="stylesheet" href="http://www.archive.org/stylesheets/archive.css?v=1.99" type="text/css">
34 </head>
35 <body>
36
37 <table style="background-color:white " cellspacing="0" width="100%" border="0" cellpadding="0">
38   <tbody>
39     <tr> 
40       <td style="width:100px; height:72px; vertical-align:top; background-color:#000000;">
41
42         <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>
43       </td>
44       <td valign="bottom" style="background-image:url(http://www.archive.org/images/blendbar.jpg);">
45         <table width="100%" border="0" cellpadding="5">
46           <tr> 
47             <td class="level1Header">
48               <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>
49
50           </tr>
51                     
52         </table>
53       </td>
54       <td style="width:80px; height:72px; vertical-align:top; text-align: right">
55         <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>
56     </tr>
57   </tbody>
58 </table>
59
60 <!--BEGIN HEADER 2-->
61 <table width="100%" class="level2Header">
62   <tbody>
63     <tr>
64       <td align="left" valign="top" class="level2HeaderLeft">
65         <a class="level2Header" href="http://www.archive.org/">Home</a>
66       </td>
67       <td style="width:100%;" class="level2Header">
68         <a href="http://www.archive.org/donate/index.php">Donate</a> | 
69
70 <a href="http://www.archive.org/iathreads/forums.php">Forums</a> | 
71 <a href="http://www.archive.org/about/faqs.php">FAQs</a> | 
72 <a href="http://www.archive.org/contribute.php">Contributions</a> | 
73 <a href="http://www.archive.org/about/terms.php">Terms, Privacy, &amp; Copyright</a> | 
74 <a href="http://www.archive.org/about/contact.php">Contact</a> | 
75 <a href="http://www.archive.org/about/jobs.php">Jobs</a> | 
76
77 <a href="http://www.archive.org/about/bios.php">Bios</a>
78       </td>
79     </tr>
80   </tbody>
81 </table>
82
83
84 <div class="box">
85 <p>
86 Sorry, but our new viewer does not work in this browser yet.
87 </p>
88
89 <p>
90 Either go to our <a href="http://www.archive.org/stream/<? echo($id) ?>">old viewer</a>,
91 or download <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> or
92 <a href="http://www.microsoft.com/windows/internet-explorer/download-ie.aspx">IE7</a>.
93 </p>
94
95 <p>
96 You will be automatically redirected to the older viewer in 10 seconds.
97 </p>
98
99 </div>
100
101 <p id="iafoot">
102   <a href="http://www.archive.org/about/terms.php">Terms of Use (10 Mar 2001)</a>
103
104 </p>
105
106 </body>
107 </html>