An error occurred while evaluating the expression:
if (Not IsDefined("stLocal")) { stLocal = StructNew(); } stLink = StructNew(); stLink["EndorseForm"] = "http://bit.ly/EndorseNoOnO"; stLink["Flyer"] = "http://bit.ly/NoOnOFlyer-01"; stLink["SignupForm"] = "http://bit.ly/WVUSDBond"; // Replace TRACKNO with the actual number. // stLink["SoundCloudTemplate"] = ""; stLink["SoundCloudTemplate"] = ""; // Replace VIDEONO with the actual video ID. stLink["YouTubeTemplate"] = ""; /* SoundCloud recordings. 222933713 2015/09/05 Wvusd - Door - Knocking Example Usage: stPage.Audio = Replace(stLink.SoundCloudTemplate, "TRACKNO", "227981664"); */ /* YouTube videos Dr8kSXTGJB0 Michael West at Collegewood Example Usage: stPage.Video = Replace(stLink.YouTubeTemplate, "VIDEONO", "Dr8kSXTGJB0"); */ stLocal["ii"] = "0"; stLocal["This"] = ""; stLocal["PageAudio"] = ""; stLocal["PageOrder"] = ""; stLocal["PageVideo"] = ""; stLocal["MediaList"] = "M01"; stMedia = StructNew(); for (stLocal.ii = 1; stLocal.ii LTE ListLen(stLocal.MediaList); stLocal.ii = stLocal.ii + 1) { stLocal.This = ListGetAt(stLocal.MediaList, stLocal.ii); stMedia[stLocal.This] = StructNew(); stMedia[stLocal.This]["Desc"] = ""; stMedia[stLocal.This]["Title"] = ""; stMedia[stLocal.This]["Type"] = ""; stMedia[stLocal.This]["URL"] = ""; } stMedia.M01["Desc"] = "Overview of what we were able to find just by walking around. What was promised in 2007 with Measures S and Y? What's not been delivered? Why won't the district account for where it spent the money?"; stMedia.M01["Title"] = "WVUSD's Trail of Broken Promises ##1"; stMedia.M01["Type"] = "Video"; stMedia.M01["URL"] = Replace(stLink.YouTubeTemplate, "VIDEONO", "Dr8kSXTGJB0"); stLocal["Script"] = stPage.Page; stLocal["SiteBanner"] = stPage.Banner; stLocal["SiteTag"] = stPage.BannerTag; if (stPage.NameKey Eq "ballotargumentreferral") { stLocal.SiteBanner = stPage.Title; stLocal.SiteTag = "Why is #stMeasure.Agency# deceiving you?"; if (Left(stMeasure.Slogan, 17) NEq "We'd rather spend") { stLocal.SiteTag = stMeasure.Slogan; } } stLocal.PageAudio = stPage.Audio; stLocal.PageOrder = stPage.Order; stLocal.PageVideo = stPage.Video; // Place an image from a school with a bond in the page header. stLocal["ConfigFile"] = ExpandPath("measure.ini"); stLocal["ImageSourceList"] = "48,0607800,0600019,0619320,617040,84,0625470,66,33"; stLocal["Random"] = (DayOfYear(Now()) Mod ListLen(stLocal.ImageSourceList)) + 1; stLocal["ImageIndex"] = ListGetAt(stLocal.ImageSourceList, stLocal.Random); stMeasure = stLoadIniSection(stLocal.ConfigFile, stLocal.ImageIndex, stLocal.ImageIndex); // 2016-09-10: For a page that displays a measure, get the specifics. stLocal["Index"] = ""; if (StructKeyExists(URL, "y") And StructKeyExists(URL, "e") And StructKeyExists(URL, "c") And StructKeyExists(URL, "m")) { // Determine if a measure configuration file exists for the specified election. if (FileExists(ExpandPath(".") & "\measure-" & URL.y & "-" & URL.e & ".ini")) { stLocal.ConfigFile = ExpandPath("measure-" & URL.y & "-" & URL.e & ".ini"); stLocal.Index = GetProfileString(stLocal.ConfigFile, "Index", URL.y & "," & URL.e & "," & URL.c & "," & URL.m); stMeasure = stLoadIniSection(stLocal.ConfigFile, stLocal.Index, stLocal.Index); } } if (stMeasure.ImageWidth GT "360" Or stMeasure.ImageWidth Eq "") { stMeasure.ImageWidth = "360"; }Error near line 87, column 36.
Error resolving parameter STMEASURE.IMAGEWIDTH
The object IMAGEWIDTH is not present in the scope named STMEASURE. It is likely that you have misspelled the name of the object you are trying to access.
()
Please go back to the previous page to make corrections.