You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							1.1 KiB
						
					
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							1.1 KiB
						
					
					
				|     <div class="container"> | |
| 		 | |
|       <div class="starter-template"> | |
| 		  <h1>Kies de ploeg</h1> | |
| 		   | |
| 		  <?php if (count($subgroepen) != 0) { ?> | |
| 		   | |
| 		  <?php echo form_open(base_url().'beoordelen/score'); ?> | |
|  | |
| 		  <div class="row"> | |
| 			  <div class="col-xs-2 col-sm-2 col-sm-offset-5 col-xs-offset-2"> | |
| 				  <?php echo form_dropdown('subgroepid', $subgroepen); ?> | |
| 			  </div> | |
| 		  </div> | |
| 		  <p> | |
| 		  <div class="row"> | |
| 			  <div class="col-xs-2 col-sm-2 col-xs-offset-4 col-sm-offset-5"> | |
| 				  <button type="submit" class="btn btn-primary btn-lg">Volgende</button> | |
| 			  </div> | |
| 		  </div> | |
| 		  <?php echo form_close(); ?> | |
| 		   | |
| 		  <?php } else { ?> | |
| 			  <div class="row"> | |
| 				  <div class="col-xs-10 col-sm-4 col-xs-offset-1 col-sm-offset-4"> | |
| 			  		Er zijn geen groepen meer te beoordelen. | |
| 				  </div> | |
| 			  </div> | |
| 			  <div class="row"> | |
| 				  <div class="col-xs-2 col-sm-2 col-xs-offset-4 col-sm-offset-5"> | |
| 			  		<button type="button" class="btn btn-success btn-lg" disabled="disabled"> | |
| 			  			<span class="glyphicon glyphicon-ok"></span> | |
| 			  		</button> | |
| 				  </div> | |
| 			  </div> | |
| 		  <?php } ?> | |
| 		   | |
| 	  </div> | |
|   </div>
 |