-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebcam1.htm
78 lines (61 loc) · 3.63 KB
/
webcam1.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<!-- Mirrored from www.stpete.org/mobile/webcam1.htm by HTTrack Website Copier/3.x [XR&CO'2007], Thu, 03 Jan 2013 17:24:54 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="http://www.stpete.org/mobile/css/mstpete.css" rel="stylesheet" type="text/css" />
<link href="http://www.stpete.org/mobile/css/jquery.mobile.structure-1.1.0.min.css" rel="stylesheet" type="text/css" />
<script src="http://www.stpete.org/mobile/js/jquery.min.js"></script>
<script src="http://www.stpete.org/mobile/js/jquery.mobile-1.1.0.min.js"></script>
<link rel="apple-touch-icon" href="http://www.stpete.org/mobile/image/Surprising-St_icon.png" />
<!-- Unique to this page -->
<script type="text/javascript">
$(document).ready(function() {
setInterval(function(){
$("#webcamimg").attr("src", "http://www.stpete.org/WebCam_RAMdisk/camera1.jpg?"+new Date().getTime());
},1000);
});
</script>
<!-- /Unique to this page -->
<title>Webcams</title>
</head>
<body>
<!-- =-=-=-=-=-== Page 1 =-=-=-=-==-=-= -->
<div data-role="page" id="pg1">
<div id="header" data-role="header" data-theme="b">
<div id="banner">
<span id="logo"><a href="http://www.stpete.org/mobile/"><img src="http://www.stpete.org/mobile/images/logo.png" alt="Logo" /></a></span>
</div><!-- /banner -->
<div id="crumbs">
<a href="http://www.stpete.org/mobile/" data-ajax="false" data-role="button" data-icon="home" data-theme="d">Home</a>
<a href="http://www.stpete.org/mobile/webcam_list.htm" data-ajax="false" data-role="button" data-icon="back" data-theme="d">Webcams</a>
</div><!-- /crumbs -->
<div data-role="navbar">
<ul>
<!--<li><a href="#pg1" class="ui-btn-active">Attractions</a></li>-->
</ul>
</div><!-- /navbar -->
</div><!--/header-->
<div data-role="content" >
<h1>Bayfront Tower Webcam</h1>
<img id="webcamimg" src="http://www.stpete.org/mobile/images/ajax-loader.gif"> <p>Bayfront Tower Condominiums located on Beach Drive and First Avenue S.; Cam provides a pan-shot overview of the city's beautiful waterfront. It includes shots such as: historic Renaissance Vinoy Resort; The Pier; Three Basin Marinas; Demens Landing Park; Albert Whitted Airport; and The Port. </p>
</div><!-- end data role content -->
<!--footer-->
<div id="footer" data-role="footer" data-theme="d">
<div data-role="navbar">
<ul>
<li><a href="http://www.stpete.org/mobile/index.htm" data-ajax="false">Home</a></li>
<li><a href="http://www.stpete.org/mobile/events.htm" data-ajax="false">Events</a></li>
<li><a href="http://www.stpete.org/mobile/news.htm" data-ajax="false">News</a></li>
<li><a href="http://www.stpete.org/mobile/contact.htm" data-prefetch>Contact</a></li>
<li><a href="#" data-ajax="false" onClick="document.cookie='http://www.stpete.org/mobile/nomobileplease=true;path=/'; window.location = 'http://www.stpete.org/index.asp?LeftMobileSite';">Full Site</a></li>
</ul>
<p id="copyright">Copyright 2012, All Rights Reserved</p>
</div><!-- /navbar -->
</div><!--/footer-->
</div><!-- end page1 -->
<script type="text/javascript">$('[data-role=page]').live('pageshow',function(event,ui){try{_gaq.push(['_setAccount','UA-8738346-1']);hash=location.hash;if(hash){_gaq.push(['_trackPageview',hash.substr(1)])}else{_gaq.push(['_trackPageview'])}}catch(err){}});</script>
</body>
<!-- Mirrored from www.stpete.org/mobile/webcam1.htm by HTTrack Website Copier/3.x [XR&CO'2007], Thu, 03 Jan 2013 17:24:54 GMT -->
</html>