marker = GMarker.new([location.lat,location.lng],
:title => "Voter",
- :info_window => (voter.ipaddress or "unknown") \
- + " " + voter.vote.votestring)
+ :info_window => (voter.ipaddress or "unknown"))
@map.overlay_init(marker)
end
end
end
%>
- <%=h((w.host == nil or w.host.empty?) ? voter.ipaddress : w.host)%>
+ <%=h((w.host == nil or w.host.empty?) ? voter.ipaddress : w.host[-30..-1])%>
</td>
<td>
<%org=(w.all.grep(/^(OrgName|org-name)/)[0] or "").sub(/^(OrgName|org-name)\:/,'').strip+" - "+ (w.all.grep(/^(NetName|netname)/)[0] or "").sub(/^(NetName|netname)\:/,'').strip %>
- <% if org =~ /IANA/ %>
+ <% if org =~ /asdfasdf/ %>
<%= "No additional information" %>
<% else %>
<%= h(org) %>