Skip to content

Commit

Permalink
adding new maps api key
Browse files Browse the repository at this point in the history
  • Loading branch information
subbarao committed Jan 25, 2010
1 parent 4361f2c commit c5d9a0d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
22 changes: 2 additions & 20 deletions app/views/layouts/seats.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,8 @@
<meta name="Description" content="Andhra Pradhesh Electorial Map: 2009 Elections Results Information">
<title> Andhra Pradhesh Electorial Map</title>
<meta name="description" content="Andhra Pradhesh" />
<%= stylesheet_link_tag 'election','redInfoWindow','bubbleInfoWindow' %>
<style>
#demo_explanation{
border-right: 1px solid #000;
float: left;
width: 49%;
margin-right: 5px;
padding-right: 5px;
font-size: .9em;
}
iframe{
background-color: #DDD;
border: 0;
margin-left: 20px;
font-size: .9em;
}
</style>

<script src="http://google.com/jsapi?key=ABQIAAAAlgBkrxtozPq6BJRUDdohQBSvO9wEK1VL9ijrFsVgreQc7pMV_RQCkG2f2oL1rhfewyrc9L2GJVZVZw" type="text/javascript">
</script>
<%= stylesheet_link_tag 'election'%>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=true_or_false&amp;key=ABQIAAAAlgBkrxtozPq6BJRUDdohQBRQjiruw-KtEXQU0Co68BVbvGJCfRTTcLg4cYfTd_0bpWlY2ifLxac0Qg" type="text/javascript"></script>
<script type="text/javascript">
google.load("jquery", "1.4");
google.load("maps", "2");
Expand Down
16 changes: 16 additions & 0 deletions public/stylesheets/election.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,19 @@ html, body {
#piechart{
float:left;
}

#demo_explanation{
border-right: 1px solid #000;
float: left;
width: 49%;
margin-right: 5px;
padding-right: 5px;
font-size: .9em;
}
iframe{
background-color: #DDD;
border: 0;
margin-left: 20px;
font-size: .9em;
}

0 comments on commit c5d9a0d

Please sign in to comment.