Revert Potlatch 0.10 from the trunk - we will keep it on the potlatch_010

branch for now until it has been reviewed.
This commit is contained in:
Tom Hughes 2008-07-09 23:31:00 +00:00
parent 62a1ec4748
commit 50c0333ea6
11 changed files with 740 additions and 1128 deletions

View file

@ -65,9 +65,9 @@
fo.addVariable('token','<%= session[:token] %>');
if (lat) { fo.addVariable('lat',lat); }
if (lon) { fo.addVariable('long',lon); }
<% if params['gpx'] %>fo.addVariable('gpx' ,'<%= h(params['gpx'] ) %>');<% end %>
<% if params['way'] %>fo.addVariable('way' ,'<%= h(params['way'] ) %>');<% end %>
<% if params['node'] %>fo.addVariable('node','<%= h(params['node']) %>');<% end %>
<% if params['gpx'] %>
fo.addVariable('gpx','<%= h(params['gpx']) %>');
<% end %>
fo.write("map");
}