Here they are, thanks!:QueryWidgetTaxSale.xml<?xml version="1.0" ?>
<configuration>
<layer>http://gis.snco.us/ArcGIS/rest/services/TaxSaleParcels/MapServer/0</layer>
<titlefield>PID</titlefield>
<linkfield>Link</linkfield>
<fields all="false">
<field name="PID"/>
<field name="Tract"/>
<field name="Link"/>
<field name="PADDRESS" alias="Address"/>
<field name="CASE_NO" alias="Case Number"/>
</fields>
<filterfield>
<name>Tract</name>
<alias></alias>
</filterfield>
<refreshrate></refreshrate>
<zoomscale>5000</zoomscale>
<query>1=1</query>
<info>widgets/InfoTemplates/InfoPopupWidget.swf</info>
</configuration>
TaxSaleSplashWidget.xml<?xml version="1.0" ?>
<configuration>
<!--
Refer to the doc below for valid HTML tags that can be used for the content
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/conversion/TextConverter.html#TEXT_FIELD_HTML_FORMAT
-->
<width>475</width>
<height>530</height>
<contents>
<content tabname="Site Disclaimer">
<![CDATA[
<p align='center'>
<img src='assets/images/SNlogo.png' width='70' height='70' />
</p>
<p>
<font size="16"><b>Shawnee County Judicial Tax Foreclosure Property Finder</b></font>
</p>
<p>
<br>
<p>
Sale to be held at: Kansas Expocentre, Heritage Hall, April 13th @ 9:00 A.M.
</p>
<br>
You must AGREE to the disclaimer below to enter the site.
<br>
Rules of use are governed by the Shawnee County GIS disclaimer:
Data Disclaimer: All maps and/or data created and produced by Shawnee County are developed from information
deemed reliable. Shawnee County makes no assertions as to the correctness of such
information; however, and by accepting this map and/or data you absolve Shawnee County from
any liability related to its use for any purpose. All maps and/or data created by Shawnee County
are subject to change according to updated information received without any prior notice and are
not intended to serve as any sort of legal form of conveyance or boundary survey. Any images or maps shown may not
reflect current information, and Shawnee County is not liable any misinformation or misperception by the user.
</p>
]]>
</content>
</contents>
<buttons>
<button label="Agree" action="close" url="" />
<button label="Disagree" action="redirect" url="http://www.snco.us/counselor/" />
<button label="Home" action="link" url="http://www.snco.us" />
</buttons>
<dontshowlabel>Don't show again</dontshowlabel>
<disabledontshowoption>false</disabledontshowoption>
</configuration>
SearchWidgetTax_Sale.xml<?xml version="1.0" ?>
<configuration>
<layers>
<layer>
<name>Search Tax Sale Properties</name>
<url>http://gis.snco.us/ArcGIS/rest/services/TaxSaleParcels/MapServer/0</url>
<expression>PID = '[value]' OR Tract = '[value]'</expression>
<textsearchlabel>Search [Use: Tract Number or PID]</textsearchlabel>
<titlefield>PID</titlefield>
<linkfield></linkfield>
<fields all="false">
<field name="PID"/>
<field name="Tract"/>
<field name="PADDRESS" alias="Address"/>
<field name="CASE_No" alias="Case Number"/>
</fields>
</layer>
</layers>
<symbols>
<picturemarkersymbol> url=assets/images/i_dollar_GE.png"</picturemarkersymbol>
</symbols>
<zoomscale>2000</zoomscale>
<info>widgets/InfoTemplates/InfoPopupWidget.swf</info>
</configuration>