| 
									
										
										
										
											2011-11-07 07:09:51 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-14 01:28:16 +08:00
										 |  |  | <div class="container notes"> | 
					
						
							| 
									
										
										
										
											2011-11-07 07:09:51 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-14 01:28:16 +08:00
										 |  |  | <div class="card"> | 
					
						
							|  |  |  |   <div class="card-body"> | 
					
						
							|  |  |  |     <h2 class="card-title">Create Note</h2> | 
					
						
							| 
									
										
										
										
											2011-11-07 07:09:51 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		<?php echo validation_errors(); ?>
 | 
					
						
							| 
									
										
										
										
											2012-05-20 22:24:27 +08:00
										 |  |  | 		<form method="post" action="<?php echo site_url('notes/add'); ?>" name="notes_add" id="notes_add"> | 
					
						
							|  |  |  | 		<table> | 
					
						
							|  |  |  | 			<tr> | 
					
						
							|  |  |  | 				<td><label for="title">Title</label></td> | 
					
						
							|  |  |  | 				<td><input type="text" name="title" value="" /></td> | 
					
						
							|  |  |  | 			</tr> | 
					
						
							|  |  |  | 			 | 
					
						
							|  |  |  | 			<tr> | 
					
						
							|  |  |  | 				<td><label for="category">Category</label></td> | 
					
						
							|  |  |  | 				<td><select name="category"> | 
					
						
							|  |  |  | 					<option value="General" selected="selected">General</option> | 
					
						
							|  |  |  | 					<option value="Antennas">Antennas</option> | 
					
						
							|  |  |  | 					<option value="Satellites">Satellites</option> | 
					
						
							|  |  |  | 				</select></td> | 
					
						
							|  |  |  | 			</tr> | 
					
						
							|  |  |  | 			 | 
					
						
							|  |  |  | 			<tr> | 
					
						
							|  |  |  | 				<td></td> | 
					
						
							| 
									
										
										
										
											2019-05-14 01:28:16 +08:00
										 |  |  | 				<td><textarea name="content" id="markItUp" rows="10" cols="70"></textarea></td> | 
					
						
							| 
									
										
										
										
											2012-05-20 22:24:27 +08:00
										 |  |  | 			</tr> | 
					
						
							|  |  |  | 		</table> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<div class="actions"><input class="btn primary" type="submit" value="Submit" /></div> | 
					
						
							| 
									
										
										
										
											2011-06-17 20:52:00 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-14 01:28:16 +08:00
										 |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2011-06-17 20:52:00 +08:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2011-11-07 07:09:51 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-14 01:28:16 +08:00
										 |  |  | </div> |