-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoverage.php
executable file
·110 lines (60 loc) · 3 KB
/
coverage.php
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
110
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="Design" content="Malcolm Mackay"/>
<meta name="Hosting" content="Malcolm Mackay"/>
<title>Village Service Trust</title>
<link rel="stylesheet" href="style.css" title="Contemporary" type="text/css"/>
<link rel="icon" href="favicon.png" type="image/png"/>
<script src="smoothgallery/scripts/mootools.v1.11.js" type="text/javascript"></script>
<script src="smoothgallery/scripts/jd.gallery_campaigns.js" type="text/javascript"></script>
<link rel="stylesheet" href="smoothgallery/css/jd.gallery_campaigns.css" type="text/css" media="screen" />
<script src="smoothgallery/scripts/jd.gallery.set.js" type="text/javascript"></script>
<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('home_images'), {
timed: true,
delay: 13000,
showArrows: false,
showCarousel: false,
embedLinks: true,
showInfopane: true
});
}
window.addEvent('domready', startGallery);
</script>
</head>
<body>
<?php
include("header.php");
displayHeader("'index.php'")
?>
<div id="central">
<?php
include("nav.php");
displayNav($_SERVER['PHP_SELF']);
?>
<div id="main" style="width:760px;min-height:510px;">
<div id="map"><img src="images/Tamil_Nadu_locator_map.jpg" alt="Tamil Nadu Locator Map"></img></div>
<div id="areainfo">
<h3>Target Area</h3>
<p>The Village Service Trust operates in the Dindigul and Kanyalumari districts of Tamil Nadu. The target covers <b>48 villages</b> and <b>136,418 beneficiaries</b>.</p>
<p style="padding-bottom:10px">The <a href="contact.php">Headquarters</a> is situated in Michaelpalayam, on the outskirts of Nilakottai Town. This is 15km from the Temple City of Madurai, and Chennai (formerly Madras) <a class="external" href="http://www.chennaiairport.com/">International Airport</a>.</p>
<h4>Online Information</h4>
<p>More information about the region:</p>
<p><a class="external" href="http://maps.google.com/maps?q=tamil%20nadu&t=h">Google Maps</a></p>
<p><a class="external" href="http://en.wikipedia.org/wiki/Tamil_Nadu">Wikipedia</a></p>
<p><a class="external" href="http://www.flickr.com/search/?q=tamil+nadu">flickr photos</a></p>
<p><a class="external" href="http://www.tn.gov.in/">Government</a></p>
</div></div></div></div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9165696-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>