Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / error.php @ f59acf11

History | View | Annotate | Download (1.81 KB)

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> 
3
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
4
 
5
<?php include("header.php"); ?>
6
                <title>Oops! An error occurred... | ColonyScout.com</title> 
7
 
8
</head>
9
<body bgcolor="#eeeeee"> 
10

    
11
<div id="general"> 
12
<?php include("nav.php"); ?> 
13
        <div id="body">
14
                <div id="body-boxes">
15
                        <div class="box-row" style="margin-top: 10px;">
16
                                <div class="white-top"></div>
17
                                <div class="white-body text-box">
18
                                        <br/><br/><br/>
19
                                        <center><img src="images/warning-icon.png" alt="error"/>
20
                                        <br/><br/><h1>A <?php echo $_GET['c'];?> Error Has Occurred</h1>
21
                                        <p><span class="description">Sorry! Our robots are scrambling to fix the problem!</span></p></center>
22
                                        <div class="hr"></div>
23
                                        
24
                                        <h2>In the meantime, you can</h2>
25
                                        <p>
26
                                        <ul>
27
                                                <li><a href="/gallery.php">See videos of Scout in action &gt;&gt;</a></li>
28
                                                <li><a href="/sensors.php">Learn about the sensors Scout uses &gt;&gt;</a></li>
29
                                                <li><a href="/applications.php">Find out how Scout can be used as a research platform &gt;&gt;</a></li>
30
                                        </ul>
31
                                        </p>
32
                                        <div class="hr"></div>        
33
                                </div>
34
        
35
                                <div class="white-bottom"></div>
36
                        </div>                                        
37
                        
38
                        
39
                </div>        
40
        </div> <!--BODY!--> 
41

    
42

    
43
<?php include("footer.php"); ?>
44

    
45
</div><!--GENERAL!--> 
46
 
47
 
48
 <script type="text/javascript" charset="utf-8">
49
  var is_ssl = ("https:" == document.location.protocol);
50
  var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
51
  document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
52
</script>
53
 
54
</body></html>