| 
									
										
										
										
											2022-09-07 01:35:27 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | <div class="container" id="create_mode"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <br> | 
					
						
							|  |  |  | 	<?php if($this->session->flashdata('message')) { ?>
 | 
					
						
							|  |  |  | 		<!-- Display Message --> | 
					
						
							|  |  |  | 		<div class="alert-message error"> | 
					
						
							|  |  |  | 		  <p><?php echo $this->session->flashdata('message'); ?></p>
 | 
					
						
							|  |  |  | 		</div> | 
					
						
							|  |  |  | 	<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<?php if($this->session->flashdata('notice')) { ?>
 | 
					
						
							|  |  |  | 			<div id="message" > | 
					
						
							|  |  |  | 			<?php echo $this->session->flashdata('notice'); ?>
 | 
					
						
							|  |  |  | 			</div> | 
					
						
							|  |  |  | 		<?php } ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<?php $this->load->helper('form'); ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<?php echo validation_errors(); ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<form> | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  | 		<div class="mb-3"> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 		    <label for="bandInput"><?php echo lang('gen_hamradio_band'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2022-09-07 01:35:27 +08:00
										 |  |  | 		    <input type="text" class="form-control" name="band" id="bandInput" aria-describedby="bandInputHelp" required> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 		    <small id="bandInputHelp" class="form-text text-muted"><?php echo lang('options_bands_name_band'); ?></small>
 | 
					
						
							| 
									
										
										
										
											2022-09-07 01:35:27 +08:00
										 |  |  | 		  </div> | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  | 		  <div class="mb-3"> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<label for="bandGroup"><?php echo lang('gen_hamradio_bandgroup'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2022-09-10 00:52:57 +08:00
										 |  |  | 			<input type="text" class="form-control" name="bandgroup" id="bandGroup" aria-describedby="bandgroupInputHelp" required> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<small id="bandgroupInputHelp" class="form-text text-muted"><?php echo lang('options_bands_name_bandgroup'); ?></small>
 | 
					
						
							| 
									
										
										
										
											2022-09-10 00:52:57 +08:00
										 |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  | 		<div class="mb-3"> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<label for="ssbqrg"><?php echo lang('options_bands_ssb_qrg'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2022-09-10 00:52:57 +08:00
										 |  |  | 			<input type="text" class="form-control" name="ssbqrg" id="ssbqrg" aria-describedby="ssbqrgInputHelp" required> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<small id="ssbqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_ssb_qrg_hint'); ?></small>
 | 
					
						
							| 
									
										
										
										
											2022-09-10 00:52:57 +08:00
										 |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  | 		<div class="mb-3"> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<label for="dataqrg"><?php echo lang('options_bands_data_qrg'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2022-09-10 00:52:57 +08:00
										 |  |  | 			<input type="text" class="form-control" name="dataqrg" id="dataqrg" aria-describedby="dataqrgInputHelp" required> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<small id="dataqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_data_qrg_hint'); ?></small>
 | 
					
						
							| 
									
										
										
										
											2022-09-10 00:52:57 +08:00
										 |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2023-11-14 20:35:53 +08:00
										 |  |  | 		<div class="mb-3"> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<label for="cwqrg"><?php echo lang('options_bands_cw_qrg'); ?></label>
 | 
					
						
							| 
									
										
										
										
											2022-09-10 00:52:57 +08:00
										 |  |  | 			<input type="text" class="form-control" name="cwqrg" id="cwqrg" aria-describedby="cwqrgInputHelp" required> | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<small id="cwqrgInputHelp" class="form-text text-muted"><?php echo lang('options_bands_cw_qrg_hint'); ?></small>
 | 
					
						
							| 
									
										
										
										
											2022-09-10 00:52:57 +08:00
										 |  |  | 		</div> | 
					
						
							| 
									
										
										
										
											2022-09-07 01:35:27 +08:00
										 |  |  | 		   | 
					
						
							| 
									
										
										
										
											2023-10-19 06:38:42 +08:00
										 |  |  | 			<button type="button" onclick="createBand(this.form);" class="btn btn-primary"><i class="fas fa-plus-square"></i> <?php echo lang('options_save'); ?></button>
 | 
					
						
							| 
									
										
										
										
											2022-09-07 01:35:27 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		</form> | 
					
						
							|  |  |  | </div> |