Added AM to the mode dropdown
这个提交包含在:
		
							父节点
							
								
									8ea797078f
								
							
						
					
					
						当前提交
						8e890d223c
					
				
					共有  2 个文件被更改,包括 82 次插入 和 44 次删除
				
			
		|  | @ -108,7 +108,8 @@ function settime () { | ||||||
| 		<td><input class="input_time" type="text" name="start_time" value="" size="7" /></td> | 		<td><input class="input_time" type="text" name="start_time" value="" size="7" /></td> | ||||||
| 		<td><input size="10" id="callsign" type="text" name="callsign" value="" /></td> | 		<td><input size="10" id="callsign" type="text" name="callsign" value="" /></td> | ||||||
| 		<td><select name="mode" class="mode"> | 		<td><select name="mode" class="mode"> | ||||||
| 			<option value="SSB" <?php if($this->session->userdata('mode') == "" || $this->session->userdata('mode') == "FM") { echo "selected=\"selected\""; } ?>>SSB</option>
 | 			<option value="SSB" <?php if($this->session->userdata('mode') == "" || $this->session->userdata('mode') == "SSB") { echo "selected=\"selected\""; } ?>>SSB</option>
 | ||||||
|  | 			<option value="AM" <?php if($this->session->userdata('mode') == "AM") { echo "selected=\"selected\""; } ?>>AM</option>
 | ||||||
| 			<option value="FM" <?php if($this->session->userdata('mode') == "FM") { echo "selected=\"selected\""; } ?>>FM</option>
 | 			<option value="FM" <?php if($this->session->userdata('mode') == "FM") { echo "selected=\"selected\""; } ?>>FM</option>
 | ||||||
| 			<option value="CW" <?php if($this->session->userdata('mode') == "CW") { echo "selected=\"selected\""; } ?>>CW</option>
 | 			<option value="CW" <?php if($this->session->userdata('mode') == "CW") { echo "selected=\"selected\""; } ?>>CW</option>
 | ||||||
| 			<option value="RTTY" <?php if($this->session->userdata('mode') == "RTTY") { echo "selected=\"selected\""; } ?>>RTTY</option>
 | 			<option value="RTTY" <?php if($this->session->userdata('mode') == "RTTY") { echo "selected=\"selected\""; } ?>>RTTY</option>
 | ||||||
|  |  | ||||||
|  | @ -16,26 +16,34 @@ | ||||||
| 	"buffers": | 	"buffers": | ||||||
| 	[ | 	[ | ||||||
| 		{ | 		{ | ||||||
| 			"file": "application/views/view_log/index.php", | 			"file": "application/views/qso/index.php", | ||||||
| 			"settings": | 			"settings": | ||||||
| 			{ | 			{ | ||||||
| 				"buffer_size": 3910, | 				"buffer_size": 13125, | ||||||
| 				"line_ending": "Windows" | 				"line_ending": "Windows" | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		{ | 		{ | ||||||
| 			"file": "application/views/qso/edit.php", | 			"file": "application/controllers/logbook.php", | ||||||
| 			"settings": | 			"settings": | ||||||
| 			{ | 			{ | ||||||
| 				"buffer_size": 4001, | 				"buffer_size": 6558, | ||||||
| 				"line_ending": "Windows" | 				"line_ending": "Windows" | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		{ | 		{ | ||||||
| 			"file": "application/views/search/main.php", | 			"file": "application/libraries/Qra.php", | ||||||
| 			"settings": | 			"settings": | ||||||
| 			{ | 			{ | ||||||
| 				"buffer_size": 1667, | 				"buffer_size": 2333, | ||||||
|  | 				"line_ending": "Windows" | ||||||
|  | 			} | ||||||
|  | 		}, | ||||||
|  | 		{ | ||||||
|  | 			"file": "application/models/logbook_model.php", | ||||||
|  | 			"settings": | ||||||
|  | 			{ | ||||||
|  | 				"buffer_size": 14609, | ||||||
| 				"line_ending": "Windows" | 				"line_ending": "Windows" | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
|  | @ -43,15 +51,15 @@ | ||||||
| 			"file": "css/global.css", | 			"file": "css/global.css", | ||||||
| 			"settings": | 			"settings": | ||||||
| 			{ | 			{ | ||||||
| 				"buffer_size": 5353, | 				"buffer_size": 5374, | ||||||
| 				"line_ending": "Windows" | 				"line_ending": "Windows" | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
| 		{ | 		{ | ||||||
| 			"file": "/C/Users/Peter/Desktop/.htaccess", | 			"file": "application/views/qso/edit.php", | ||||||
| 			"settings": | 			"settings": | ||||||
| 			{ | 			{ | ||||||
| 				"buffer_size": 308, | 				"buffer_size": 4108, | ||||||
| 				"line_ending": "Windows" | 				"line_ending": "Windows" | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
|  | @ -88,16 +96,19 @@ | ||||||
| 	}, | 	}, | ||||||
| 	"file_history": | 	"file_history": | ||||||
| 	[ | 	[ | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/config/config.php", |  | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/view_log/index.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/view_log/index.php", | ||||||
|  | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/qso/edit.php", | ||||||
|  | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/search/main.php", | ||||||
|  | 		"/C/Users/Peter/git/HRD-Web-Frontend/css/global.css", | ||||||
|  | 		"/C/Users/Peter/Desktop/.htaccess", | ||||||
|  | 		"/C/Users/Peter/git/HRD-Web-Frontend/js/global.js", | ||||||
|  | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/config/config.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/logbook.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/logbook.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/qso.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/qso.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/mini_header.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/mini_header.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/css/popup.css", | 		"/C/Users/Peter/git/HRD-Web-Frontend/css/popup.css", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/mini_footer.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/mini_footer.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/qso/edit.php", |  | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/models/logbook_model.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/models/logbook_model.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/search/main.php", |  | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/dashboard/index.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/dashboard/index.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/header.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/layout/header.php", | ||||||
| 		"/C/Users/Peter/Desktop/index.php", | 		"/C/Users/Peter/Desktop/index.php", | ||||||
|  | @ -126,8 +137,6 @@ | ||||||
| 		"/C/Users/Peter/Desktop/sexybookmarks/sexybookmarks.module", | 		"/C/Users/Peter/Desktop/sexybookmarks/sexybookmarks.module", | ||||||
| 		"/C/Users/Peter/Desktop/sexybookmarks/plugins/content_types/sexybookmarks.inc", | 		"/C/Users/Peter/Desktop/sexybookmarks/plugins/content_types/sexybookmarks.inc", | ||||||
| 		"/C/Users/Peter/Desktop/legal.html", | 		"/C/Users/Peter/Desktop/legal.html", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/css/global.css", |  | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/js/global.js", |  | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/search.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/search.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/qsl.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/controllers/qsl.php", | ||||||
| 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/qsl/main.php", | 		"/C/Users/Peter/git/HRD-Web-Frontend/application/views/qsl/main.php", | ||||||
|  | @ -196,23 +205,23 @@ | ||||||
| 	"groups": | 	"groups": | ||||||
| 	[ | 	[ | ||||||
| 		{ | 		{ | ||||||
| 			"selected": 4, | 			"selected": 0, | ||||||
| 			"sheets": | 			"sheets": | ||||||
| 			[ | 			[ | ||||||
| 				{ | 				{ | ||||||
| 					"buffer": 0, | 					"buffer": 0, | ||||||
| 					"file": "application/views/view_log/index.php", | 					"file": "application/views/qso/index.php", | ||||||
| 					"settings": | 					"settings": | ||||||
| 					{ | 					{ | ||||||
| 						"buffer_size": 3910, | 						"buffer_size": 13125, | ||||||
| 						"regions": | 						"regions": | ||||||
| 						{ | 						{ | ||||||
| 						}, | 						}, | ||||||
| 						"selection": | 						"selection": | ||||||
| 						[ | 						[ | ||||||
| 							[ | 							[ | ||||||
| 								716, | 								10966, | ||||||
| 								693 | 								10966 | ||||||
| 							] | 							] | ||||||
| 						], | 						], | ||||||
| 						"settings": | 						"settings": | ||||||
|  | @ -221,25 +230,25 @@ | ||||||
| 							"translate_tabs_to_spaces": false | 							"translate_tabs_to_spaces": false | ||||||
| 						}, | 						}, | ||||||
| 						"translation.x": 0.0, | 						"translation.x": 0.0, | ||||||
| 						"translation.y": 0.0, | 						"translation.y": 5454.0, | ||||||
| 						"zoom_level": 1.0 | 						"zoom_level": 1.0 | ||||||
| 					}, | 					}, | ||||||
| 					"type": "text" | 					"type": "text" | ||||||
| 				}, | 				}, | ||||||
| 				{ | 				{ | ||||||
| 					"buffer": 1, | 					"buffer": 1, | ||||||
| 					"file": "application/views/qso/edit.php", | 					"file": "application/controllers/logbook.php", | ||||||
| 					"settings": | 					"settings": | ||||||
| 					{ | 					{ | ||||||
| 						"buffer_size": 4001, | 						"buffer_size": 6558, | ||||||
| 						"regions": | 						"regions": | ||||||
| 						{ | 						{ | ||||||
| 						}, | 						}, | ||||||
| 						"selection": | 						"selection": | ||||||
| 						[ | 						[ | ||||||
| 							[ | 							[ | ||||||
| 								24, | 								6558, | ||||||
| 								24 | 								6558 | ||||||
| 							] | 							] | ||||||
| 						], | 						], | ||||||
| 						"settings": | 						"settings": | ||||||
|  | @ -248,52 +257,79 @@ | ||||||
| 							"translate_tabs_to_spaces": false | 							"translate_tabs_to_spaces": false | ||||||
| 						}, | 						}, | ||||||
| 						"translation.x": 0.0, | 						"translation.x": 0.0, | ||||||
| 						"translation.y": 0.0, | 						"translation.y": 3870.0, | ||||||
| 						"zoom_level": 1.0 | 						"zoom_level": 1.0 | ||||||
| 					}, | 					}, | ||||||
| 					"type": "text" | 					"type": "text" | ||||||
| 				}, | 				}, | ||||||
| 				{ | 				{ | ||||||
| 					"buffer": 2, | 					"buffer": 2, | ||||||
| 					"file": "application/views/search/main.php", | 					"file": "application/libraries/Qra.php", | ||||||
| 					"settings": | 					"settings": | ||||||
| 					{ | 					{ | ||||||
| 						"buffer_size": 1667, | 						"buffer_size": 2333, | ||||||
| 						"regions": | 						"regions": | ||||||
| 						{ | 						{ | ||||||
| 						}, | 						}, | ||||||
| 						"selection": | 						"selection": | ||||||
| 						[ | 						[ | ||||||
| 							[ | 							[ | ||||||
| 								562, | 								1604, | ||||||
| 								562 | 								1604 | ||||||
| 							] | 							] | ||||||
| 						], | 						], | ||||||
| 						"settings": | 						"settings": | ||||||
| 						{ | 						{ | ||||||
| 							"syntax": "Packages/PHP/PHP.tmLanguage", | 							"syntax": "Packages/PHP/PHP.tmLanguage" | ||||||
| 							"translate_tabs_to_spaces": false |  | ||||||
| 						}, | 						}, | ||||||
| 						"translation.x": 0.0, | 						"translation.x": 0.0, | ||||||
| 						"translation.y": 0.0, | 						"translation.y": 810.0, | ||||||
| 						"zoom_level": 1.0 | 						"zoom_level": 1.0 | ||||||
| 					}, | 					}, | ||||||
| 					"type": "text" | 					"type": "text" | ||||||
| 				}, | 				}, | ||||||
| 				{ | 				{ | ||||||
| 					"buffer": 3, | 					"buffer": 3, | ||||||
| 					"file": "css/global.css", | 					"file": "application/models/logbook_model.php", | ||||||
| 					"settings": | 					"settings": | ||||||
| 					{ | 					{ | ||||||
| 						"buffer_size": 5353, | 						"buffer_size": 14609, | ||||||
| 						"regions": | 						"regions": | ||||||
| 						{ | 						{ | ||||||
| 						}, | 						}, | ||||||
| 						"selection": | 						"selection": | ||||||
| 						[ | 						[ | ||||||
| 							[ | 							[ | ||||||
| 								51, | 								3481, | ||||||
| 								98 | 								3481 | ||||||
|  | 							] | ||||||
|  | 						], | ||||||
|  | 						"settings": | ||||||
|  | 						{ | ||||||
|  | 							"syntax": "Packages/PHP/PHP.tmLanguage", | ||||||
|  | 							"tab_size": 4.0, | ||||||
|  | 							"translate_tabs_to_spaces": true | ||||||
|  | 						}, | ||||||
|  | 						"translation.x": 0.0, | ||||||
|  | 						"translation.y": 1034.0, | ||||||
|  | 						"zoom_level": 1.0 | ||||||
|  | 					}, | ||||||
|  | 					"type": "text" | ||||||
|  | 				}, | ||||||
|  | 				{ | ||||||
|  | 					"buffer": 4, | ||||||
|  | 					"file": "css/global.css", | ||||||
|  | 					"settings": | ||||||
|  | 					{ | ||||||
|  | 						"buffer_size": 5374, | ||||||
|  | 						"regions": | ||||||
|  | 						{ | ||||||
|  | 						}, | ||||||
|  | 						"selection": | ||||||
|  | 						[ | ||||||
|  | 							[ | ||||||
|  | 								3118, | ||||||
|  | 								3118 | ||||||
| 							] | 							] | ||||||
| 						], | 						], | ||||||
| 						"settings": | 						"settings": | ||||||
|  | @ -301,30 +337,31 @@ | ||||||
| 							"syntax": "Packages/CSS/CSS.tmLanguage" | 							"syntax": "Packages/CSS/CSS.tmLanguage" | ||||||
| 						}, | 						}, | ||||||
| 						"translation.x": 0.0, | 						"translation.x": 0.0, | ||||||
| 						"translation.y": 0.0, | 						"translation.y": 1224.0, | ||||||
| 						"zoom_level": 1.0 | 						"zoom_level": 1.0 | ||||||
| 					}, | 					}, | ||||||
| 					"type": "text" | 					"type": "text" | ||||||
| 				}, | 				}, | ||||||
| 				{ | 				{ | ||||||
| 					"buffer": 4, | 					"buffer": 5, | ||||||
| 					"file": "/C/Users/Peter/Desktop/.htaccess", | 					"file": "application/views/qso/edit.php", | ||||||
| 					"settings": | 					"settings": | ||||||
| 					{ | 					{ | ||||||
| 						"buffer_size": 308, | 						"buffer_size": 4108, | ||||||
| 						"regions": | 						"regions": | ||||||
| 						{ | 						{ | ||||||
| 						}, | 						}, | ||||||
| 						"selection": | 						"selection": | ||||||
| 						[ | 						[ | ||||||
| 							[ | 							[ | ||||||
| 								308, | 								1740, | ||||||
| 								308 | 								1740 | ||||||
| 							] | 							] | ||||||
| 						], | 						], | ||||||
| 						"settings": | 						"settings": | ||||||
| 						{ | 						{ | ||||||
| 							"syntax": "Packages/Text/Plain text.tmLanguage" | 							"syntax": "Packages/PHP/PHP.tmLanguage", | ||||||
|  | 							"translate_tabs_to_spaces": false | ||||||
| 						}, | 						}, | ||||||
| 						"translation.x": 0.0, | 						"translation.x": 0.0, | ||||||
| 						"translation.y": 0.0, | 						"translation.y": 0.0, | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用