function swGetURLArgs() {
var url = location.href; var qs = url.substring(url.indexOf('?') + 1).split('&');
for(var i = 0, result = {}; i < qs.length; i++) { qs[i] = qs[i].split('='); result[qs[i][0]] = decodeURIComponent(qs[i][1]); } return result; } // // name=HighlightWins3v3 // dependencies=jQuery // description=Highlight winning scores in summary tables. // author=Jon Eskdale based on an idea by Colin Jenkins // date=2016-07-04 // version=3.0 For use with Sailwave from V2.22.x // Requires the following lines in the Results.htm file (Results.htm is in the Templates directory) // string.set("summary.col.race.rank1.td", "rank1") // string.set("summary.col.race.rank2.td", "rank2") // string.set("summary.col.race.rank3.td", "rank3") // url=http://sailwave.com // email=jon@sailwave.com // twitter=eskdale // comments=Edit colours to colours of your choice // $(document).ready(function() { var selectorRank1 = '.rank1'; var selectorRank2 = '.rank2'; var selectorRank3 = '.rank3'; // Results with these codes will not get highlighted add or remove codes to your choice var ignoreText = /^(?!.*\b(DNC|DNF|DNS|OCS|BFD|UFD|RET|DSQ|DGM|DNE)\b).*/i // Edit these colours to change the highlight colours for 1st, 2nd and 3rd var winsColour = '#ffd700'; var twoColour = '#6a91c5'; var threeColour = '#da6841'; // Change the background color for cells with class of rank1-3 and don't have a code specified $(function () { $(selectorRank1).filter(function() { return ignoreText.test($(this).text()); }).css("background", winsColour); $(selectorRank2).filter(function() { return ignoreText.test($(this).text()); }).css("background", twoColour); $(selectorRank3).filter(function() { return ignoreText.test($(this).text()); }).css("background", threeColour); }); });
C Series Div 2 2019
LAKE SUNAPEE CRUISING FLEET
Overall
Rank | Boat | Class | SailNo | HelmName | CrewName | PHRF | R1 Canx 06/09/19 |
R2 Canx 06/09/19 |
R3 1 Boat 06/23/19 |
R4 No Boats 06/23/19 |
R5 07/07/19 1300 |
R6 07/07/19 1404 |
R7 07/21/19 1300 |
R8 07/21/19 1351 |
R9 08/11/19 1300 |
R10 08/11/19 1358 |
R1 MU 08/25/19 1300 |
R2 MU 08/25/19 1403 |
Total | Nett |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1st | SAPPHIRE | HARBOR 20 | 425 | JOHN GEDAMINSKI | TONY | 234 | (1.0) | (2.0) | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 9.0 | 6.0 | ||||
2nd | LARA'S SONG | RHODES 19 | PETER BUROS | BARBARA | 241 | 3.0 | 1.0 | 2.0 | 2.0 | 2.0 | 2.0 | (9.0 DNC) | (9.0 DNC) | 30.0 | 12.0 | |||||
3rd | JUST DO IT | J 22 | 520 | AL PETERSON | MONIKA BERG | 189 | 2.0 | 3.0 | (4.0) | 3.0 | 3.0 | (4.0) | 3.0 | 3.0 | 25.0 | 17.0 | ||||
4th | SCOT FREE | FLYING SCOT | 5815 | FRANK LEMAY | DOUG, MIKE | 210 | (4.0) | (4.0) | 3.0 | 4.0 | 4.0 | 3.0 | 2.0 | 2.0 | 26.0 | 18.0 | ||||
5th | WIND DANCER | FLYING SCOT | 5817 | JOHN SHIELDS | BARRY JOHNSON | 210 | (9.0 DNC) | (9.0 DNC) | 5.0 | 5.0 | 9.0 DNC | 9.0 DNC | 4.0 | 4.0 | 54.0 | 36.0 | ||||
6th | OBSESSION | CAL24 | 295 | GEORGE MORIN | DAVID, JOE, ERIC | 237 | (9.0 DNC) | (9.0 DNC) | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 72.0 | 54.0 | ||||
6th | STELLAR | CAPRI 22 | 425 | BLISS DAYTON | TED, TODD | 213 | (9.0 DNC) | (9.0 DNC) | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 72.0 | 54.0 | ||||
6th | SLIPPERY | PRECISION 18.5 | P 185 | BRUCE MC CLOY | KATE | 243 | (9.0 DNC) | (9.0 DNC) | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 9.0 DNC | 72.0 | 54.0 |
Scoring codes used
Code | Description | Points |
---|---|---|
DNC | Did not come to the starting area | 9 |
Sailwave Scoring Software 2.28.1
www.sailwave.com