Skip to content

Commit c016135

Browse files
authored
Merge pull request #41 from whalebot-helmsman/master
Fix annotations
2 parents f656552 + 3aeb2d6 commit c016135

File tree

8 files changed

+330
-310
lines changed

8 files changed

+330
-310
lines changed

webstruct_data/corpus/business_pages/wa/153.html

Lines changed: 49 additions & 44 deletions
Large diffs are not rendered by default.

webstruct_data/corpus/business_pages/wa/22.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* This notice MUST stay intact for legal use
5252
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
5353
***********************************************/
54-
54+
5555
var fadeimages=new Array()
5656
//SET IMAGE PATHS. Extend or contract array as needed
5757
fadeimages[0]=["images/slide21.jpg", "", ""] //plain image syntax
@@ -67,13 +67,13 @@
6767
fadeimages[10]=["images/slide23.jpg", "", ""] //plain image syntax
6868
var fadebgcolor="#CAEEFF"
6969
////NO need to edit beyond here/////////////
70-
70+
7171
var fadearray=new Array() //array to cache fadeshow instances
7272
var fadeclear=new Array() //array to cache corresponding clearinterval pointers
73-
73+
7474
var dom=(document.getElementById) //modern dom browsers
7575
var iebrowser=document.all
76-
76+
7777
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
7878
this.pausecheck=pause
7979
this.mouseovercheck=0
@@ -94,15 +94,15 @@
9494
this.postimages[p]=new Image()
9595
this.postimages[p].src=theimages[p][0]
9696
}
97-
97+
9898
var fadewidth=fadewidth+this.imageborder*2
9999
var fadeheight=fadeheight+this.imageborder*2
100-
100+
101101
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
102102
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"></div></div>')
103103
else
104104
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
105-
105+
106106
if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
107107
this.startit()
108108
else{
@@ -136,7 +136,7 @@
136136
setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
137137
}
138138
}
139-
139+
140140
fadeshow.prototype.populateslide=function(picobj, picindex){
141141
var slideHTML=""
142142
if (this.theimages[picindex][1]!="") //if associated link exists for image
@@ -146,8 +146,8 @@
146146
slideHTML+='</a>'
147147
picobj.innerHTML=slideHTML
148148
}
149-
150-
149+
150+
151151
fadeshow.prototype.rotateimage=function(){
152152
if (this.pausecheck==1) //if pause onMouseover enabled, cache object
153153
var cacheobj=this
@@ -166,7 +166,7 @@
166166
}
167167
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
168168
}
169-
169+
170170
fadeshow.prototype.resetit=function(){
171171
this.degree=10
172172
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
@@ -183,8 +183,8 @@
183183
else if (crossobj.style.opacity&&!crossobj.filters)
184184
crossobj.style.opacity=this.degree/101
185185
}
186-
187-
186+
187+
188188
fadeshow.prototype.startit=function(){
189189
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
190190
this.populateslide(crossobj, this.curimageindex)
@@ -405,7 +405,7 @@
405405
<td><script type="text/javascript">
406406
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
407407
new fadeshow(fadeimages, 750, 410, 0, 6000, 1, "")
408-
408+
409409
</script><div id="master0" style="position:relative;width:750px;height:410px;overflow:hidden;"><div id="canvas0_0" style="position: absolute; width: 750px; height: 410px; top: 0px; left: 0px; opacity: 0.990099; background-color: rgb(202, 238, 255); z-index: 12;"><img src="http://www.peacearchbusinesscenter.com/images/slide08.jpg" border="0px"></div><div id="canvas0_1" style="position: absolute; width: 750px; height: 410px; top: 0px; left: 0px; opacity: 0.990099; background-color: rgb(202, 238, 255); z-index: 11;"><img src="http://www.peacearchbusinesscenter.com/images/slide13.jpg" border="0px"></div></div><div id="master0" style="position:relative;width:750px;height:410px;overflow:hidden;"><div id="canvas0_0" style="position: absolute; width: 750px; height: 410px; top: 0px; left: 0px; opacity: 0.990099; background-color: rgb(202, 238, 255); z-index: 1;"><img src="http://www.peacearchbusinesscenter.com/images/slide09.jpg" border="0px"></div><div id="canvas0_1" style="position: absolute; width: 750px; height: 410px; top: 0px; left: 0px; opacity: 0.990099; background-color: rgb(202, 238, 255); z-index: 1;"><img src="http://www.peacearchbusinesscenter.com/images/slide15.jpg" border="0px"></div></div></td>
410410
</tr>
411411
</tbody></table></td>
@@ -446,9 +446,9 @@
446446
<tr>
447447
<td align="left" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="1000">
448448
<tbody><tr>
449-
<td align="left" valign="top" width="250"><div class="someclass" id="pscroller1" style="position: relative; overflow: hidden"><div class="innerDiv" id="pscroller11" style="position: absolute; width: 237px; top: 212px;">"I am happy to have chosen Peace Arch Business Center for all of my business support needs. A great environment to conduct business<br>with an international flavor right here<br>in the north county and next door to lower mainland British Columbia, Canada."<br><br><strong><em>Mike Leigh, Principle,<br>Strategic Management LLC</em></strong></div><div class="innerDiv" id="pscroller12" style="position: absolute; width: 237px; visibility: visible; top: 5px;">"We are delighted Peace Arch Business Center is here. What a great idea!"<br><br><strong><em>Mike Kent, Realtor,<br>Windermere Real Estate<br>Whatcom County, Inc.</em></strong></div></div><br><div id="pscroller1" class="someclass" style="position: relative; overflow: hidden"><div class="innerDiv" style="position: absolute; width: 100%" id="pscroller11">"I am happy to have chosen Peace Arch Business Center for all of my business support needs. A great environment to conduct business<br>with an international flavor right here<br>in the north county and next door to lower mainland British Columbia, Canada."<br><br><strong><em><span style="color:#000000; background-color:#FF0000;" wa-subtypes="" wa-id="484" title="PER" wa-type="PER" class="WebAnnotator_PER">Mike Leigh</span>, <span style="color:#000000; background-color:#33FF33;" wa-subtypes="" wa-id="485" title="FUNC" wa-type="FUNC" class="WebAnnotator_FUNC">Principle</span>,<br><span style="color:#000000; background-color:#33CCFF;" wa-subtypes="" wa-id="486" title="ORG" wa-type="ORG" class="WebAnnotator_ORG">Strategic Management LLC</span></em></strong></div><div class="innerDiv" style="position: absolute; width: 100%; visibility: hidden" id="pscroller12">"We are delighted Peace Arch Business Center is here. What a great idea!"<br><br><strong><em>Mike Kent, Realtor,<br>Windermere Real Estate<br>Whatcom County, Inc.</em></strong></div></div><br><table border="0" cellpadding="0" cellspacing="0" width="250">
449+
<td align="left" valign="top" width="250"><div class="someclass" id="pscroller1" style="position: relative; overflow: hidden"><div class="innerDiv" id="pscroller11" style="position: absolute; width: 237px; top: 212px;">"I am happy to have chosen Peace Arch Business Center for all of my business support needs. A great environment to conduct business<br>with an international flavor right here<br>in the north county and next door to lower mainland British Columbia, Canada."<br><br><strong><em><span style="color:#000000; background-color:#FF0000;" wa-subtypes="" wa-id="904" title="PER" wa-type="PER" class="WebAnnotator_PER">Mike Leigh</span>, <span style="color:#000000; background-color:#33FF33;" wa-subtypes="" wa-id="905" title="FUNC" wa-type="FUNC" class="WebAnnotator_FUNC">Principle</span>,<br><span style="color:#000000; background-color:#33CCFF;" wa-subtypes="" wa-id="906" title="ORG" wa-type="ORG" class="WebAnnotator_ORG">Strategic Management LLC</span></em></strong></div><div class="innerDiv" id="pscroller12" style="position: absolute; width: 237px; visibility: visible; top: 5px;">"We are delighted Peace Arch Business Center is here. What a great idea!"<br><br><strong><em><span style="color:#000000; background-color:#FF0000;" wa-subtypes="" wa-id="900" title="PER" wa-type="PER" class="WebAnnotator_PER">Mike Kent</span>, <span style="color:#000000; background-color:#33FF33;" wa-subtypes="" wa-id="901" title="FUNC" wa-type="FUNC" class="WebAnnotator_FUNC">Realtor</span>,<br><span style="color:#000000; background-color:#33CCFF;" wa-subtypes="" wa-id="902" title="ORG" wa-type="ORG" class="WebAnnotator_ORG">Windermere Real Estate</span><br><span style="color:#000000; background-color:#33CCFF;" wa-subtypes="" wa-id="903" title="ORG" wa-type="ORG" class="WebAnnotator_ORG">Whatcom County, Inc.</span></em></strong></div></div><br><div id="pscroller1" class="someclass" style="position: relative; overflow: hidden"><div class="innerDiv" style="position: absolute; width: 100%" id="pscroller11">"I am happy to have chosen Peace Arch Business Center for all of my business support needs. A great environment to conduct business<br>with an international flavor right here<br>in the north county and next door to lower mainland British Columbia, Canada."<br><br><strong><em><span style="color:#000000; background-color:#FF0000;" wa-subtypes="" wa-id="484" title="PER" wa-type="PER" class="WebAnnotator_PER">Mike Leigh</span>, <span style="color:#000000; background-color:#33FF33;" wa-subtypes="" wa-id="485" title="FUNC" wa-type="FUNC" class="WebAnnotator_FUNC">Principle</span>,<br><span style="color:#000000; background-color:#33CCFF;" wa-subtypes="" wa-id="486" title="ORG" wa-type="ORG" class="WebAnnotator_ORG">Strategic Management LLC</span></em></strong></div><div class="innerDiv" style="position: absolute; width: 100%; visibility: hidden" id="pscroller12">"We are delighted Peace Arch Business Center is here. What a great idea!"<br><br><strong><em>Mike Kent, Realtor,<br>Windermere Real Estate<br>Whatcom County, Inc.</em></strong></div></div><br><table border="0" cellpadding="0" cellspacing="0" width="250">
450450
<tbody><tr>
451-
451+
452452
<script type="text/javascript">
453453

454454
//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds)
@@ -459,7 +459,7 @@
459459

460460
</script>
461461

462-
462+
463463
</tr>
464464
</tbody></table></td>
465465
<td align="left" valign="top" width="10"><img src="images/10x10trans.png" height="10" width="10"></td>
@@ -471,9 +471,9 @@
471471
</tr>
472472
<tr>
473473
<td align="left" valign="top">
474-
474+
475475
<p><small><a href="https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=8105+Birch+Bay+Square+Street,+Blaine+WA+98230&amp;aq=&amp;sll=48.753312,-122.46131&amp;sspn=0.16886,0.308647&amp;ie=UTF8&amp;hq=&amp;hnear=8105+Birch+Bay+Square+St,+Blaine,+Whatcom,+Washington+98230&amp;t=m&amp;ll=48.93592,-122.661753&amp;spn=0.011276,0.020514&amp;z=14" class="style1" style="color:#0000FF;text-align:left" target="_blank">View Larger Map</a></small>
476-
476+
477477
</p></td>
478478
</tr>
479479
<tr>
@@ -583,4 +583,4 @@
583583

584584

585585

586-
</body><wa-color id="WA-color-0" bg="#33CCFF" fg="#000000" class="WebAnnotator_ORG" type="ORG"></wa-color><wa-color id="WA-color-1" bg="#FF0000" fg="#000000" class="WebAnnotator_PER" type="PER"></wa-color><wa-color id="WA-color-2" bg="#33FF33" fg="#000000" class="WebAnnotator_FUNC" type="FUNC"></wa-color><wa-color id="WA-color-3" bg="#CC66CC" fg="#000000" class="WebAnnotator_TEL" type="TEL"></wa-color><wa-color id="WA-color-4" bg="#FF9900" fg="#000000" class="WebAnnotator_FAX" type="FAX"></wa-color><wa-color id="WA-color-5" bg="#99FFFF" fg="#000000" class="WebAnnotator_EMAIL" type="EMAIL"></wa-color><wa-color id="WA-color-6" bg="#FF6666" fg="#000000" class="WebAnnotator_HOURS" type="HOURS"></wa-color><wa-color id="WA-color-7" bg="#66FF99" fg="#000000" class="WebAnnotator_SUBJ" type="SUBJ"></wa-color><wa-color id="WA-color-8" bg="#3333FF" fg="#FFFFFF" class="WebAnnotator_STREET" type="STREET"></wa-color><wa-color id="WA-color-9" bg="#660000" fg="#FFFFFF" class="WebAnnotator_CITY" type="CITY"></wa-color><wa-color id="WA-color-10" bg="#006600" fg="#FFFFFF" class="WebAnnotator_STATE" type="STATE"></wa-color><wa-color id="WA-color-11" bg="#663366" fg="#FFFFFF" class="WebAnnotator_ZIPCODE" type="ZIPCODE"></wa-color><wa-color id="WA-color-12" bg="#993300" fg="#FFFFFF" class="WebAnnotator_COUNTRY" type="COUNTRY"></wa-color><wa-title style="box-shadow:0 0 1em black;border:2px solid blue;padding:0.5em;">Virtual Offices | Office-Meeting Rooms | U.S. Business Presence for Foreign Companies | Bellingham &amp;amp; Whatcom County</wa-title></html>
586+
</body><wa-color id="WA-color-0" bg="#33CCFF" fg="#000000" class="WebAnnotator_ORG" type="ORG"></wa-color><wa-color id="WA-color-1" bg="#FF0000" fg="#000000" class="WebAnnotator_PER" type="PER"></wa-color><wa-color id="WA-color-2" bg="#33FF33" fg="#000000" class="WebAnnotator_FUNC" type="FUNC"></wa-color><wa-color id="WA-color-3" bg="#CC66CC" fg="#000000" class="WebAnnotator_TEL" type="TEL"></wa-color><wa-color id="WA-color-4" bg="#FF9900" fg="#000000" class="WebAnnotator_FAX" type="FAX"></wa-color><wa-color id="WA-color-5" bg="#99FFFF" fg="#000000" class="WebAnnotator_EMAIL" type="EMAIL"></wa-color><wa-color id="WA-color-6" bg="#FF6666" fg="#000000" class="WebAnnotator_HOURS" type="HOURS"></wa-color><wa-color id="WA-color-7" bg="#66FF99" fg="#000000" class="WebAnnotator_SUBJ" type="SUBJ"></wa-color><wa-color id="WA-color-8" bg="#3333FF" fg="#FFFFFF" class="WebAnnotator_STREET" type="STREET"></wa-color><wa-color id="WA-color-9" bg="#660000" fg="#FFFFFF" class="WebAnnotator_CITY" type="CITY"></wa-color><wa-color id="WA-color-10" bg="#006600" fg="#FFFFFF" class="WebAnnotator_STATE" type="STATE"></wa-color><wa-color id="WA-color-11" bg="#663366" fg="#FFFFFF" class="WebAnnotator_ZIPCODE" type="ZIPCODE"></wa-color><wa-color id="WA-color-12" bg="#993300" fg="#FFFFFF" class="WebAnnotator_COUNTRY" type="COUNTRY"></wa-color><wa-title style="box-shadow:0 0 1em black;border:2px solid blue;padding:0.5em;">Virtual Offices | Office-Meeting Rooms | U.S. Business Presence for Foreign Companies | Bellingham &amp;amp; Whatcom County</wa-title></html>

0 commit comments

Comments
 (0)