Difference between revisions of "Code trial page"

From Akvopedia
Jump to: navigation, search
Line 1: Line 1:
<!DOCTYPE html>
+
{|width="100%" cellpadding="2" cellspacing="5" style="vertical-align:top; background:#f5faff;"|
<html>
+
! <h2 style="margin:0; background:#F5A01A; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">Water Portal</h2>
<head>
+
|-
<style>
+
|<div class="floatleft" align=left >{{Icon|file=Water4icons.png|alt=Water Portal|width=140px|link=Water Portal}}</div> The [[Water Portal|Water Portal]] contains information on water collection, pumping and transportation, storage, treatment, and use of water.
#map-canvas { width:500px; height:300px; }
+
|-
</style>
+
!
<script type="text/javascript"
+
 
src="http://maps.google.com/maps/api/js?sensor=false">
+
<h2 style="margin:0; background:#F5A01A; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:.2em 0.4em;">Sanitation Portal</h2>
</script>
+
|-
<script type="text/javascript">
+
|<div class="floatleft" align=left >{{Icon|file=Sanitation4icons.png|alt=Sanitation Portal|width=140px|link=Sanitation Portal}}</div> The [[ Sanitation Portal |Sanitation Portal]] contains information on toilets, collection, transportation, treatment, use of products, hygiene, and training materials.
var map;
+
|-
var layerl0;
+
 
function initialize() {
+
!
map = new google.maps.Map(document.getElementById('map-canvas'), {
+
 
center: new google.maps.LatLng(2.6214484962674076, 98.33225075069755),
+
<h2 style="margin:0; background:#F5A01A; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;">Approaches Portal</h2>
zoom: 14,
+
|-
mapTypeId: google.maps.MapTypeId.ROADMAP
+
|<div class="floatleft" align=left >{{Icon|file=Approaches4icons.png|alt=Approaches Portal|width=140px|link=Approaches Portal}}</div> The [[Approaches Portal|Approaches Portal]] contains information on product development, service delivery, finance, promotion, and support systems.
});
+
<!--
layerl0 = new google.maps.FusionTablesLayer({
+
|-
query: {
+
!
select: "col31",
+
<h2 style="margin:0; background:#F5A01A; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:.2em 0.4em;">Finance Portal</h2>
from: "1_MyBy6PAYxcs_XsPYUmr_9jHkpru4JVeUuHfR_U"
+
|-
},
+
|<div class="floatleft" align=left >{{Icon|file=finance portal box.png|alt=Finance Portal|width=140px|link=Finance Portal}}</div> The [[ Finance Portal |Finance Portal]] contains information on the costs needed to finance, how to finance costs, and how to monitor finance.-->
map: map,
+
|-
styleId: 1,
+
|}
templateId: 2
 
});
 
}
 
google.maps.event.addDomListener(window, 'load', initialize);
 
</script>
 
</head>
 
<body>
 
<div id="map-canvas"></div>
 
</body>
 
</html>
 

Revision as of 02:41, 22 February 2013

Water Portal

Water Portal
The Water Portal contains information on water collection, pumping and transportation, storage, treatment, and use of water.

Sanitation Portal

Sanitation Portal
The Sanitation Portal contains information on toilets, collection, transportation, treatment, use of products, hygiene, and training materials.

Approaches Portal

Approaches Portal
The Approaches Portal contains information on product development, service delivery, finance, promotion, and support systems.