##Header ##Scripts
{ targetObject = "##this" ##if listconditions.FoundTop bFoundTop = 1 ##endif ##if listconditions.FoundBottom bFoundBottom = 1 ##endif ##if listconditions.PausedDown bPausedDown = 1 ##endif ##if listconditions.StartHandle strStartHandle = ##listconditions.StartHandle ##endif ##if listconditions.EndHandle strEndHandle = ##listconditions.EndHandle ##endif ##if request.RequestId requestId = "##request.RequestId" ##endif ##if request.dateReq dateReq = "##request.dateReq" ##endif ##if error.Level errorOccured = 1 errorLevel = "##error.Level" errorNumber = "##error.Number" errorDescription = ##error.AsJscriptLIT(Description) ##else errorOccured = 0 ##endif } ##formatter.TextRender()