-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresidents_mayor.htm
109 lines (90 loc) · 4.85 KB
/
residents_mayor.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<!-- Mirrored from www.stpete.org/mobile/residents_mayor.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">
$('#residents_trash').live('pageinit',function(event){
$('#AjaxLoadPage').load('http://www.stpete.org/mobile/php/grabArticle.php?articleUrl=http://www.stpete.org/mayor/breakfastwithmayor.asp', function(){
//Links behave as external to mobile site
$('#AjaxLoadPage a').attr("data-ajax","false");
//Set cookie so visitor does not redirect back
$('#AjaxLoadPage a').click(function() {
document.cookie='http://www.stpete.org/mobile/nomobileplease=true;path=/';
});
//Change source of images since ajax load will not match original
$('#AjaxLoadPage img').each(function() {
var origSrc = $(this).attr("src");
if (!origSrc.indexOf("http") == 0) {
$(this).attr("src",'http://www.stpete.org/' + origSrc);
};
});
});
$('#AjaxLoadPage2').load('http://www.stpete.org/mobile/php/grabArticle.php?articleUrl=http://www.stpete.org/mayor/mayors_night_out.asp', function(){
//Links behave as external to mobile site
$('#AjaxLoadPage2 a').attr("data-ajax","false");
//Set cookie so visitor does not redirect back
$('#AjaxLoadPage2 a').click(function() {
document.cookie='http://www.stpete.org/mobile/nomobileplease=true;path=/';
});
//Change source of images since ajax load will not match original
$('#AjaxLoadPage2 img').each(function() {
var origSrc = $(this).attr("src");
if (!origSrc.indexOf("http") == 0) {
$(this).attr("src",'http://www.stpete.org/' + origSrc);
};
});
});
});
</script>
<!-- /Unique to this page -->
<title>Meet with the Mayor</title>
</head>
<body>
<!-- =-=-=-=-=-== Page 1 =-=-=-=-==-=-= -->
<div data-role="page" id="residents_trash">
<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/residents_list.htm" data-ajax="false" data-role="button" data-icon="back" data-theme="d">Residents</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>Meet with the Mayor</h1>
<div id="AjaxLoadPage"><img src="http://www.stpete.org/mobile/images/ajax-loader.gif" width="46" height="46"></div><br>
<p style="clear:both;"><hr></p>
<div id="AjaxLoadPage2"><img src="http://www.stpete.org/mobile/images/ajax-loader.gif" width="46" height="46"></div>
</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/residents_mayor.htm by HTTrack Website Copier/3.x [XR&CO'2007], Thu, 03 Jan 2013 17:24:54 GMT -->
</html>