Project

General

Profile

Statistics
| Branch: | Revision:

colonymech / docs / www / colonyscout / cache / cart.html @ 36d4e296

History | View | Annotate | Download (5.39 KB)

1

    
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head> 
4
                <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>        
5
                <meta name="description" content="FILL IN"/> 
6
                <meta name="keywords" content="FILL IN"/> 
7
 
8

    
9
<script src="/cufon-yui.js" type="text/javascript"></script>
10
<script src="/Geogrotesque_Semibold_600.font.js" type="text/javascript"></script>
11
<script type="text/javascript">
12
        Cufon.replace('h1');
13
        Cufon.replace('h2');
14
        Cufon.replace('#pagenav');
15
</script>
16

    
17
<script language="javascript">
18
  function toggleDiv(divid){
19
    if(document.getElementById(divid).style.display == 'none'){
20
      document.getElementById(divid).style.display = 'block';
21
    }else{
22
      document.getElementById(divid).style.display = 'none';
23
    }
24
  }
25
</script>
26
<link href="/main.css" rel="stylesheet" type="text/css" media="screen">
27
<!--[if lte IE 7]><link rel="stylesheet" type="text/css" href="/mainIE.css" /><![endif]-->                <title>Shopping | ColonyScout.com</title> 
28
 
29
</head>
30
<body bgcolor="#eeeeee"> 
31

    
32
<div id="general"> 
33
        <div id="top">
34
                <a href="index.php"><img src="/images/scout_logo.jpg"></a>
35
                <div id="top-navigation">
36
                        <a title="Introduction to the Scout robot" href="/intro.php">Introduction</a>
37
                        <a title="Mechanics of the Colony Scout" href="/mechanics.php">Mechanics</a>
38
                        <a title="Sensors and Communications" href="/sensors.php">Sensors &amp; Communication</a>
39
                        <a title="Platform: Software and Hardware" href="/platform.php">Platform</a>
40
                        <a title="Applications for the Colony Scout" href="/applications.php">Applications</a>
41
                        <a title="Video of the Scout in Action" href="/gallery.php">Video</a>
42
                        <a title="Meet the Scout Team" href="/contact.php">Contact</a>
43
                        <a title="Contact The Scout Design Team" href="/team.php">Team</a>
44
                </div>
45
        </div> 
46
        <div id="body">
47
                <div id="body-boxes">
48
                        <div class="box-row" style="margin-top: 10px;">
49
                                <div class="white-top"></div>
50
                                <div class="white-body text-box">
51
                                        <h1>Lease your Scout Today!</h1>
52
                                        <p><span class="description">Take Scout out for a spin. Pair your Scout with smart accessories to unleash the powerful potential!.
53
                                        <br/><br/>
54
                                        </span></p>
55
                                        <div class="hr"></div>
56
                                        
57
                                        <div id="leasing">
58
                                        <h2>How do I lease a Scout?</h2>
59
                                        <p>It's easy! Choose a Scout and add it to your cart. Sign the lease agreement, and we will automatically bill you every month.</p>
60
                                        <p>If you're done using your Scout, you can return it and billing will cease. Ask us about buying your Scout for life!</p>
61
                                        </div>
62
                                        
63
                                        <div id="store">
64
                                        <p>
65
                                        <script src="https://www-sgw-opensocial.googleusercontent.com/gadgets/ifr?url=https%3A%2F%2Fstoregadgetwizard.appspot.com%2Fservlets%2FgadgetServlet%3Fkey%3D0ApZJZfDBge48dFAwTzVIX2VWc2FDcDM0RXE4RWM5X3c%26mid%3D239651561362445%26currency%3DUSD%26sandbox%3Dtrue%26gadget%3DLARGE_V2&amp;container=storegadgetwizard&amp;w=940&amp;h=900&amp;title=&amp;brand=none&amp;output=js"></script>
66
                                        </p>
67
                                        <div class="hr"></div>
68
                                        
69
                                        </div><!--end 'TEMP' collapse-->        
70
                                </div>
71
                                        
72
                                <div class="white-body text-box">                                        
73
                                        <div id="bottom-nav">
74
                                                <ul id="pagenav">
75
                                                        <li class="previous">
76
                                                                <a href="/applications.php">Applications</a></li>
77
                                                        <li class="next">
78
                                                                <a href="/contact.php">Contact</a></li>
79
                                                </ul>
80
                                        </div>
81
                                </div>
82

    
83
                                                        
84
                                        
85
                                </div>
86
                                <div class="white-bottom"></div>
87
                        </div>                                        
88
                        
89
                        
90
                </div>        
91
        </div> <!--BODY!--> 
92

    
93

    
94
        <div id="footer">
95
                <center><p>
96
                <span class="small" style="position:relative; top:30px; left:0px;">&copy;2009-2011 ColonyScout.com. All Rights Reserved. 
97
                | <a href="/index.php">Home</a>
98
                | <a href="/team.php#contact">Contact</a>
99
                | <a href="/sitemap.php">Sitemap</a>
100
                | <a href="/internal/">Internal</a>
101
                | <a href="http://www.roboticsclub.org/redmine/wiki/colonyscout" target="_blank">Wiki</a></span>
102
                </p></center>
103
        </div>
104

    
105
<script type="text/javascript"> Cufon.now(); </script>        
106
<script type="text/javascript">
107

108
  var _gaq = _gaq || [];
109
  _gaq.push(['_setAccount', 'UA-6089041-2']);
110
  _gaq.push(['_trackPageview']);
111

112
  (function() {
113
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
114
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
115
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
116
  })();
117

    
118
</script>
119
</div><!--GENERAL!--> 
120
 
121
 
122
 <script type="text/javascript" charset="utf-8">
123
  var is_ssl = ("https:" == document.location.protocol);
124
  var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
125
  document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
126
</script>
127

    
128
<script type="text/javascript" charset="utf-8">
129
  var feedback_widget_options = {};
130

131
  feedback_widget_options.display = "overlay";  
132
  feedback_widget_options.company = "roboclub";
133
  feedback_widget_options.placement = "right";
134
  feedback_widget_options.color = "#222";
135
  feedback_widget_options.style = "praise";
136
  feedback_widget_options.product = "roboclub_colony_scout";  
137
  feedback_widget_options.auto_tag = true;
138
  
139
  var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
140
</script>
141
 
142
</body></html>
143