?
Current Path : /home1/savoy/public_html/savoyglobal.net/badminton2013/application/views/site/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/badminton2013/application/views/site/rules.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <?php $this->load->view('site/header'); ?> </head> <body> <?php $this->load->view('site/menu'); ?> <div id="container"> <div class="banner"> <div class="banner_top"></div><!--banner_top end--> <div class="banner_mid_inner"><img src="<?=base_url()?>assets/images/banners/rules.jpg" alt="Rules"/></div><!--banner_mid end--> <div class="banner_bot"></div><!--banner_bot end--> </div><!--banner end--> <div class="content"> <div class="content_left_contact"> <h6>Rules</h6> <br/> <div class="text_cont"> <span class="inner_heading">General conditions</span> <br/><br/> <ul> <li>Participants must be present 20 min before their match and maximum 15 min after the schedule time or they will be disqualified</li> <li>All players will have to bring their own badminton rackets</li> <li>All participants should be employed with an Insurance company / Insurance Broking Company, should be under the direct sponsorship of their company and should hold a valid Qatar ID.</li> <li>The participants of mixed doubles can play along with their spouse, colleague or children.</li> </ul> <br/><br/> <span class="inner_heading">Scoring system</span> <br/><br/> <p>For Singles, Doubles and Mixed doubles matches, the rules are:</p> <ul> <li>Matches will be played on a knock out basis</li> <li>For preliminary rounds, a match will be of single game - 25 points</li> <li>For pre quarter finals matches onwards, a match will consists of best of 3 games. First team to score 21 points wins the game.</li> <li>The side winning a rally shall add 1 point to its score.</li> <li>If a score becomes 20-20, the side which scores 2 consecutive points shall win that game.</li> <li>If the score becomes 29-29, the side that scores the 30th point shall win that game.</li> <li>The side winning a game serves first in the next game.</li> </ul> </div> </div><!--content_left end--> <?php // $this->load->view('site/right'); ?> </div><!--content end--> </div><!--container end--> <?php $this->load->view('site/footer'); ?> </body> </html>