-
Notifications
You must be signed in to change notification settings - Fork 0
/
webcam_list.htm
83 lines (66 loc) · 3.51 KB
/
webcam_list.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
79
80
81
82
83
<!DOCTYPE html>
<html>
<!-- Mirrored from www.stpete.org/mobile/webcam_list.htm by HTTrack Website Copier/3.x [XR&CO'2007], Thu, 03 Jan 2013 17:23:36 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="css/mstpete.css" rel="stylesheet" type="text/css" />
<link href="css/jquery.mobile.structure-1.1.0.min.css" rel="stylesheet" type="text/css" />
<script src="js/jquery.min.js"></script>
<script src="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() {
$("#webcamimg").attr("src", "../WebCam_RAMdisk/camera1d41d.jpg?"+new Date().getTime());
$("#webcamimg2").attr("src", "../WebCam_RAMdisk/camera2d41d.jpg?"+new Date().getTime());
});
</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="index.html"><img src="images/logo.png" alt="Logo" /></a></span>
</div><!-- /banner -->
<div id="crumbs">
<a href="index.html" data-ajax="false" data-role="button" data-icon="home" data-theme="d">Home</a>
<a href="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>Webcams</h1>
<ul data-role="listview" data-theme="c" data-inset="true">
<li><a href="webcam1.htm" data-ajax="false"><img class="newsimage" id="webcamimg" src="../WebCam_RAMdisk/camera1.jpg">
<h1>BayFront</h1>
<p>located on Beach Drive and First Avenue S.</p><br></a></li>
<li><a href="webcam2.htm" data-ajax="false"><img class="newsimage" id="webcamimg2" src="../WebCam_RAMdisk/camera2.jpg">
<h1>On-Street</h1>
<p>located at One Fourth Street N.</p><br></a></li>
</div><!-- end data role content -->
<!--footer-->
<div id="footer" data-role="footer" data-theme="d">
<div data-role="navbar">
<ul>
<li><a href="index.htm" data-ajax="false">Home</a></li>
<li><a href="events.htm" data-ajax="false">Events</a></li>
<li><a href="news.htm" data-ajax="false">News</a></li>
<li><a href="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 = '../indexf3a7.html?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/webcam_list.htm by HTTrack Website Copier/3.x [XR&CO'2007], Thu, 03 Jan 2013 17:23:36 GMT -->
</html>