%title
Display Waypoints and Geocaches in a list

%include searchbase

# %[ ,,type=label]

%if %[sortbydistance,0,refresh_on_change=1,type=checkbox,text=Sort by distance from another waypoint]
%modify
distance:from=%[homepoint,GC,indent=1,doif=sortbydistance=1,text=Sort By Distance From]
%modify
sortby:
%endif

%if %[limitto,1,type=checkbox,refresh_on_change=1,text=Limit list to a maximum number of waypoints]
%modify
limit:number=%[maxlimit,50,indent=1,doif=limitto=1,text=Limit to]
%endif

# %[ ,,type=label]

# %[ ,,type=label,text="List Screen Features:"]
%display
gui/list:(plugins=
%if %[showbut,1,type=checkbox,indent=1,text=Add a show-waypoint-details button]
show,
%endif
%if %[editattrs,0,type=checkbox,indent=1,text=Add attribute editing boxes]
attributes,
%endif
%if %[solve,0,type=checkbox,indent=1,text=Add puzzle solving attributes]
solve,
%endif
%if %[edittags,0,type=checkbox,indent=1,text=Add tag checkboxes]
tag,
%endif
%if %[editratings,0,type=checkbox,indent=1,text=Add rating menus]
rate,
%endif
)
