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.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							637 B
						
					
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							637 B
						
					
					
				<div class='grid flex'> | 
						|
	<div class='col_12 center'> | 
						|
		<h1>Score Informatie Systeem</h1> | 
						|
	</div> | 
						|
</div> | 
						|
 | 
						|
<div class='grid flex'> | 
						|
	<div class='col_3'> | 
						|
	</div> | 
						|
	<div class='col_4 right'> | 
						|
		<?php echo validation_errors(); ?> | 
						|
		<?php echo form_open(base_url('login/')); ?> | 
						|
		<label for='text2'>Username:</label> | 
						|
		<?php echo form_input('username');	?><br> | 
						|
		<label for='text2'>Password:</label> | 
						|
		<?php echo form_password('password');	?><br> | 
						|
		<label for='text2'>Regio:</label> | 
						|
		<?php echo form_dropdown('regioid', $regio); ?><br> | 
						|
		<?php echo form_submit('login', 'Login'); ?> | 
						|
	</div> | 
						|
	<div class='col_5'> | 
						|
	</div> | 
						|
 | 
						|
</div> <!-- End Grid -->
 |