%title
Tag Found Caches

%ignore
%[Tasks:,,type=label]
%[dotags,1,text=Tag Waypoints:,indent=1,type=checkbox,values=(1,0)]
%[doratings,1,text=Rate Waypoints:,indent=1,type=checkbox,values=(1,0)]

%introduction
These screens let you "tag" and "rate" caches (or waymarks or any type
of waypoint) you've found with keywords and ratings, which can then be
shared with other people by uploading them to the geoqo server
(http://tagserver.geoqo.org/).

The next screen will allow you to choose the tags you wish to apply to
the waypoints, as well as decide if you want to upload them to the
cache server or not.

The screen after that will allow you to choose the ratings you wish to
apply to the waypoints, as well as decide if you want to upload them
to the cache server or not.  You do not have to rate a cache in every
category if you don't want.  Pick the ratings categories that you wish
to apply.
%search
(log:finder==%[geoqouser,you,text=Your Geocaching Name]||tag:found)
%if %[Include caches previously marked as tagged,0,type=checkbox,indent=1]
%else
 &&tag:-tagged
%endif
%if %[Include caches previously marked as rated,0,type=checkbox,indent=1]
%else
 &&tag:-rated
%endif

%include modifybase

%display allowgui=1
gui/list:(plugins=show
%if %[dotags]
,tag
%endif
%if %[doratings]
,rate
%endif
)
