Code for Showing the Winners List Box On Your Website
you can have the winners list box for:
- this exact tournament
- the latest single or double tournament from this club
- the latest single or double tournament from this club that has a specific string in the tournament name
<!-- Tournament winners list - One specific tournament - begin -->
<!-- See //www.multiroundrobin.com/winners_list_box_instruction.php for instructions for customizing your box -->
<link rel="stylesheet" type="text/css" href="//www.multiroundrobin.com/css/mrr_winners_list.css" />
<script>
if (typeof mrr_cnt === 'undefined') var mrr_cnt=0; else mrr_cnt++;
document.write("<div id='mrr_whole_box_"+mrr_cnt+"' class='mrr_whole_box'></div>");
document.write("<script src='//www.multiroundrobin.com/winners_list_js/t/79/winners.js?cnt="+mrr_cnt+"' type='text/javascript' async><\/scr" + "ipt>");
</script>
<!-- Tournament winners list - end -->
<!-- Tournament winners list - Latest played tournament - begin -->
<!-- See //www.multiroundrobin.com/winners_list_box_instruction.php for instructions for customizing your box -->
<link rel="stylesheet" type="text/css" href="//www.multiroundrobin.com/css/mrr_winners_list.css" />
<script>
// Change the values inside the double quotes on the next 2 lines to customize your winners list
var mrr_type = "single"; // Valid values: single, double, any
var mrr_selector = "";
if (typeof mrr_cnt === 'undefined') var mrr_cnt=0; else mrr_cnt++;
document.write("<div id='mrr_whole_box_"+mrr_cnt+"' class='mrr_whole_box'></div>");
document.write("<script src='//www.multiroundrobin.com/winners_list_js/c/11/winners.js?cnt="+mrr_cnt+"&tty="+mrr_type+"&sel="+encodeURIComponent(mrr_selector)+"' type='text/javascript' async><\/scr" + "ipt>");
</script>
<!-- Tournament winners list - end -->
<!-- Tournament winners list - Latest played tournament - begin -->
<!-- See //www.multiroundrobin.com/winners_list_box_instruction.php for instructions for customizing your box -->
<link rel="stylesheet" type="text/css" href="//www.multiroundrobin.com/css/mrr_winners_list.css" />
<script>
// Change the values inside the double quotes on the next 2 lines to customize your winners list
var mrr_type = "single"; // Valid values: single, double, any
var mrr_selector = "Thursday Night Round Robin";
if (typeof mrr_cnt === 'undefined') var mrr_cnt=0; else mrr_cnt++;
document.write("<div id='mrr_whole_box_"+mrr_cnt+"' class='mrr_whole_box'></div>");
document.write("<script src='//www.multiroundrobin.com/winners_list_js/c/11/winners.js?cnt="+mrr_cnt+"&tty="+mrr_type+"&sel="+encodeURIComponent(mrr_selector)+"' type='text/javascript' async><\/scr" + "ipt>");
</script>
<!-- Tournament winners list - end -->