1 <h1>Public GPS Traces</h1>
5 <span class="rsssmall"><a href="<%= url_for :controller => 'trace', :action => 'georss' %>"><img src="http://<%= SERVER_URL %>/images/RSS.gif" border="0"></a></span> |
7 <%= link_to 'See just your traces', {:controller => 'trace', :action => 'mine'} %>
9 <%= link_to 'login', {:controller => 'user', :action => 'login'} %> to see just your traces
16 <%= link_to '<<<', {:controller => 'trace', :action => 'list', :page => @page-1}, {:title => 'previous page'} %>
21 <%= link_to '>>>', {:controller => 'trace', :action => 'list', :page => @page+1}, {:title => 'next page'} %>
23 (<%= 1+(@page * 20)%>-<%= (1+@page) * 20 %>)
25 <table id="keyvalue" cellpadding="3">
30 <%= render :partial => 'trace', :collection => @traces %>