TheAprilFools
-
Posts
323 -
Joined
-
Last visited
Posts posted by TheAprilFools
-
-
My solution.
A GC account would allow you one find per cache (regardless of type), it will not allow you to log a find on your own caches, and it would put a cap on back dated logs. The last item would be great incentive for cachers that are 1000 logs behind, which I don't get.
I agree with the first part, but the back dated logs I don't have a problem with. On more than one occastion I have gone to a cache and discovered I signed the log two years ago and somehow forgot to log it. If you update a log it puts a timestamp indicating when. I think its reasonable that if you backdate a log more than one month, at timestamp is automatically included in the text.
-
"then this practice would most assuredly increase" - I meant the practice of logging finds on other archived caches, not logging multiple attended logs.
Understood and I agree. But I think the number of bogus finds of archives won't be as high as the number of present multiple attended logs as it might be little harder for some to rationalize there cheating.
-
I checked a bunch of pages, including some that have the 'needs maintenance' attribute turned on and they all had it in the list.
-
...
If the "attended" logs would quit counting toward your find count, then this practice would most assuredly increase.
Markwell, I agree with everything you said except this last sentence. I think that if if attended logs did not count as a 'find' there would be no incentive for them to log it multiple times, since there rational is they found X number of temporary caches and there find count should go up by that amount. But that does not detract from a good idea.
-
I think that while temp caches at an event are fun things to do, unless they follow all the rules (including the 0.1 mile rule) and are approved and published they should not count and should not be logged. Just as if you find a letter box (not a hybrid) or a cache listed on another site you can't just log another cache again just to get credit.
-
I agree with Bambography, I would rather just have clear text. This is at least in a prominate place, the old one was text but off to the side.
-
Oh yeah, I should read these more carefully, never mind. I think that for those of us that have thousands of caches logged showing all of them would be too much.
-
Message Retracted.
-
Personally I don't think multiple found/attended logs for the same cache should be allowed and that existing multple logs should be converted to notes.
And if the owner of a cache things the conditions have changed enough to warrent allowing cachers to post multiple find logs its changed enough to archive the old cache and publish a new one.
But I think we are beating a dead horse.
-
I tried again its working fine now. And for the record, while I was not using a bot, I was opening a dozen or so cache pages quickly from GSAK. (right click, open waypoint url)
-
I just went to the geocaching.com website and all I am getting is blank pages. Specifically the cache pages, http://www.geocaching.com is still working.
-
The US state department list it just as 'Macedonia' on there website, I think it should be left as is until a perminate name is agreed upon by the involved nations.
-
....
I know it's a pain to set up a path for a polygon, but once it's been done, you can save it, so it's only painful once. My opinion is that the amount of work involved in making polygon-shaped PQs is such that Groundspeak is not likely to implement it soon.
I really don't think that there would be very much additional work creating polygon-shaped PQ's since that logic already exists for Caching along a route and anyone with Mapsource, ExpertGPS or the full version of Google Earth can create a route and save it as a GPX then upload to GC.com. For the user interface the only change would be a switch on the Route PQ page to treat the route as polygon (and possibly disable distance from route entry field). There would probably be more work in the server code but I think the polygon logic would be simpler than the route logic.
-
Should they change the name of Greece in the system to the "Hellenic Republic" since that is the official name? I think GC.com is just using the common names.
-
One of the issues that Fizzymagic pointed out with a polygon is what happens when you exhaust the limit?...
It would be wonderful if you could select that when you setup the PQ.
-
G'day
If you are using GSAK you can do searches based on a Arc/Line, a Polygon and Points. Might be worth checking out.
Regards
Andrew
Actually I use GSAK and it was part of what made me suggest this. The GSAK tool is useful after you have downloaded all your queries, but you download a lot of extra caches that get filtered out in GSAK, what I was thinking was a way to help download only those caches you are interested in in the first place.
Even though the solution has been pointed out, I still think this is an interesting idea. I don't think, however, that it would be as simple as adding a check box called "I'm using a polygon instead of a line." And for that reason I don't think its going to happen, but it is a good idea.
Of course there would be more changes on the server code, but the user interface changes would be small.
I find it funny that he's saying what we are doing is inefficient when he doesn't know what code we are using either.
oh well
-Raine
Being a software engineer myself who has done some work with graphs my assumption of how caching along a route works is that the route is broken up into a series of line segments, a circle object is created for each end point and a rectangular polygon object for each line segment of width 2x the distance requested. Each cache is then tested to see if its point is within any of the circles or rectangles. Rather than creating a single complex polygon and testing once for each cache.
I would think that if your treating the route as a polygon that the distance from the route would not be used.
-
Just an idea, add an option when you setup a PQ along a route, to treat the route as a polygon and return all caches within it, rather than as a line and finding all caches within a distance of it. All that would be required in the websites interface is a checkbox to indicate weather the route should be treated as a polygon or a line.
I have already experimented with using caches along a route, setting the route as a zig zag pattern over the area I want to map but I don't think its a very efficient way to do it because its not very exact, harder to setup, very inefficient on the server, checking each cache to see if its within the area of each line segment rather than inside a single polygon.
-
I like the idea, my suggestion on how it should work is a big smiley if you have found it, and if not found a big frowny if you posted a DNF.
-
Cool, thanks.
-
To add to the chorus, I love virtuals also and would really like them to come back. The biggest problem I have with Waymarking is that its separate from geocaching.
But there is one type of virtual that you can still create, they are called earthcaches.
-
Some time ago I setup a caches along a route PQ. I wanted to modify the route so I went to the page to 'View Associated Route' and then clicked 'Create GPX of Route'. When I do I get the following error.
Server Error in '/' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Geocaching.UI.UserRouteEdit.lnkCreateGPXofRoute_Click(Object sender, EventArgs e) +660
System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +108
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1300
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
I get a very similar error when I click to download a 'KML of Route'.
-
Ahh looks like Trace is still turned on for that page..
I'll try to track down that null problem. Might be because someone deleted the route that was associated with that PQ, unless you own that route then never mind
-Raine
It was a route I created myself and it was still there, but did not display correctly.
-
Ok at home I am not getting the dialog with the javascript error, but I selected from the page that lists all of my pocket queries, one of the caching along a route PQ's to edit. If you scroll down below the normal stuff you will see all the extra data.
-
I went to my pocket query page and selected to edit one of my PQ's setup for caching along a route, first thing that happens is I get a dialog that pops up and says:
Line 1094
'null' is null or not an object.
And I get a whole bunch of info on the bottom of the screen which I will paste below this. It happens on all 5 of the PQ's I have setup that are along a route.
Begin Data
--------------------------------------------------------------------------
Request Details
Session Id: u3dc3055gp3zkezckhbdwmuw Request Type: GET
Time of Request: 5/17/2007 3:56:35 PM Status Code: 200
Request Encoding: Unicode (UTF-8) Response Encoding: Unicode (UTF-8)
Trace Information
Category Message From First(s) From Last(s)
aspx.page Begin Init
aspx.page End Init 0.000072 0.000072
Raised UserLoggedIn event in WebFormBase 0.000194 0.000122
UserLoggedIn Event fired in Nearest Page 0.000212 0.000018
ShowLoggedInUser() 0.000228 0.000016
Select ID, GUID, NameSingular as Name, Description, FolderLevel, WptTypeID as RefTaxonomy, AltID, ShowInMenu, Source, ImageName, IsContainer, IsMovable, IsTraveller, StyleSheet From WptTypes WHERE AppID=1 AND WptTypeID=1 0.003343 0.003116
Select ID, Name, QueryWhere from CACHE_SEARCH where baseTaxonomyID=1 ORDER BY InOrder, Name asc 0.005580 0.002236
sppq_GetCacheQuery_ByGUID 0.006200 0.000621
@QueryGUID=201fe336-5848-4e00-b967-26fde95a54ae 0.006254 0.000053
spurt_GetRouteInfoByRouteGuid 0.015381 0.009127
@RouteGuid=c19cf1fc-e781-4eb4-929e-2bb75fa892dc 0.015446 0.000065
spurt_GetRoutePointsByRouteGuid 0.038611 0.023165
@RouteGuid=c19cf1fc-e781-4eb4-929e-2bb75fa892dc 0.038677 0.000066
NONE 0.046946 0.008269
None Selected 0.046978 0.000031
spgsp_GetAttributeType_ByID -1 0.047104 0.000126
spgsp_GetAttributeType_ByID -1 0.048281 0.001178
aspx.page Begin PreRender 0.049315 0.001033
aspx.page End PreRender 0.049487 0.000173
aspx.page Begin SaveViewState 0.065125 0.015637
aspx.page End SaveViewState 0.065450 0.000326
aspx.page Begin Render 0.065473 0.000023
aspx.page End Render 0.105777 0.040304
Control Tree
Control Id Type Render Size Bytes (including children) Viewstate Size Bytes (excluding children)
__PAGE ASP.urquery_aspx 118959 1096
Header1 ASP.header_ascx 9988 0
Header1:_ctl0 System.Web.UI.HtmlControls.HtmlAnchor 40 0
Header1:_ctl23 System.Web.UI.LiteralControl 4 0
Header1:lblLogin System.Web.UI.WebControls.Label 74 56
Header1:lnkLoginName System.Web.UI.WebControls.HyperLink 108 108
Header1:urlLogin System.Web.UI.WebControls.HyperLink 275 320
Header1:_ctl1 System.Web.UI.HtmlControls.HtmlImage 54 0
Header1:_ctl2 System.Web.UI.HtmlControls.HtmlAnchor 116 0
Header1:_ctl18 System.Web.UI.HtmlControls.HtmlImage 97 0
Header1:_ctl24 System.Web.UI.LiteralControl 1 0
Header1:A2 System.Web.UI.HtmlControls.HtmlAnchor 224 0
Header1:_ctl25 System.Web.UI.LiteralControl 14 0
Header1:rollTxt System.Web.UI.WebControls.Image 124 64
Header1:_ctl26 System.Web.UI.LiteralControl 13 0
Header1:_ctl3 System.Web.UI.HtmlControls.HtmlAnchor 188 0
Header1:_ctl19 System.Web.UI.HtmlControls.HtmlImage 111 0
Header1:_ctl4 System.Web.UI.HtmlControls.HtmlImage 73 0
Header1:_ctl5 System.Web.UI.HtmlControls.HtmlAnchor 213 0
Header1:_ctl27 System.Web.UI.LiteralControl 14 0
Header1:_ctl20 System.Web.UI.HtmlControls.HtmlImage 123 0
Header1:_ctl6 System.Web.UI.HtmlControls.HtmlImage 73 0
Header1:_ctl7 System.Web.UI.HtmlControls.HtmlAnchor 199 0
Header1:_ctl21 System.Web.UI.HtmlControls.HtmlImage 123 0
Header1:_ctl8 System.Web.UI.HtmlControls.HtmlImage 73 0
Header1:_ctl9 System.Web.UI.HtmlControls.HtmlAnchor 188 0
Header1:_ctl22 System.Web.UI.HtmlControls.HtmlImage 111 0
Header1:_ctl10 System.Web.UI.HtmlControls.HtmlImage 73 0
Header1:_ctl11 System.Web.UI.HtmlControls.HtmlAnchor 205 0
Header1:Image8 System.Web.UI.HtmlControls.HtmlImage 131 0
Header1:Img2 System.Web.UI.HtmlControls.HtmlImage 91 0
Header1:_ctl12 System.Web.UI.HtmlControls.HtmlAnchor 215 0
Header1:Image6 System.Web.UI.HtmlControls.HtmlImage 123 0
Header1:_ctl13 System.Web.UI.HtmlControls.HtmlImage 73 0
Header1:_ctl14 System.Web.UI.HtmlControls.HtmlAnchor 219 0
Header1:Image7 System.Web.UI.HtmlControls.HtmlImage 129 0
Header1:_ctl15 System.Web.UI.HtmlControls.HtmlImage 73 0
Header1:_ctl16 System.Web.UI.HtmlControls.HtmlAnchor 204 0
Header1:Image2 System.Web.UI.HtmlControls.HtmlImage 125 0
Header1:_ctl17 System.Web.UI.HtmlControls.HtmlImage 73 0
_ctl0 System.Web.UI.LiteralControl 2 0
Form1 System.Web.UI.HtmlControls.HtmlForm 107285 0
ValidationSummary1 System.Web.UI.WebControls.ValidationSummary 0 0
QueryPanel System.Web.UI.WebControls.Panel 71220 0
_ctl1 System.Web.UI.LiteralControl 143 0
txtRouteName System.Web.UI.WebControls.TextBox 110 0
_ctl2 System.Web.UI.LiteralControl 14 0
lnkViewRoute System.Web.UI.WebControls.HyperLink 121 128
_ctl3 System.Web.UI.LiteralControl 14 0
ValidateName System.Web.UI.WebControls.CustomValidator 6 0
_ctl4 System.Web.UI.ResourceBasedLiteralControl 271 0
chkDaysToGenerate System.Web.UI.WebControls.CheckBoxList 984 152
chkDaysToGenerate:6 System.Web.UI.WebControls.CheckBox 121 0
_ctl5 System.Web.UI.LiteralControl 123 0
rbRunOption System.Web.UI.WebControls.RadioButtonList 591 0
_ctl6 System.Web.UI.LiteralControl 91 0
txtDistance System.Web.UI.WebControls.TextBox 76 0
_ctl7 System.Web.UI.LiteralControl 11 0
cboUnitType System.Web.UI.WebControls.DropDownList 146 0
_ctl8 System.Web.UI.LiteralControl 113 0
tbResults System.Web.UI.WebControls.TextBox 88 0
_ctl9 System.Web.UI.LiteralControl 84 0
ValidateNum System.Web.UI.WebControls.RangeValidator 6 0
_ctl10 System.Web.UI.LiteralControl 94 0
chkCacheType System.Web.UI.HtmlControls.HtmlInputCheckBox 131 0
_ctl11 System.Web.UI.LiteralControl 42 0
cbTaxonomy System.Web.UI.WebControls.CheckBoxList 1558 404
cbTaxonomy:10 System.Web.UI.WebControls.CheckBox 116 0
_ctl12 System.Web.UI.LiteralControl 116 0
chkContainers System.Web.UI.HtmlControls.HtmlInputCheckBox 154 0
_ctl13 System.Web.UI.LiteralControl 46 0
cbContainers System.Web.UI.WebControls.CheckBoxList 948 204
cbContainers:6 System.Web.UI.WebControls.CheckBox 110 0
_ctl14 System.Web.UI.LiteralControl 130 0
cbOptions System.Web.UI.WebControls.CheckBoxList 1851 560
cbOptions:13 System.Web.UI.WebControls.CheckBox 124 0
_ctl15 System.Web.UI.LiteralControl 218 0
cbTerrain System.Web.UI.WebControls.CheckBox 117 0
_ctl16 System.Web.UI.LiteralControl 34 0
ddTerrain System.Web.UI.WebControls.DropDownList 222 0
_ctl17 System.Web.UI.LiteralControl 47 0
ddTerrainScore System.Web.UI.WebControls.DropDownList 388 0
_ctl18 System.Web.UI.LiteralControl 72 0
cbDifficulty System.Web.UI.WebControls.CheckBox 128 0
_ctl19 System.Web.UI.LiteralControl 34 0
ddDifficulty System.Web.UI.WebControls.DropDownList 228 0
_ctl20 System.Web.UI.LiteralControl 34 0
ddDifficultyScore System.Web.UI.WebControls.DropDownList 394 0
_ctl21 System.Web.UI.ResourceBasedLiteralControl 304 0
rbPlacedNone System.Web.UI.WebControls.RadioButton 93 0
_ctl22 System.Web.UI.LiteralControl 136 0
rbPlacedLast System.Web.UI.WebControls.RadioButton 75 0
_ctl23 System.Web.UI.LiteralControl 47 0
ddLastPlaced System.Web.UI.WebControls.DropDownList 224 0
_ctl24 System.Web.UI.LiteralControl 80 0
rbPlacedBetween System.Web.UI.WebControls.RadioButton 81 0
_ctl25 System.Web.UI.LiteralControl 43 0
DateTimeBegin ActiveUp.WebControls.ActiveDateTime 2270 180
_ctl26 System.Web.UI.LiteralControl 23 0
DateTimeEnd ActiveUp.WebControls.ActiveDateTime 2262 180
_ctl27 System.Web.UI.ResourceBasedLiteralControl 299 0
ctlAttrInclude ASP.AttributesListControl_ascx 25276 40
ctlAttrInclude:dtlAttributeIcons System.Web.UI.WebControls.DataList 25274 76
ctlAttrInclude:dtlAttributeIcons:_ctl0 System.Web.UI.WebControls.DataListItem 568 0
ctlAttrInclude:dtlAttributeIcons:_ctl0:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl0:imgAttribute System.Web.UI.WebControls.Image 257 220
ctlAttrInclude:dtlAttributeIcons:_ctl0:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl0:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrInclude:dtlAttributeIcons:_ctl0:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl1 System.Web.UI.WebControls.DataListItem 583 0
ctlAttrInclude:dtlAttributeIcons:_ctl1:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl1:imgAttribute System.Web.UI.WebControls.Image 272 240
ctlAttrInclude:dtlAttributeIcons:_ctl1:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl1:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrInclude:dtlAttributeIcons:_ctl1:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl2 System.Web.UI.WebControls.DataListItem 589 0
ctlAttrInclude:dtlAttributeIcons:_ctl2:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl2:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrInclude:dtlAttributeIcons:_ctl2:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl2:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrInclude:dtlAttributeIcons:_ctl2:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl3 System.Web.UI.WebControls.DataListItem 568 0
ctlAttrInclude:dtlAttributeIcons:_ctl3:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl3:imgAttribute System.Web.UI.WebControls.Image 257 220
ctlAttrInclude:dtlAttributeIcons:_ctl3:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl3:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrInclude:dtlAttributeIcons:_ctl3:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl4 System.Web.UI.WebControls.DataListItem 576 0
ctlAttrInclude:dtlAttributeIcons:_ctl4:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl4:imgAttribute System.Web.UI.WebControls.Image 265 232
ctlAttrInclude:dtlAttributeIcons:_ctl4:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl4:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrInclude:dtlAttributeIcons:_ctl4:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl5 System.Web.UI.WebControls.DataListItem 584 0
ctlAttrInclude:dtlAttributeIcons:_ctl5:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl5:imgAttribute System.Web.UI.WebControls.Image 273 244
ctlAttrInclude:dtlAttributeIcons:_ctl5:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl5:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrInclude:dtlAttributeIcons:_ctl5:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl6 System.Web.UI.WebControls.DataListItem 593 0
ctlAttrInclude:dtlAttributeIcons:_ctl6:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl6:imgAttribute System.Web.UI.WebControls.Image 282 256
ctlAttrInclude:dtlAttributeIcons:_ctl6:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl6:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrInclude:dtlAttributeIcons:_ctl6:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl7 System.Web.UI.WebControls.DataListItem 584 0
ctlAttrInclude:dtlAttributeIcons:_ctl7:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl7:imgAttribute System.Web.UI.WebControls.Image 273 244
ctlAttrInclude:dtlAttributeIcons:_ctl7:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl7:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrInclude:dtlAttributeIcons:_ctl7:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl8 System.Web.UI.WebControls.DataListItem 591 0
ctlAttrInclude:dtlAttributeIcons:_ctl8:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl8:imgAttribute System.Web.UI.WebControls.Image 279 252
ctlAttrInclude:dtlAttributeIcons:_ctl8:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl8:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 152 28
ctlAttrInclude:dtlAttributeIcons:_ctl8:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl9 System.Web.UI.WebControls.DataListItem 587 0
ctlAttrInclude:dtlAttributeIcons:_ctl9:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl9:imgAttribute System.Web.UI.WebControls.Image 275 244
ctlAttrInclude:dtlAttributeIcons:_ctl9:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl9:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 152 28
ctlAttrInclude:dtlAttributeIcons:_ctl9:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl10 System.Web.UI.WebControls.DataListItem 597 0
ctlAttrInclude:dtlAttributeIcons:_ctl10:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl10:imgAttribute System.Web.UI.WebControls.Image 283 256
ctlAttrInclude:dtlAttributeIcons:_ctl10:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl10:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl10:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl11 System.Web.UI.WebControls.DataListItem 601 0
ctlAttrInclude:dtlAttributeIcons:_ctl11:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl11:imgAttribute System.Web.UI.WebControls.Image 287 260
ctlAttrInclude:dtlAttributeIcons:_ctl11:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl11:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl11:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl12 System.Web.UI.WebControls.DataListItem 591 0
ctlAttrInclude:dtlAttributeIcons:_ctl12:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl12:imgAttribute System.Web.UI.WebControls.Image 277 248
ctlAttrInclude:dtlAttributeIcons:_ctl12:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl12:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl12:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl13 System.Web.UI.WebControls.DataListItem 596 0
ctlAttrInclude:dtlAttributeIcons:_ctl13:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl13:imgAttribute System.Web.UI.WebControls.Image 282 252
ctlAttrInclude:dtlAttributeIcons:_ctl13:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl13:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl13:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl14 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrInclude:dtlAttributeIcons:_ctl14:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl14:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrInclude:dtlAttributeIcons:_ctl14:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl14:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl14:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl15 System.Web.UI.WebControls.DataListItem 582 0
ctlAttrInclude:dtlAttributeIcons:_ctl15:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl15:imgAttribute System.Web.UI.WebControls.Image 268 236
ctlAttrInclude:dtlAttributeIcons:_ctl15:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl15:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl15:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl16 System.Web.UI.WebControls.DataListItem 587 0
ctlAttrInclude:dtlAttributeIcons:_ctl16:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl16:imgAttribute System.Web.UI.WebControls.Image 273 240
ctlAttrInclude:dtlAttributeIcons:_ctl16:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl16:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl16:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl17 System.Web.UI.WebControls.DataListItem 602 0
ctlAttrInclude:dtlAttributeIcons:_ctl17:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl17:imgAttribute System.Web.UI.WebControls.Image 288 260
ctlAttrInclude:dtlAttributeIcons:_ctl17:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl17:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl17:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl18 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrInclude:dtlAttributeIcons:_ctl18:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl18:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrInclude:dtlAttributeIcons:_ctl18:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl18:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl18:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl19 System.Web.UI.WebControls.DataListItem 585 0
ctlAttrInclude:dtlAttributeIcons:_ctl19:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl19:imgAttribute System.Web.UI.WebControls.Image 271 240
ctlAttrInclude:dtlAttributeIcons:_ctl19:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl19:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl19:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl20 System.Web.UI.WebControls.DataListItem 594 0
ctlAttrInclude:dtlAttributeIcons:_ctl20:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl20:imgAttribute System.Web.UI.WebControls.Image 280 252
ctlAttrInclude:dtlAttributeIcons:_ctl20:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl20:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl20:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl21 System.Web.UI.WebControls.DataListItem 576 0
ctlAttrInclude:dtlAttributeIcons:_ctl21:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl21:imgAttribute System.Web.UI.WebControls.Image 262 228
ctlAttrInclude:dtlAttributeIcons:_ctl21:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl21:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl21:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl22 System.Web.UI.WebControls.DataListItem 588 0
ctlAttrInclude:dtlAttributeIcons:_ctl22:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl22:imgAttribute System.Web.UI.WebControls.Image 274 244
ctlAttrInclude:dtlAttributeIcons:_ctl22:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl22:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl22:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl23 System.Web.UI.WebControls.DataListItem 594 0
ctlAttrInclude:dtlAttributeIcons:_ctl23:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl23:imgAttribute System.Web.UI.WebControls.Image 280 252
ctlAttrInclude:dtlAttributeIcons:_ctl23:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl23:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl23:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl24 System.Web.UI.WebControls.DataListItem 588 0
ctlAttrInclude:dtlAttributeIcons:_ctl24:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl24:imgAttribute System.Web.UI.WebControls.Image 274 244
ctlAttrInclude:dtlAttributeIcons:_ctl24:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl24:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl24:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl25 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrInclude:dtlAttributeIcons:_ctl25:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl25:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrInclude:dtlAttributeIcons:_ctl25:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl25:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl25:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl26 System.Web.UI.WebControls.DataListItem 577 0
ctlAttrInclude:dtlAttributeIcons:_ctl26:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl26:imgAttribute System.Web.UI.WebControls.Image 263 228
ctlAttrInclude:dtlAttributeIcons:_ctl26:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl26:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl26:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl27 System.Web.UI.WebControls.DataListItem 579 0
ctlAttrInclude:dtlAttributeIcons:_ctl27:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl27:imgAttribute System.Web.UI.WebControls.Image 265 232
ctlAttrInclude:dtlAttributeIcons:_ctl27:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl27:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl27:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl28 System.Web.UI.WebControls.DataListItem 576 0
ctlAttrInclude:dtlAttributeIcons:_ctl28:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl28:imgAttribute System.Web.UI.WebControls.Image 262 228
ctlAttrInclude:dtlAttributeIcons:_ctl28:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl28:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl28:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl29 System.Web.UI.WebControls.DataListItem 584 0
ctlAttrInclude:dtlAttributeIcons:_ctl29:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl29:imgAttribute System.Web.UI.WebControls.Image 270 236
ctlAttrInclude:dtlAttributeIcons:_ctl29:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl29:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl29:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl30 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrInclude:dtlAttributeIcons:_ctl30:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl30:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrInclude:dtlAttributeIcons:_ctl30:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl30:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl30:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl31 System.Web.UI.WebControls.DataListItem 594 0
ctlAttrInclude:dtlAttributeIcons:_ctl31:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl31:imgAttribute System.Web.UI.WebControls.Image 280 252
ctlAttrInclude:dtlAttributeIcons:_ctl31:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl31:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl31:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl32 System.Web.UI.WebControls.DataListItem 593 0
ctlAttrInclude:dtlAttributeIcons:_ctl32:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl32:imgAttribute System.Web.UI.WebControls.Image 279 248
ctlAttrInclude:dtlAttributeIcons:_ctl32:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl32:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl32:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl33 System.Web.UI.WebControls.DataListItem 579 0
ctlAttrInclude:dtlAttributeIcons:_ctl33:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl33:imgAttribute System.Web.UI.WebControls.Image 265 232
ctlAttrInclude:dtlAttributeIcons:_ctl33:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl33:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl33:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl34 System.Web.UI.WebControls.DataListItem 583 0
ctlAttrInclude:dtlAttributeIcons:_ctl34:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl34:imgAttribute System.Web.UI.WebControls.Image 270 236
ctlAttrInclude:dtlAttributeIcons:_ctl34:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl34:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 153 24
ctlAttrInclude:dtlAttributeIcons:_ctl34:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl35 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrInclude:dtlAttributeIcons:_ctl35:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl35:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrInclude:dtlAttributeIcons:_ctl35:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl35:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl35:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl36 System.Web.UI.WebControls.DataListItem 602 0
ctlAttrInclude:dtlAttributeIcons:_ctl36:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl36:imgAttribute System.Web.UI.WebControls.Image 288 260
ctlAttrInclude:dtlAttributeIcons:_ctl36:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl36:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl36:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl37 System.Web.UI.WebControls.DataListItem 587 0
ctlAttrInclude:dtlAttributeIcons:_ctl37:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl37:imgAttribute System.Web.UI.WebControls.Image 273 240
ctlAttrInclude:dtlAttributeIcons:_ctl37:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl37:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl37:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl38 System.Web.UI.WebControls.DataListItem 591 0
ctlAttrInclude:dtlAttributeIcons:_ctl38:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl38:imgAttribute System.Web.UI.WebControls.Image 277 248
ctlAttrInclude:dtlAttributeIcons:_ctl38:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl38:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl38:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl39 System.Web.UI.WebControls.DataListItem 596 0
ctlAttrInclude:dtlAttributeIcons:_ctl39:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl39:imgAttribute System.Web.UI.WebControls.Image 282 252
ctlAttrInclude:dtlAttributeIcons:_ctl39:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl39:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl39:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl40 System.Web.UI.WebControls.DataListItem 594 0
ctlAttrInclude:dtlAttributeIcons:_ctl40:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl40:imgAttribute System.Web.UI.WebControls.Image 280 252
ctlAttrInclude:dtlAttributeIcons:_ctl40:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl40:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl40:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:dtlAttributeIcons:_ctl41 System.Web.UI.WebControls.DataListItem 586 0
ctlAttrInclude:dtlAttributeIcons:_ctl41:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrInclude:dtlAttributeIcons:_ctl41:imgAttribute System.Web.UI.WebControls.Image 272 240
ctlAttrInclude:dtlAttributeIcons:_ctl41:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrInclude:dtlAttributeIcons:_ctl41:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrInclude:dtlAttributeIcons:_ctl41:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrInclude:_ctl0 System.Web.UI.LiteralControl 2 0
_ctl28 System.Web.UI.LiteralControl 241 0
ctlAttrExclude ASP.AttributesListControl_ascx 25276 40
ctlAttrExclude:dtlAttributeIcons System.Web.UI.WebControls.DataList 25274 76
ctlAttrExclude:dtlAttributeIcons:_ctl0 System.Web.UI.WebControls.DataListItem 568 0
ctlAttrExclude:dtlAttributeIcons:_ctl0:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl0:imgAttribute System.Web.UI.WebControls.Image 257 220
ctlAttrExclude:dtlAttributeIcons:_ctl0:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl0:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrExclude:dtlAttributeIcons:_ctl0:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl1 System.Web.UI.WebControls.DataListItem 583 0
ctlAttrExclude:dtlAttributeIcons:_ctl1:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl1:imgAttribute System.Web.UI.WebControls.Image 272 240
ctlAttrExclude:dtlAttributeIcons:_ctl1:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl1:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrExclude:dtlAttributeIcons:_ctl1:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl2 System.Web.UI.WebControls.DataListItem 589 0
ctlAttrExclude:dtlAttributeIcons:_ctl2:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl2:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrExclude:dtlAttributeIcons:_ctl2:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl2:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrExclude:dtlAttributeIcons:_ctl2:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl3 System.Web.UI.WebControls.DataListItem 568 0
ctlAttrExclude:dtlAttributeIcons:_ctl3:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl3:imgAttribute System.Web.UI.WebControls.Image 257 220
ctlAttrExclude:dtlAttributeIcons:_ctl3:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl3:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrExclude:dtlAttributeIcons:_ctl3:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl4 System.Web.UI.WebControls.DataListItem 576 0
ctlAttrExclude:dtlAttributeIcons:_ctl4:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl4:imgAttribute System.Web.UI.WebControls.Image 265 232
ctlAttrExclude:dtlAttributeIcons:_ctl4:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl4:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrExclude:dtlAttributeIcons:_ctl4:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl5 System.Web.UI.WebControls.DataListItem 584 0
ctlAttrExclude:dtlAttributeIcons:_ctl5:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl5:imgAttribute System.Web.UI.WebControls.Image 273 244
ctlAttrExclude:dtlAttributeIcons:_ctl5:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl5:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrExclude:dtlAttributeIcons:_ctl5:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl6 System.Web.UI.WebControls.DataListItem 593 0
ctlAttrExclude:dtlAttributeIcons:_ctl6:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl6:imgAttribute System.Web.UI.WebControls.Image 282 256
ctlAttrExclude:dtlAttributeIcons:_ctl6:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl6:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrExclude:dtlAttributeIcons:_ctl6:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl7 System.Web.UI.WebControls.DataListItem 584 0
ctlAttrExclude:dtlAttributeIcons:_ctl7:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl7:imgAttribute System.Web.UI.WebControls.Image 273 244
ctlAttrExclude:dtlAttributeIcons:_ctl7:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl7:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 151 24
ctlAttrExclude:dtlAttributeIcons:_ctl7:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl8 System.Web.UI.WebControls.DataListItem 591 0
ctlAttrExclude:dtlAttributeIcons:_ctl8:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl8:imgAttribute System.Web.UI.WebControls.Image 279 252
ctlAttrExclude:dtlAttributeIcons:_ctl8:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl8:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 152 28
ctlAttrExclude:dtlAttributeIcons:_ctl8:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl9 System.Web.UI.WebControls.DataListItem 587 0
ctlAttrExclude:dtlAttributeIcons:_ctl9:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl9:imgAttribute System.Web.UI.WebControls.Image 275 244
ctlAttrExclude:dtlAttributeIcons:_ctl9:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl9:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 152 28
ctlAttrExclude:dtlAttributeIcons:_ctl9:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl10 System.Web.UI.WebControls.DataListItem 597 0
ctlAttrExclude:dtlAttributeIcons:_ctl10:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl10:imgAttribute System.Web.UI.WebControls.Image 283 256
ctlAttrExclude:dtlAttributeIcons:_ctl10:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl10:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl10:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl11 System.Web.UI.WebControls.DataListItem 601 0
ctlAttrExclude:dtlAttributeIcons:_ctl11:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl11:imgAttribute System.Web.UI.WebControls.Image 287 260
ctlAttrExclude:dtlAttributeIcons:_ctl11:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl11:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl11:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl12 System.Web.UI.WebControls.DataListItem 591 0
ctlAttrExclude:dtlAttributeIcons:_ctl12:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl12:imgAttribute System.Web.UI.WebControls.Image 277 248
ctlAttrExclude:dtlAttributeIcons:_ctl12:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl12:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl12:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl13 System.Web.UI.WebControls.DataListItem 596 0
ctlAttrExclude:dtlAttributeIcons:_ctl13:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl13:imgAttribute System.Web.UI.WebControls.Image 282 252
ctlAttrExclude:dtlAttributeIcons:_ctl13:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl13:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl13:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl14 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrExclude:dtlAttributeIcons:_ctl14:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl14:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrExclude:dtlAttributeIcons:_ctl14:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl14:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl14:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl15 System.Web.UI.WebControls.DataListItem 582 0
ctlAttrExclude:dtlAttributeIcons:_ctl15:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl15:imgAttribute System.Web.UI.WebControls.Image 268 236
ctlAttrExclude:dtlAttributeIcons:_ctl15:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl15:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl15:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl16 System.Web.UI.WebControls.DataListItem 587 0
ctlAttrExclude:dtlAttributeIcons:_ctl16:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl16:imgAttribute System.Web.UI.WebControls.Image 273 240
ctlAttrExclude:dtlAttributeIcons:_ctl16:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl16:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl16:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl17 System.Web.UI.WebControls.DataListItem 602 0
ctlAttrExclude:dtlAttributeIcons:_ctl17:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl17:imgAttribute System.Web.UI.WebControls.Image 288 260
ctlAttrExclude:dtlAttributeIcons:_ctl17:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl17:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl17:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl18 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrExclude:dtlAttributeIcons:_ctl18:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl18:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrExclude:dtlAttributeIcons:_ctl18:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl18:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl18:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl19 System.Web.UI.WebControls.DataListItem 585 0
ctlAttrExclude:dtlAttributeIcons:_ctl19:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl19:imgAttribute System.Web.UI.WebControls.Image 271 240
ctlAttrExclude:dtlAttributeIcons:_ctl19:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl19:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl19:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl20 System.Web.UI.WebControls.DataListItem 594 0
ctlAttrExclude:dtlAttributeIcons:_ctl20:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl20:imgAttribute System.Web.UI.WebControls.Image 280 252
ctlAttrExclude:dtlAttributeIcons:_ctl20:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl20:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl20:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl21 System.Web.UI.WebControls.DataListItem 576 0
ctlAttrExclude:dtlAttributeIcons:_ctl21:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl21:imgAttribute System.Web.UI.WebControls.Image 262 228
ctlAttrExclude:dtlAttributeIcons:_ctl21:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl21:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl21:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl22 System.Web.UI.WebControls.DataListItem 588 0
ctlAttrExclude:dtlAttributeIcons:_ctl22:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl22:imgAttribute System.Web.UI.WebControls.Image 274 244
ctlAttrExclude:dtlAttributeIcons:_ctl22:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl22:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl22:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl23 System.Web.UI.WebControls.DataListItem 594 0
ctlAttrExclude:dtlAttributeIcons:_ctl23:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl23:imgAttribute System.Web.UI.WebControls.Image 280 252
ctlAttrExclude:dtlAttributeIcons:_ctl23:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl23:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl23:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl24 System.Web.UI.WebControls.DataListItem 588 0
ctlAttrExclude:dtlAttributeIcons:_ctl24:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl24:imgAttribute System.Web.UI.WebControls.Image 274 244
ctlAttrExclude:dtlAttributeIcons:_ctl24:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl24:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl24:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl25 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrExclude:dtlAttributeIcons:_ctl25:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl25:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrExclude:dtlAttributeIcons:_ctl25:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl25:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl25:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl26 System.Web.UI.WebControls.DataListItem 577 0
ctlAttrExclude:dtlAttributeIcons:_ctl26:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl26:imgAttribute System.Web.UI.WebControls.Image 263 228
ctlAttrExclude:dtlAttributeIcons:_ctl26:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl26:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl26:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl27 System.Web.UI.WebControls.DataListItem 579 0
ctlAttrExclude:dtlAttributeIcons:_ctl27:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl27:imgAttribute System.Web.UI.WebControls.Image 265 232
ctlAttrExclude:dtlAttributeIcons:_ctl27:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl27:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl27:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl28 System.Web.UI.WebControls.DataListItem 576 0
ctlAttrExclude:dtlAttributeIcons:_ctl28:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl28:imgAttribute System.Web.UI.WebControls.Image 262 228
ctlAttrExclude:dtlAttributeIcons:_ctl28:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl28:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl28:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl29 System.Web.UI.WebControls.DataListItem 584 0
ctlAttrExclude:dtlAttributeIcons:_ctl29:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl29:imgAttribute System.Web.UI.WebControls.Image 270 236
ctlAttrExclude:dtlAttributeIcons:_ctl29:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl29:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl29:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl30 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrExclude:dtlAttributeIcons:_ctl30:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl30:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrExclude:dtlAttributeIcons:_ctl30:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl30:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl30:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl31 System.Web.UI.WebControls.DataListItem 594 0
ctlAttrExclude:dtlAttributeIcons:_ctl31:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl31:imgAttribute System.Web.UI.WebControls.Image 280 252
ctlAttrExclude:dtlAttributeIcons:_ctl31:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl31:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl31:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl32 System.Web.UI.WebControls.DataListItem 593 0
ctlAttrExclude:dtlAttributeIcons:_ctl32:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl32:imgAttribute System.Web.UI.WebControls.Image 279 248
ctlAttrExclude:dtlAttributeIcons:_ctl32:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl32:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl32:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl33 System.Web.UI.WebControls.DataListItem 579 0
ctlAttrExclude:dtlAttributeIcons:_ctl33:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl33:imgAttribute System.Web.UI.WebControls.Image 265 232
ctlAttrExclude:dtlAttributeIcons:_ctl33:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl33:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl33:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl34 System.Web.UI.WebControls.DataListItem 583 0
ctlAttrExclude:dtlAttributeIcons:_ctl34:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl34:imgAttribute System.Web.UI.WebControls.Image 270 236
ctlAttrExclude:dtlAttributeIcons:_ctl34:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl34:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 153 24
ctlAttrExclude:dtlAttributeIcons:_ctl34:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl35 System.Web.UI.WebControls.DataListItem 592 0
ctlAttrExclude:dtlAttributeIcons:_ctl35:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl35:imgAttribute System.Web.UI.WebControls.Image 278 248
ctlAttrExclude:dtlAttributeIcons:_ctl35:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl35:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl35:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl36 System.Web.UI.WebControls.DataListItem 602 0
ctlAttrExclude:dtlAttributeIcons:_ctl36:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl36:imgAttribute System.Web.UI.WebControls.Image 288 260
ctlAttrExclude:dtlAttributeIcons:_ctl36:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl36:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl36:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl37 System.Web.UI.WebControls.DataListItem 587 0
ctlAttrExclude:dtlAttributeIcons:_ctl37:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl37:imgAttribute System.Web.UI.WebControls.Image 273 240
ctlAttrExclude:dtlAttributeIcons:_ctl37:_ctl1 System.Web.UI.LiteralControl 10 0
ctlAttrExclude:dtlAttributeIcons:_ctl37:hidInput System.Web.UI.HtmlControls.HtmlInputHidden 154 28
ctlAttrExclude:dtlAttributeIcons:_ctl37:_ctl2 System.Web.UI.LiteralControl 3 0
ctlAttrExclude:dtlAttributeIcons:_ctl38 System.Web.UI.WebControls.DataListItem 591 0
ctlAttrExclude:dtlAttributeIcons:_ctl38:_ctl0 System.Web.UI.LiteralControl 147 0
ctlAttrExclude:dtlAttributeIcons:_ctl38:imgAttribute System.Web.UI.WebControls.Image 277
Archived/Unarchived Cache notifications & queries
in Website
Posted
Personally I would be very happy if you could just get a PQ on caches archived in the last 7 days, and I would not mind of the coordinates were rounded off and the description was truncated. I am not really interested in finding old caches, I spend a fair amount of time maintaining a gsak database for my local caches and would like to have a positive way to know that a cache that I downloaded earlier in the week is no longer there and I should not try to find it. It would also be a good way to know that an area has opened up for new caches.
As it is the only way is by using the notifications, but you have to setup one notification for each cache type you are interested in.