%title
Tag Found Caches

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

%introduction
These screens let you both tag caches as found, having your browser
open a window to the log screen.

These screens also let you optionally "tag" and "rate" the caches
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.

%include searchbase-basics

%perl
if ("%[trackfilename]" ne "" && $GEODB::VARS{'trackfilename'} eq "") {
  $GEODB::VARS{'trackfilename'} = "%[trackfilename]";
}

%print
************ Track File: %<trackfilename>]

%if "%<trackfilename>" ne ""
%modify
track:%<trackfilename>
%if "%[savetracktiming]" eq 1
%print
Saving attributes...
%save
%endif
%endif

%include modifybase

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