remote_partial 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/remote_partial/version.rb +15 -1
- data/lib/remote_partial.rb +10 -7
- data/test/dummy/app/views/remote_partials/_clock.html.erb +1 -1
- data/test/dummy/config/environments/development.rb +1 -1
- data/test/dummy/config/environments/test.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +778 -0
- data/test/dummy/log/test.log +2814 -0
- data/test/dummy/test/unit/helpers/demos_helper_test.rb +9 -2
- data/test/test_helper.rb +2 -7
- data/test/unit/remote_partial/builder_test.rb +0 -4
- data/test/unit/remote_partial/partial_test.rb +0 -4
- data/test/unit/remote_partial/resource_manager_test.rb +0 -4
- metadata +2 -20
- data/test/dummy/app/views/remote_partials/_wcc.html.erb +0 -749
@@ -1,749 +0,0 @@
|
|
1
|
-
<!DOCTYPE html />
|
2
|
-
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-US"> <![endif]-->
|
3
|
-
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-US"> <![endif]-->
|
4
|
-
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-US"> <![endif]-->
|
5
|
-
<!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
|
6
|
-
<head>
|
7
|
-
<!-- Title -->
|
8
|
-
<title>Warwickshire Direct - Residents</title>
|
9
|
-
<!-- Description -->
|
10
|
-
<meta name="description" content="">
|
11
|
-
<!-- Charset -->
|
12
|
-
<meta charset="UTF-8" />
|
13
|
-
<!-- Use the latest builds of browsers -->
|
14
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
15
|
-
<!-- Mobile device rendering -->
|
16
|
-
<meta name="viewport" content="width=device-width" />
|
17
|
-
<!-- Twitter -->
|
18
|
-
<meta name="twitter:card" content="summary">
|
19
|
-
<meta name="twitter:site" content="@wcc_news">
|
20
|
-
<meta name="twitter:url" content="">
|
21
|
-
<meta name="twitter:title" content="">
|
22
|
-
<meta name="twitter:description" content="">
|
23
|
-
<meta name="twitter:image" content="">
|
24
|
-
<!-- Facebook -->
|
25
|
-
<link rel="image_src" href="" />
|
26
|
-
<!-- OpenGraph -->
|
27
|
-
<meta property="og:title" content=""/>
|
28
|
-
<meta property="og:description" content=""/>
|
29
|
-
<meta property="og:url" content=""/>
|
30
|
-
<meta property="og:type" content="website"/>
|
31
|
-
<meta property="og:site_name" content="Warwickshire Direct - Residents"/>
|
32
|
-
<meta property="og:image" content="" />
|
33
|
-
<!-- Microdata -->
|
34
|
-
<meta itemprop="name" content="">
|
35
|
-
<meta itemprop="description" content="">
|
36
|
-
<meta itemprop="url" content="">
|
37
|
-
<!-- Keywords -->
|
38
|
-
<meta name="keywords" content="" />
|
39
|
-
<!-- Icons -->
|
40
|
-
<link rel="shortcut icon" href="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/favicon.ico" />
|
41
|
-
<link rel="icon" type="image/png" href="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/favicon.png" />
|
42
|
-
<link rel="apple-touch-icon" href="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/apple-touch-icon.png" />
|
43
|
-
<!-- Analytics -->
|
44
|
-
<script type="text/javascript">
|
45
|
-
var _gaq = _gaq || [];
|
46
|
-
_gaq.push(['_setAccount', 'UA-9510501-3']);
|
47
|
-
_gaq.push(['_trackPageview']);
|
48
|
-
(function() {
|
49
|
-
var ga = document.createElement('script');
|
50
|
-
ga.type = 'text/javascript';
|
51
|
-
ga.async = true;
|
52
|
-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
53
|
-
var s = document.getElementsByTagName('script')[0];
|
54
|
-
s.parentNode.insertBefore(ga, s);
|
55
|
-
})();
|
56
|
-
</script>
|
57
|
-
<!-- Semantic markup declarations -->
|
58
|
-
<link rel="profile" href="http://gmpg.org/xfn/11" />
|
59
|
-
<!-- Style -->
|
60
|
-
<link rel="stylesheet" type="text/css" href="http://www.warwickshire.gov.uk/wp-content/themes/gamma/style.css" />
|
61
|
-
<style>body {padding-top: 43px;padding-bottom: 40px;}</style>
|
62
|
-
<link rel="stylesheet" type="text/css" href="http://www.warwickshire.gov.uk/wp-content/themes/gamma/bootstrap-responsive.css">
|
63
|
-
<link rel="stylesheet" type="text/css" href="http://www.warwickshire.gov.uk/wp-content/themes/gamma/main.css">
|
64
|
-
<!-- Scripts -->
|
65
|
-
<script src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/js/modernizr-2.6.2-respond-1.1.0.min.js" type="text/javascript"></script>
|
66
|
-
<script src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/js/jquery-1.9.0.min.js" type="text/javascript"></script>
|
67
|
-
<script src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/js/bootstrap.min.js" type="text/javascript"></script>
|
68
|
-
|
69
|
-
<script src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/js/main.js" type="text/javascript"></script>
|
70
|
-
<script src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/js/jquery.cycle.js" type="text/javascript"></script><script src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/js/jquery.zrssfeed.o.js" type="text/javascript"></script> <script src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/js/homepage-slider-test.js" type="text/javascript"></script></head>
|
71
|
-
<body class="style-1">
|
72
|
-
<!-- Analytics - Event Tracking -->
|
73
|
-
<script type="text/javascript">
|
74
|
-
jQuery(document).ready(function(){
|
75
|
-
// Each time a link is clicked, this function gets called
|
76
|
-
jQuery('#secondary a').click(function(){
|
77
|
-
// get the url from the link's href
|
78
|
-
var url = this.href;
|
79
|
-
// set the category of event
|
80
|
-
var category = '';
|
81
|
-
// set the event action
|
82
|
-
if (jQuery(this).is('.download')) { var action = 'Downloads and documents'; }
|
83
|
-
else if (jQuery(this).is('.useful-link')) { var action = 'Useful links'; }
|
84
|
-
else if (jQuery(this).is('.ymabii')) { var action = 'You may also be interested in'; }
|
85
|
-
else if (jQuery(this).is('.top-task')) { var action = 'Top tasks'; }
|
86
|
-
else if (jQuery(this).is('.do-it-online')) { var action = 'Do it online'; }
|
87
|
-
else {var action = 'Other actions'; }
|
88
|
-
// get the text of the link itself
|
89
|
-
var label = jQuery(this).text().trim();
|
90
|
-
// track the click itself
|
91
|
-
|
92
|
-
// window.alert('<p>URL: ' + url + ' CATEGORY:' + category + ' ACTION:' + action + ' LABEL:' + label + '</p>');
|
93
|
-
|
94
|
-
_gaq.push(['_trackEvent', category, action, label]);
|
95
|
-
|
96
|
-
});
|
97
|
-
});
|
98
|
-
</script>
|
99
|
-
<!--[if lt IE 7]>
|
100
|
-
<div class="alert alert-error"><strong>You are using an outdated browser</strong>. You may want to <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
|
101
|
-
<![endif]-->
|
102
|
-
<div class="navbar navbar-inverse navbar-fixed-top">
|
103
|
-
<div class="navbar-inner">
|
104
|
-
<div class="container">
|
105
|
-
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
106
|
-
<span class="icon-bar"></span>
|
107
|
-
<span class="icon-bar"></span>
|
108
|
-
<span class="icon-bar"></span>
|
109
|
-
</a>
|
110
|
-
<a class="brand" href="//www.warwickshire.gov.uk/"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/corpwhitelogo.png" alt="Warwickshire Direct" style="width:60px;" /></a>
|
111
|
-
<div class="nav-collapse collapse">
|
112
|
-
<nav>
|
113
|
-
<ul class="nav">
|
114
|
-
<li><a href="http://news.warwickshire.gov.uk/">News</a></li>
|
115
|
-
<li><a href="/events">Events</a></li>
|
116
|
-
<li><a href="/jobs">Jobs</a></li>
|
117
|
-
<li class=" active"><a href="http://www.warwickshire.gov.uk/">Warwickshire Direct</a></li>
|
118
|
-
<li class=""><a href="/corporate">About the Council</a></li>
|
119
|
-
|
120
|
-
<li class="dropdown">
|
121
|
-
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More <b class="caret"></b></a>
|
122
|
-
<ul class="dropdown-menu">
|
123
|
-
<li><a href="/consultations">Consultations</a></li>
|
124
|
-
<li><a href="/democracy">Democracy</a></li>
|
125
|
-
<li class="divider"></li>
|
126
|
-
<li class="nav-header">Other sites</li>
|
127
|
-
<li><a href="/spp">Staff, Partners and Practitioners</a></li>
|
128
|
-
</ul>
|
129
|
-
</li>
|
130
|
-
</ul>
|
131
|
-
</nav>
|
132
|
-
</div><!--/.nav-collapse -->
|
133
|
-
<div class="nav-collapse collapse pull-right span2" id="right-topbar">
|
134
|
-
<ul class="nav">
|
135
|
-
<li class="dropdown">
|
136
|
-
<a href="/myaccount" class="dropdown-toggle" data-toggle="dropdown">My Account <b class="caret"></b></a>
|
137
|
-
<ul class="dropdown-menu">
|
138
|
-
<li>
|
139
|
-
<a href="/me@wcc">Me@WCC</a>
|
140
|
-
<p class="nav-header" style="font-weight:normal;text-transform:none !important;">Setup school closure alerts, manage event submissions, submit licence applications, or access Atlas</p>
|
141
|
-
</li>
|
142
|
-
<li>
|
143
|
-
<a href="/librarylogin">Library account</a>
|
144
|
-
<p class="nav-header" style="font-weight:normal;text-transform:none !important;">Renew and reserve paper books or borrow eBooks</p>
|
145
|
-
</li>
|
146
|
-
<li>
|
147
|
-
<a href="/jobslogin">Jobs</a>
|
148
|
-
<p class="nav-header" style="font-weight:normal;text-transform:none !important;">Apply for roles or setup alerts</p>
|
149
|
-
</li>
|
150
|
-
<li>
|
151
|
-
<a href="/myaccount">Other accounts</a>
|
152
|
-
</li>
|
153
|
-
</ul>
|
154
|
-
</li>
|
155
|
-
</ul>
|
156
|
-
</div>
|
157
|
-
</div>
|
158
|
-
</div>
|
159
|
-
</div>
|
160
|
-
|
161
|
-
<div id="rss-me"></div>
|
162
|
-
<?
|
163
|
-
// relsub_single_rss('#rss-me', 'http://feeds.feedburner.com/alerts-approvedpremisenotice', 5, true, true);
|
164
|
-
?>
|
165
|
-
|
166
|
-
<div id="top-site-alert" class="alert alert-error sitewide-alert">Essential website maintenance is planned for <strong>Saturday 6th July</strong> between <strong>3pm - 4pm</strong>. This may effect the availability of some Warwickshire County Council websites or services. We apologise for any inconvenience caused. </div><div id="cookie-container" style="display:none;"><div id="cookie-tip" class="alert alert-info">We use cookies to improve your visit to this site. Details of the cookies we use, and how to block them, can be found on our cookies page. <a href="/cookies">Find out more about our cookies.</a><button id="cookie-ok" class="ButtonDynamic btn btn-info btn-mini">OK</button></div></div>
|
167
|
-
<div class="row style-1-gradient" id="top-header">
|
168
|
-
<div class="container">
|
169
|
-
<div class="span12" style="height:100px;">
|
170
|
-
<div class="row">
|
171
|
-
<div id="logo-wrap" class="span3" style="padding-top:15px;padding-bottom:15px;">
|
172
|
-
<a href="http://www.warwickshire.gov.uk/"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/wdwhitelogo.png" alt="Warwickshire County Council - home" title="Warwickshire County Council - home" ></a> </div>
|
173
|
-
<div class="span9">
|
174
|
-
<div class="row">
|
175
|
-
<div class="span9">
|
176
|
-
<form action="http://search3.openobjects.com/kb5/warwickshire/search/results.page" method="get" name="kbs" class="navbar-form pull-right" id="site-search">
|
177
|
-
<label for="qtbottom" class="skip" style="display:none;">Search again</label>
|
178
|
-
<input class="span3" type="text" maxlength="1000" size="40" name="qt" id="qtbottom" alt="Search" placeholder="Search" accesskey="4">
|
179
|
-
<button type="submit" value="Search" id="kbsubmitbottom" class="btn btn-mini">Go</button>
|
180
|
-
</form>
|
181
|
-
</div>
|
182
|
-
</div>
|
183
|
-
<div class="row">
|
184
|
-
<div id="site-tabs" class="span9">
|
185
|
-
<ul class="nav nav-tabs">
|
186
|
-
<li class="tab active"><a href="/home">Residents</a></li>
|
187
|
-
<li class="tab"><a href="/business">Businesses</a></li>
|
188
|
-
<li class="tab"><a href="/corporate">About the council</a></li>
|
189
|
-
</ul>
|
190
|
-
</div>
|
191
|
-
</div>
|
192
|
-
</div>
|
193
|
-
</div>
|
194
|
-
</div>
|
195
|
-
</div>
|
196
|
-
</div>
|
197
|
-
<script src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/js/cookie-message.js" type="text/javascript"></script>
|
198
|
-
|
199
|
-
|
200
|
-
<div class="container" style="margin-top:20px;">
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
<div id="feature" class="row style-1">
|
205
|
-
|
206
|
-
<!--Superbox-->
|
207
|
-
<div id="super-box" class="span8">
|
208
|
-
<div id="sb-mobile-nav">
|
209
|
-
<img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/feature-arrow-left.png" id="sb-leftarrow">
|
210
|
-
<img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/feature-arrow-right.png" id="sb-rightarrow">
|
211
|
-
</div>
|
212
|
-
<div class="tabbable tabs-left">
|
213
|
-
<ul id="super-menu" class="nav nav-tabs">
|
214
|
-
<li class="active"><a href="#tab-1" data-toggle="tab">Report it</a></li><li><a href="#tab-2" data-toggle="tab">Your library</a></li><li><a href="#tab-3" data-toggle="tab">Find a job</a></li><li><a href="#tab-4" data-toggle="tab">Plan a journey</a></li><li><a href="#tab-5" data-toggle="tab">Your school</a></li><li><a href="#tab-6" data-toggle="tab">Latest tweets</a></li> </ul>
|
215
|
-
|
216
|
-
|
217
|
-
<div class="tab-content">
|
218
|
-
<div class="tab-pane active" id="tab-1"><div class="sb-row">
|
219
|
-
<div class="sb-column one">
|
220
|
-
<h3>Report it</h3>
|
221
|
-
</div>
|
222
|
-
</div>
|
223
|
-
|
224
|
-
<div class="sb-row">
|
225
|
-
<div class="sb-column three">
|
226
|
-
<div class="sb-icon-button">
|
227
|
-
<a href="http://www.warwickshire.gov.uk/reporthighwayproblem"><img title="Report highway problems" alt="Report highway problems" src="http://www.warwickshire.gov.uk//Web/corporate/wccweb.nsf/Links/B6876CFE9798941F80257855005D6E89/$file/highwayproblems.png"><p>Highway problems</p></a>
|
228
|
-
</div>
|
229
|
-
</div>
|
230
|
-
<div class="sb-column three">
|
231
|
-
<div class="sb-icon-button">
|
232
|
-
<a href="http://www.warwickshire.gov.uk/potholes"><img title="Report potholes" alt="Report potholes" src="http://www.warwickshire.gov.uk//Web/corporate/wccweb.nsf/Links/B6876CFE9798941F80257855005D6E89/$file/potholes.png"><p>Potholes</p></a>
|
233
|
-
</div>
|
234
|
-
</div>
|
235
|
-
<div class="sb-column three">
|
236
|
-
<div class="sb-icon-button">
|
237
|
-
<a href="http://www.warwickshire.gov.uk/flytippingandlitter"><img title="Report fly tipping" alt="Report fly tipping" src="http://www.warwickshire.gov.uk//Web/corporate/wccweb.nsf/Links/B6876CFE9798941F80257855005D6E89/$file/flytipping.png"><p>Fly tipping</p></a>
|
238
|
-
</div>
|
239
|
-
</div>
|
240
|
-
</div>
|
241
|
-
|
242
|
-
<div class="sb-row">
|
243
|
-
<!--
|
244
|
-
<div class="sb-column three">
|
245
|
-
<div class="sb-icon-button">
|
246
|
-
<a href="http://www.warwickshire.gov.uk/carclear"><img title="Report Abandoned vehicles" alt="Report Abandoned vehicles" src="/Web/corporate/wccweb.nsf/Links/B6876CFE9798941F80257855005D6E89/$file/abandonedvehicles.png"><p>Abandoned vehicles</p></a>
|
247
|
-
</div>
|
248
|
-
</div>
|
249
|
-
<div class="sb-column three">
|
250
|
-
<div class="sb-icon-button">
|
251
|
-
<a href="http://www.warwickshire.gov.uk/streetlightingfault"><img title="Report Streetlight faults" alt="Report Streetlight faults" src="/Web/corporate/wccweb.nsf/Links/B6876CFE9798941F80257855005D6E89/$file/streetlight.png"><p>Streetlight faults</p></a>
|
252
|
-
</div>
|
253
|
-
</div>
|
254
|
-
-->
|
255
|
-
<div class="sb-column three">
|
256
|
-
<div class="sb-icon-button">
|
257
|
-
<a href="/safeguardingadults"><img title="Vulnerable adults" alt="Vulnerable adults" src="http://www.warwickshire.gov.uk//Web/corporate/wccweb.nsf/Links/B6876CFE9798941F80257855005D6E89/$file/adults.png"><p>Vulnerable adults</p></a>
|
258
|
-
</div>
|
259
|
-
</div>
|
260
|
-
<div class="sb-column three">
|
261
|
-
<div class="sb-icon-button">
|
262
|
-
<a href="http://www.warwickshire.gov.uk/childprotection"><img title="Child protection" alt="Child protection" src="http://www.warwickshire.gov.uk//Web/corporate/wccweb.nsf/Links/B6876CFE9798941F80257855005D6E89/$file/childprotection.png"><p>Child protection</p></a>
|
263
|
-
</div>
|
264
|
-
</div>
|
265
|
-
|
266
|
-
<div class="sb-column three">
|
267
|
-
<div class="sb-icon-button">
|
268
|
-
<a href="http://www.warwickshire.gov.uk/reportit"><img title="more reporting" alt="More reporting" src="http://www.warwickshire.gov.uk//Web/corporate/wccweb.nsf/Links/B6876CFE9798941F80257855005D6E89/$file/morereporting.png"><p>More reporting...</p></a>
|
269
|
-
</div>
|
270
|
-
</div>
|
271
|
-
</div></div><div class="tab-pane" id="tab-2"><div class="sb-row">
|
272
|
-
<div class="sb-column one">
|
273
|
-
<h3>Your library</h3>
|
274
|
-
<h4>Search the library catalogue for books, CDs and DVDs.</h4>
|
275
|
-
|
276
|
-
<div id="libraries-nav-search">
|
277
|
-
|
278
|
-
<form method="get" action="http://librarycatalogue.warwickshire.gov.uk/ABwarwick/default.ashx" id="" name="">
|
279
|
-
<input id="libraries-nav-search-box" type="text" name="q" placeholder="Search the library catalogue">
|
280
|
-
<button id="libraries-nav-search-button" type="submit" class="btn btn-3">Submit</button>
|
281
|
-
</form>
|
282
|
-
|
283
|
-
</div>
|
284
|
-
|
285
|
-
<ul>
|
286
|
-
<li><a href="/renew">Renew your library items</a></li>
|
287
|
-
<li><a href="/findalibrary">Find a library</a></li>
|
288
|
-
<li><a href="/jointhelibrary">Join the library</a></li>
|
289
|
-
</ul>
|
290
|
-
|
291
|
-
</div>
|
292
|
-
|
293
|
-
</div></div><div class="tab-pane" id="tab-3"> <div class="sb-row">
|
294
|
-
<div class="sb-column two">
|
295
|
-
<h3>Latest jobs</h3>
|
296
|
-
<ul>
|
297
|
-
<li>The council jobs feed will be back shortly</a></li>
|
298
|
-
<li>Apologies for the inconvenience</li>
|
299
|
-
</ul>
|
300
|
-
<h5><a href="http://www.wmjobs.co.uk/careers/list.aspx?ID=QUVFK026203F3VBQB7V8NV45Y&mask=wmj&LG=UK&statlog=1&Resultsperpage=10&LOV1=All&LOV45=All&LOV10=All&SUBDEPT1=1300">More council jobs...</a></h5>
|
301
|
-
</div>
|
302
|
-
<div class="sb-column two">
|
303
|
-
<h3>Job links</h3>
|
304
|
-
<ul>
|
305
|
-
<li><a href="http://www.wmjobs.co.uk/careers/list.aspx?ID=QUVFK026203F3VBQB7V8NV45Y&mask=wmj&LG=UK&statlog=1&Resultsperpage=10&LOV1=All&LOV45=All&LOV10=All&SUBDEPT1=1300">All council jobs</a></li>
|
306
|
-
<li><a href="http://www.wmjobs.co.uk/careers/list.aspx?ID=QUVFK026203F3VBQB7V8NV45Y&mask=wmj&LG=UK&statlog=1&Resultsperpage=10&LOV1=15644&LOV45=All&LOV10=All&SUBDEPT1=396">All teaching jobs</a></li>
|
307
|
-
<li><a href="http://www.wmjobs.co.uk/careers/searchagent.aspx">Job alerts</a></li>
|
308
|
-
<li><a href="http://www.wmjobs.co.uk/our-employers/warwickshire-county-council/">How to apply</a></li>
|
309
|
-
<li><a href="http://www.warwickshire.gov.uk/applicantinfo">Guidance for applicants</a></li>
|
310
|
-
<li><a href="http://www.wmjobs.co.uk/our-employers/warwickshire-county-council/">Working for the council</a></li>
|
311
|
-
<li><a href="/careers">Careers</a></li>
|
312
|
-
</ul>
|
313
|
-
</div>
|
314
|
-
|
315
|
-
</div></div><div class="tab-pane" id="tab-4"> <div class="sb-row">
|
316
|
-
<div class="sb-column one">
|
317
|
-
<h3>Plan your journey</h3>
|
318
|
-
<p>Enter your post-code, location or town.</p>
|
319
|
-
|
320
|
-
|
321
|
-
<form method="post" action="http://www.travelinesw.com/swe/XSLT_TRIP_REQUEST2" id="efaForm" name="">
|
322
|
-
|
323
|
-
<input type="hidden" name="sessionID" id="mdv_sessionID" value="0"><input type="hidden" name="requestID" id="mdv_requestID" value="0"><input type="hidden" name="language" id="mdv_language" value="en"><input type="hidden" name="command" id="mdv_command" value=""><input type="hidden" name="execInst" id="mdv_execInst" value="normal"><input type="hidden" name="locationServerActive" value="1"><input type="hidden" name="locationInfoActive" value="1"><input type="hidden" name="coordListOutputFormat" value="string"> <input type="hidden" name="coordOutputFormatTail" value="0"><input type="hidden" name="convertStopsPTKernel2LocationServer" value="1"><input type="hidden" name="convertAddressesITKernel2LocationServer" value="1"><input type="hidden" name="convertCoord2LocationServer" value="1"><input type="hidden" name="convertCrossingsITKernel2LocationServer" value="1"><input type="hidden" name="convertPOIsITKernel2LocationServer" value="1"><input type="hidden" name="useProxFootSearch" value="1"><input type="hidden" name="anySigWhenPerfectNoOtherMatches" value="1"><input type="hidden" name="stateless" value="1"><input type="hidden" name="useAllStops" value="1"><input type="hidden" name="itdLPxx_view" value="advanced"><input type="hidden" name="type_origin" value="any"> <input type="hidden" name="type_destination" value="any"><input type="hidden" name="nameDefaultText_origin" value="City, Town, Village, Address, Post Code, Station or Airport"><input type="hidden" name="nameDefaultText_destination" value="City, Town, Village, Address, Post Code, Station or Airport"><input type="hidden" name="useHouseNumberList_origin" value="1"><input type="hidden" name="useHouseNumberList_destination" value="1">
|
324
|
-
|
325
|
-
<p><span class="form-label">From:</span>
|
326
|
-
<input class="form-input" type="text" name="name_origin" placeholder="From:"></p>
|
327
|
-
<p><span class="form-label">To:</span>
|
328
|
-
<input class="form-input" type="text" name="name_destination" placeholder="To:"></p>
|
329
|
-
<button type="submit" value="Search" class="btn btn-3">Submit</button>
|
330
|
-
</form>
|
331
|
-
|
332
|
-
</div>
|
333
|
-
</div>
|
334
|
-
<div class="sb-row">
|
335
|
-
<div class="sb-column two">
|
336
|
-
<ul>
|
337
|
-
<li><a href="/corporate/BusTime.nsf/f6ba0a2f0063538180256d40003b1059/$searchForm?SearchView">Find a bus timetable</a></li>
|
338
|
-
<li><a href="/busroutemaps">Bus route maps</a></li>
|
339
|
-
</ul>
|
340
|
-
</div>
|
341
|
-
<div class="sb-column two">
|
342
|
-
<ul>
|
343
|
-
<li><a href="/busservicechanges">Bus route changes</a></li>
|
344
|
-
<li><a href="/buses">More bus information</a></li>
|
345
|
-
</ul>
|
346
|
-
</div>
|
347
|
-
</div></div><div class="tab-pane" id="tab-5"> <div class="sb-row">
|
348
|
-
<div class="sb-column one">
|
349
|
-
<h3>Your school</h3>
|
350
|
-
</div>
|
351
|
-
</div>
|
352
|
-
|
353
|
-
<div class="sb-row">
|
354
|
-
<div class="sb-column two">
|
355
|
-
<p>Term ends</p>
|
356
|
-
<div class="date-box">
|
357
|
-
<p>Friday 19th July*</p>
|
358
|
-
</div>
|
359
|
-
</div>
|
360
|
-
<div class="sb-column two">
|
361
|
-
<p>Next term starts:</p>
|
362
|
-
<div class="date-box">
|
363
|
-
<p>Monday 2nd September*</p>
|
364
|
-
</div>
|
365
|
-
</div>
|
366
|
-
</div>
|
367
|
-
|
368
|
-
<div class="sb-row">
|
369
|
-
<div class="sb-column three">
|
370
|
-
<ul>
|
371
|
-
<li><a href="/schoolholidaydates">Term dates</a></li>
|
372
|
-
<li><a href="/admissions">Admissions</a></li>
|
373
|
-
</ul>
|
374
|
-
</div>
|
375
|
-
<div class="sb-column three">
|
376
|
-
<ul>
|
377
|
-
<li><a href="/schoolclosures">Closures</a></li>
|
378
|
-
<li><a href="/schools">More schools</a></li>
|
379
|
-
</ul>
|
380
|
-
</div>
|
381
|
-
<div class="sb-column three">
|
382
|
-
<ul>
|
383
|
-
<li><a href="/schoolfinder">Find a school</a></li>
|
384
|
-
</ul>
|
385
|
-
</div>
|
386
|
-
</div>
|
387
|
-
|
388
|
-
<div class="sb-row">
|
389
|
-
<div class="sb-column one">
|
390
|
-
<p class="small-text">* Some schools may set teacher training days or have their own term dates (such as academies). Please check <a href="/schoolholidaydates">School term dates and holidays</a> or directly with your school.</p>
|
391
|
-
</div>
|
392
|
-
</div></div><div class="tab-pane" id="tab-6"><div class="sb-row">
|
393
|
-
<div id="sb-twitter-accounts" class="sb-column two">
|
394
|
-
<h3>Social networking</h3>
|
395
|
-
<ul>
|
396
|
-
<li><a href="http://twitter.com/wcc_news">Warwickshire news</a></li>
|
397
|
-
<li><a href="http://twitter.com/WarksFireRescue">Fire and rescue</a></li>
|
398
|
-
<li><a href="http://twitter.com/OisinTheDeer">Museums</a></li>
|
399
|
-
<li><a href="http://twitter.com/warksdirect">Warwickshire Direct</a></li>
|
400
|
-
<li><a href="http://twitter.com/wcc_schools">Schools</a></li>
|
401
|
-
<li><a href="http://twitter.com/warkslibraries">Warwickshire Libraries</a></li>
|
402
|
-
<li><a href="http://twitter.com/countryparks">Country parks</a></li>
|
403
|
-
<li><a href="/socialnetworking">All social media accounts</a></li>
|
404
|
-
</ul>
|
405
|
-
</div>
|
406
|
-
<div id="sb-twitter-list" class="sb-column two">
|
407
|
-
<a class="twitter-timeline" href="https://twitter.com/WCC_website/warwickshire-cc">Tweets from @WCC_website/warwickshire-cc</a>
|
408
|
-
<script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
409
|
-
</div>
|
410
|
-
</div></div>
|
411
|
-
</div>
|
412
|
-
|
413
|
-
</div>
|
414
|
-
|
415
|
-
</div><!--end span8 SuperBox-->
|
416
|
-
|
417
|
-
<!--Newsbox-->
|
418
|
-
<div id="nb" class="span4">
|
419
|
-
<h2>Latest News</h2>
|
420
|
-
<div id="featured-slider" class="carousel slide" height="300px">
|
421
|
-
<div id="latest-news" class="carousel-inner"></div>
|
422
|
-
<a class="left carousel-control" href="#featured-slider" data-slide="prev">‹</a>
|
423
|
-
<a class="right carousel-control" href="#featured-slider" data-slide="next">›</a>
|
424
|
-
</div>
|
425
|
-
<noscript>
|
426
|
-
<p>Can't see our stories? It may be because JavaScript is turned off in your browser.</p>
|
427
|
-
<p>To view our stories without JavaScript enabled, you can visit our <a href="//news.warwickshire.gov.uk">Warwickshire News</a> site.</p>
|
428
|
-
</noscript>
|
429
|
-
<script>jQuery(document).ready(function() {GetContent('http://feeds.feedburner.com/wntestex');jQuery(".no-js-error").addClass("js-enabled");});</script>
|
430
|
-
</div><!--end span4 NewsBox-->
|
431
|
-
|
432
|
-
</div><!--end of feature area-->
|
433
|
-
|
434
|
-
<div class="row">
|
435
|
-
<style>
|
436
|
-
/*7662 - 7682 replace block - fixes border issue in IE by removing it*/
|
437
|
-
.style-1 .sb-icon-button, .style-2 .sb-icon-button, .style-3 .sb-icon-button {
|
438
|
-
width: 100%;
|
439
|
-
display: block;
|
440
|
-
margin: 0 auto;
|
441
|
-
margin-bottom: 15px;
|
442
|
-
text-align: center;
|
443
|
-
padding: 2.5px;
|
444
|
-
border:none;
|
445
|
-
}
|
446
|
-
|
447
|
-
.style-1 .sb-icon-button:hover, .style-2 .sb-icon-button:hover, .style-3 .sb-icon-button:hover{
|
448
|
-
background-color:rgb(200,225,200);
|
449
|
-
-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.9);
|
450
|
-
-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.9);
|
451
|
-
box-shadow:0px 0px 3px rgba(0,0,0,0.9);
|
452
|
-
border:none;
|
453
|
-
}
|
454
|
-
/*End of block*/
|
455
|
-
|
456
|
-
/*Add new somewhere - gives the superbox and newsbox a light border*/
|
457
|
-
#super-box .tabbable, #featured-slider {
|
458
|
-
border:1px solid rgb(230,230,230);
|
459
|
-
}
|
460
|
-
|
461
|
-
.lt-ie9 #super-box .tabbable, .lt-ie9 #featured-slider {
|
462
|
-
border:1px solid rgb(200,200,200);
|
463
|
-
}
|
464
|
-
|
465
|
-
/*7754 replace block - removes transparent background*/
|
466
|
-
#nb h2 {
|
467
|
-
position:absolute;
|
468
|
-
display:block;
|
469
|
-
float:left;
|
470
|
-
z-index:1;
|
471
|
-
top:10px;
|
472
|
-
margin:0;
|
473
|
-
padding: 10px;
|
474
|
-
padding-left: 20px;
|
475
|
-
background: #fff;
|
476
|
-
background-color: #fff;
|
477
|
-
box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
|
478
|
-
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
|
479
|
-
-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
|
480
|
-
line-height: 1em;
|
481
|
-
font-size: 20px;
|
482
|
-
}
|
483
|
-
|
484
|
-
/*7790*/
|
485
|
-
#nb h2:hover {
|
486
|
-
padding-left: 25px;
|
487
|
-
background-color: #fff;
|
488
|
-
transition: 0.5s background 0s linear, 0.2s padding 0s linear;
|
489
|
-
-webkit-transition: 0.2s background 0s linear, 0.2s padding 0s linear;
|
490
|
-
-moz-transition: 0.2s background 0s linear, 0.2s padding 0s linear;
|
491
|
-
}
|
492
|
-
|
493
|
-
/*change color line to fix hover on IE*/
|
494
|
-
.lt-ie9 .style-1 ul#super-menu li a:hover, .lt-ie9 .style-2 ul#super-menu li a:hover, .lt-ie9 .style-3 ul#super-menu li a:hover{
|
495
|
-
color:#fff;
|
496
|
-
}
|
497
|
-
|
498
|
-
/*Tabs on ei10*/
|
499
|
-
|
500
|
-
.style-1 #super-box .tab-content .tab-pane, .style-2 #super-box .tab-content .tab-pane, .style-3 #super-box .tab-content .tab-pane,{
|
501
|
-
height:300px;
|
502
|
-
}
|
503
|
-
|
504
|
-
.style-1 #super-box .tab-content, .style-2 #super-box .tab-content, .style-3 #super-box .tab-content {
|
505
|
-
height:300px;
|
506
|
-
}
|
507
|
-
|
508
|
-
|
509
|
-
</style>
|
510
|
-
<div class="span6">
|
511
|
-
<h3 id="home-business" class="home-header"><a href="/business">Business</a></h3>
|
512
|
-
<ul class="homepage-links">
|
513
|
-
<li><a href="/jobs">Jobs</a>,</li>
|
514
|
-
<li><a href="/procurement">tender opportunities</a>,</li>
|
515
|
-
<li><a href="/licenses">licences</a>,</li>
|
516
|
-
<li><a href="/businessadvice">business services</a>,</li>
|
517
|
-
<li><a href="/businesscentres">business centres</a>,</li>
|
518
|
-
<li><a href="/tradingstandards">trading standards</a>,</li>
|
519
|
-
<li><a class="strong" href="/business">more business...</a></li>
|
520
|
-
</ul>
|
521
|
-
</div>
|
522
|
-
|
523
|
-
<div class="span6">
|
524
|
-
<h3 id="home-environment" class="home-header"><a href="/environment">Environment</a></h3>
|
525
|
-
<ul class="homepage-links">
|
526
|
-
<li><a href="/recycling">Recycling and waste</a>,</li>
|
527
|
-
<li><a href="/hwrc">recycling centres</a>,</li>
|
528
|
-
<li><a href="/parks">country parks</a>,</li>
|
529
|
-
<li><a href="/planning">planning</a>,</li>
|
530
|
-
<li><a href="/enjoycountryside">enjoy countryside</a>,</li>
|
531
|
-
<li><a class="strong" href="/environment">more environment...</a></li>
|
532
|
-
</ul>
|
533
|
-
</div>
|
534
|
-
|
535
|
-
<div class="span6">
|
536
|
-
<h3 id="home-health" class="home-header"><a href="/healthandwellbeing">Health</a></h3>
|
537
|
-
<ul class="homepage-links">
|
538
|
-
<li><a href="/healthandwellbeing">Health and wellbeing</a>,</li>
|
539
|
-
<li><a href="/healthemergency">health emergencies</a>,</li>
|
540
|
-
<li><a href="/flu">flu</a>,</li>
|
541
|
-
<li><a href="/healthyeating">healthy eating</a>,</li>
|
542
|
-
<li><a href="/mentalhealth">mental health</a>,</li>
|
543
|
-
<li><a href="/yourrecovery">your recovery</a>,</li>
|
544
|
-
<li><a class="strong" href="/healthandwellbeing">more health...</a></li>
|
545
|
-
</ul>
|
546
|
-
</div>
|
547
|
-
|
548
|
-
<div class="span6">
|
549
|
-
<h3 id="home-libraries" class="home-header"><a href="/librariesandleisure">Libraries and leisure</a></h3>
|
550
|
-
<ul class="homepage-links">
|
551
|
-
<li><a href="/libraries">Libraries</a>,</li>
|
552
|
-
<li><a href="/renew">renew a library book</a>,</li>
|
553
|
-
<li><a href="/museums">museums</a>,</li>
|
554
|
-
<li><a href="/tourists">tourist information</a>,</li>
|
555
|
-
<li><a href="/parks">country parks</a>,</li>
|
556
|
-
<li><a href="/arts">arts</a>,</li>
|
557
|
-
<li><a class="strong" href="/librariesandleisure">more leisure...</a></li>
|
558
|
-
</ul>
|
559
|
-
</div>
|
560
|
-
|
561
|
-
<div class="span6">
|
562
|
-
<h3 id="home-registrations" class="home-header"><a href="/registrations">Registrations</a></h3>
|
563
|
-
<ul class="homepage-links">
|
564
|
-
<li><a href="/births">Births</a>,</li>
|
565
|
-
<li><a href="/deaths">deaths</a>,</li>
|
566
|
-
<li><a href="/weddings">weddings and marriages</a>,</li>
|
567
|
-
<li><a href="/copycertificates">copy certificates</a>,</li>
|
568
|
-
<li><a href="/registrationoffices">registration offices</a>,</li>
|
569
|
-
<li><a class="strong" href="/registrations">more registrations...</a></li>
|
570
|
-
</ul>
|
571
|
-
</div>
|
572
|
-
|
573
|
-
<div class="span6">
|
574
|
-
<h3 id="home-roads" class="home-header"><a href="/roadsandtravel">Roads and travel</a></h3>
|
575
|
-
<ul class="homepage-links">
|
576
|
-
<li><a href="/buses">Buses</a>,</li>
|
577
|
-
<li><a href="/publictransport">public transport</a>,</li>
|
578
|
-
<li><a href="/roads">roads</a>,</li>
|
579
|
-
<li><a href="/roadworks">roadworks</a>,</li>
|
580
|
-
<li><a href="/schooltravel">school travel</a>,</li>
|
581
|
-
<li><a href="/licensesandpermits">permits</a>,</li>
|
582
|
-
<li><a href="/gritting">gritting</a>,</li>
|
583
|
-
<li><a href="/partnightlighting">Part night lighting</a>,</li>
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
<li><a class="strong" href="/roadsandtravel">more roads and travel...</a></li>
|
589
|
-
</ul>
|
590
|
-
</div>
|
591
|
-
|
592
|
-
<div class="span6">
|
593
|
-
<h3 id="home-safety" class="home-header"><a href="/safetyandcrime">Safety and crime</a></h3>
|
594
|
-
<ul class="homepage-links">
|
595
|
-
<li><a href="/crime">Crime and security</a>,</li>
|
596
|
-
<li><a href="/homesafety">home safety</a>,</li>
|
597
|
-
<li><a href="firesafety">fire safety</a>,</li>
|
598
|
-
<li><a href="/fireandrescue">fire and rescue</a>,</li>
|
599
|
-
<li><a href="/roadsafety">road safety</a>,</li>
|
600
|
-
<li><a href="/tradingstandards">trading standards</a>,</li>
|
601
|
-
<li><a class="strong" href="/safetyandcrime">more safety and crime...</a></li>
|
602
|
-
</ul>
|
603
|
-
</div>
|
604
|
-
|
605
|
-
<div class="span6">
|
606
|
-
<h3 id="home-schools" class="home-header"><a href="/schoolsandlearning">Schools and learning</a></h3>
|
607
|
-
<ul class="homepage-links">
|
608
|
-
<li><a href="/schools">Schools</a>,</li>
|
609
|
-
<li><a href="/schoolholidaydates">holiday dates</a>,</li>
|
610
|
-
<li><a href="/schoolclosures">school closures</a>,</li>
|
611
|
-
<li><a href="/admissions">admissions</a>,</li>
|
612
|
-
<li><a href="/music">music</a>,</li>
|
613
|
-
<li><a href="/childrenscentres">children's centres</a>,</li>
|
614
|
-
<li><a class="strong" href="/schoolsandlearning">more schools and learning...</a></li>
|
615
|
-
</ul>
|
616
|
-
</div>
|
617
|
-
|
618
|
-
<div class="span6">
|
619
|
-
<h3 id="home-social" class="home-header"><a href="/socialcareandhealth">Social care and support</a></h3>
|
620
|
-
<ul class="homepage-links">
|
621
|
-
<li><a href="/supportforadults">Adult support</a>,</li>
|
622
|
-
<li><a href="/supportforchildrenandfamilies">children & families</a>,</li>
|
623
|
-
<li><a href="/childcare">childcare</a>,</li>
|
624
|
-
<li><a href="/fostering">fostering</a>,</li>
|
625
|
-
<li><a href="/emergencydutyteam">out of hours</a>,</li>
|
626
|
-
<li><a href="/carers">carers</a>,</li>
|
627
|
-
<li><a href="/directory">find local support services</a>,</li>
|
628
|
-
<li><a class="strong" href="/socialcareandhealth">more social care...</a></li>
|
629
|
-
</ul>
|
630
|
-
</div>
|
631
|
-
|
632
|
-
<div class="span6">
|
633
|
-
<h3 id="home-council" class="home-header"><a href="/corporate">The Council</a></h3>
|
634
|
-
<ul class="homepage-links">
|
635
|
-
<li><a href="/jobs">Jobs</a>,</li>
|
636
|
-
<li><a href="/councillors">councillors</a>,</li>
|
637
|
-
<li><a href="/elections">elections</a>,</li>
|
638
|
-
<li><a href="/consultations">consultations</a>,</li>
|
639
|
-
<li><a href="/petitions">petitions</a>,</li>
|
640
|
-
<li><a href="/communityforums">community forums</a>,</li>
|
641
|
-
<li><a href="/volunteering">volunteering</a>,</li>
|
642
|
-
<li><a href="/corporate">find a politician</a>,</li>
|
643
|
-
<li><a class="strong" href="/corporate">more council...</a></li>
|
644
|
-
</ul>
|
645
|
-
</div>
|
646
|
-
|
647
|
-
<div class="span6">
|
648
|
-
<h3 id="home-audience" class="home-header"><a href="/volunteering">Volunteering</a></h3>
|
649
|
-
<ul class="homepage-links">
|
650
|
-
<li><a href="/libraryvolunteering">Library volunteering</a>,</li>
|
651
|
-
<li><a href="http://heritage.warwickshire.gov.uk/volunteer/">heritage and culture volunteers</a>,</li>
|
652
|
-
<li><a href="http://countryparks.warwickshire.gov.uk/volunteering/">country parks volunteering</a>,</li>
|
653
|
-
<li><a href="/becomeagovernor/">becoming a school governor</a>,</li>
|
654
|
-
<li><a class="strong" href="/volunteering">other volunteering opportunities</a></li>
|
655
|
-
</ul>
|
656
|
-
</div>
|
657
|
-
|
658
|
-
<div class="span6">
|
659
|
-
<h3 id="home-events" class="home-header"><a href="/events">Events</a></h3>
|
660
|
-
<ul class="homepage-links">
|
661
|
-
<li><a href="/corporate/EventDbp.nsf/Next+7+days?OpenView&collapseview&Count=30">Upcoming events</a>,</li>
|
662
|
-
<li><a href="/corporate/EventDbP.nsf/Event?OpenForm">add an event</a>,</li>
|
663
|
-
<li><a href="/corporate/EventDbp.nsf/e3169d505c2a8d1080256b0400304bc0/$searchForm?SearchView">search events</a>,</li>
|
664
|
-
<li><a href="/corporate/EventDbp.nsf/By+Category?OpenView&collapseview&Count=30">events by category</a>,</li>
|
665
|
-
<li><a href="/corporate/EventDbp.nsf/By+Date?openview&collapseview">events by start date</a>,</li>
|
666
|
-
<li><a class="strong" href="/events">more events...</a></li>
|
667
|
-
</ul>
|
668
|
-
</div></div>
|
669
|
-
<hr />
|
670
|
-
<footer>
|
671
|
-
<div class="row">
|
672
|
-
<div class="span3">
|
673
|
-
<aside id="text-7" class="widget widget_text"> <div class="textwidget"><div style="text-align:center;padding-top:5px;">
|
674
|
-
<img style="width:auto !important;" src="https://www.warwickshire.gov.uk/Web/graphics/Graphics.nsf/graphics/WDlogo/$file/wdwhitelogo.png" alt="Warwickshire Direct">
|
675
|
-
<img style="width:auto !important;" src="https://www.warwickshire.gov.uk/Web/graphics/Graphics.nsf/graphics/WSWCClogo/$file/WCC+logo.png" alt="Warwickshire County Council">
|
676
|
-
<img style="width:auto !important;" src="https://www.warwickshire.gov.uk/Web/graphics/Graphics.nsf/graphics/W4Wlogofooter/$file/w4w-footer.png" alt="Working For Warwickshire">
|
677
|
-
</div></div>
|
678
|
-
</aside> </div>
|
679
|
-
<div class="span3">
|
680
|
-
<aside id="text-3" class="widget widget_text"><h3 class="widget-title">Contact details</h3> <div class="textwidget"><ul>
|
681
|
-
<li><h4>Address</h4>Warwickshire County Council<br />Shire Hall<br />Warwick<br>CV34 4RL<br /></li>
|
682
|
-
<li><a href="/locationmap">Warwick town centre map</a></li>
|
683
|
-
<li><h4>Telephone</h4>01926 410410<br>Mon-Fri: 8am-8pm<br />Sat: 9am-4pm<br /></li>
|
684
|
-
</ul></div>
|
685
|
-
</aside> </div>
|
686
|
-
<div class="span2">
|
687
|
-
<aside id="text-4" class="widget widget_text"><h3 class="widget-title">Further help</h3> <div class="textwidget"><ul>
|
688
|
-
<li><a href="/accessibility">Accessibility</a></li>
|
689
|
-
<li><a href="/cookies">Cookies</a></li>
|
690
|
-
<li><a href="/complaints">Complaints</a></li>
|
691
|
-
<li><a href="/consultations">Consultations</a></li>
|
692
|
-
<li><a href="/customerservice">Customer service</a></li>
|
693
|
-
<li><a href="/apps">Mobile apps</a></li>
|
694
|
-
<li><a href="/disclaimer">Privacy policy, disclaimer and copyright</a></li>
|
695
|
-
|
696
|
-
</ul></div>
|
697
|
-
</aside> </div>
|
698
|
-
<div class="span2">
|
699
|
-
<aside id="text-5" class="widget widget_text"><h3 class="widget-title">Information for</h3> <div class="textwidget"><ul>
|
700
|
-
<li><a href="/business">Businesses</a></li>
|
701
|
-
<li><a href="/carers">Carers</a></li>
|
702
|
-
<li><a href="/olderpeople">Older people</a></li>
|
703
|
-
<li><a href="/parents">Parents and guardians</a></li>
|
704
|
-
<li><a href="/staff">Staff and partners</a></li>
|
705
|
-
<li><a href="/childrenandyoungpeople">Young People</a></li>
|
706
|
-
</ul></div>
|
707
|
-
</aside><aside id="text-9" class="widget widget_text"> <div class="textwidget"><script src="http://static.warwickshire.gov.uk/libs/js/wcc/e-services/engage-test.js"></script></div>
|
708
|
-
</aside> </div>
|
709
|
-
<div class="span2">
|
710
|
-
<aside id="text-6" class="widget widget_text"><h3 class="widget-title">Find us on</h3> <div class="textwidget"><ul>
|
711
|
-
<li><a href="http://www.flickr.com/photos/56273443@N04">Flickr</a></li>
|
712
|
-
<li><a href="http://twitter.com/WarksDirect">Twitter</a></li>
|
713
|
-
<li><a href="http://www.youtube.com/warwickshirecc">YouTube</a></li>
|
714
|
-
<li><a href="http://www.warwickshire.gov.uk/socialnetworking">Other social networks</a></li>
|
715
|
-
</ul></div>
|
716
|
-
</aside> </div>
|
717
|
-
|
718
|
-
</div>
|
719
|
-
<div class="row">
|
720
|
-
<div class="span12" style="text-align:center;">
|
721
|
-
<p>© Warwickshire County Council</p>
|
722
|
-
</div>
|
723
|
-
</div>
|
724
|
-
</footer>
|
725
|
-
</div> <!-- /container -->
|
726
|
-
<div id="footer-logos-bottom">
|
727
|
-
<div class="container">
|
728
|
-
<ul class="inline">
|
729
|
-
<li><a href="//www.gov.uk"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/GovUKLogo.png" alt="Gov.uk"></a></li>
|
730
|
-
<li><a href="//www.stratford.gov.uk"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/sdclogo.png" alt="Stratford District Council"></a></li>
|
731
|
-
<li><a href="//www.rugby.gov.uk"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/rbclogo.png" alt="Rugby Borough Council"></a></li>
|
732
|
-
<li><a href="//www.nuneatonandbedworth.gov.uk"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/nbbclogo.png" alt="Nuneaton and Bedworth Borough Council"></a></li>
|
733
|
-
<li><a href="//www.northwarks.gov.uk"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/nwbc-small-footer.png" alt="North Warwickshire Borough Council"></a></li>
|
734
|
-
<li><a href="//www.warwickdc.gov.uk"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/wdc-logo-footer.png" alt="Warwick District Council"></a></li>
|
735
|
-
<li><a href="//www.warwickshire.police.uk"><img src="http://www.warwickshire.gov.uk/wp-content/themes/gamma/images/warkspollogo.png" alt="Warwickshire Police"></a></li>
|
736
|
-
</ul>
|
737
|
-
</div>
|
738
|
-
</div>
|
739
|
-
|
740
|
-
<script type="text/javascript">
|
741
|
-
setTimeout(function(){var a=document.createElement("script");
|
742
|
-
var b=document.getElementsByTagName("script")[0];
|
743
|
-
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/5795.js?"+Math.floor(new Date().getTime()/3600000);
|
744
|
-
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
|
745
|
-
|
746
|
-
</script>
|
747
|
-
<!-- Fin. -->
|
748
|
-
</body>
|
749
|
-
</html>
|