当前提交
						6875c3f822
					
				
					共有  6 个文件被更改,包括 21 次插入 和 17 次删除
				
			
		|  | @ -16,7 +16,7 @@ checked.<br /> | |||
|         <tr> | ||||
|             <td>1</td> | ||||
|             <td><input class="form-control" type="date" name="date" value="" id="date"></td> | ||||
|             <td><input class="form-control qsotime" type="text" name="time" value="" id="time" maxlength="5" placeholder="HH:MM"></td> | ||||
|             <td><input class="form-control qsotime" type="text" name="time" value="" id="time" maxlength="5" placeholder="hh:mm"></td> | ||||
| 			<td><input class="form-control" type="text" name="band" value="" id="band"></td> | ||||
|             <td><input class="form-control" type="text" name="mode" value="" id="mode"></td> | ||||
|         </tr> | ||||
|  |  | |||
|  | @ -25,7 +25,7 @@ The following QSO(s) were found. Please fill out the date and time and submit yo | |||
|                 echo '<tr>'; | ||||
|                     echo '<td>'. $i++ .'</td>'; | ||||
|                     echo '<td><input class="form-control" type="date" name="date" value="" id="date"></td>'; | ||||
|                     echo '<td><input class="form-control qsotime" type="text" name="time" value="" id="time" maxlength="5" placeholder="HH:MM"></td>'; | ||||
|                     echo '<td><input class="form-control qsotime" type="text" name="time" value="" id="time" maxlength="5" placeholder="hh:mm"></td>'; | ||||
|                     echo '<td id="band">'. $qso->col_band .'</td>'; | ||||
|                     echo '<td id="mode">'; echo $qso->col_submode == null ? strtoupper($qso->col_mode) : strtoupper($qso->col_submode);  echo '</td>'; | ||||
|                 echo '</tr>'; | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ The following QSO(s) were found. Please fill out the date and time and submit yo | |||
|                 echo '<tr stationid="'. $qso->station_id.'">'; | ||||
|                     echo '<td>'. $i++ .'</td>'; | ||||
|                     echo '<td><input class="form-control" type="date" name="date" value="" id="date"></td>'; | ||||
|                     echo '<td><input class="form-control qsotime" type="text" name="time" value="" id="time" maxlength="5" placeholder="HH:MM"></td>'; | ||||
|                     echo '<td><input class="form-control qsotime" type="text" name="time" value="" id="time" maxlength="5" placeholder="hh:mm"></td>'; | ||||
|                     echo '<td id="band">'. $qso->col_band .'</td>'; | ||||
|                     echo '<td id="mode">'; echo $qso->col_submode == null ? strtoupper($qso->col_mode) : strtoupper($qso->col_submode);  echo '</td>';       | ||||
|                     echo '<td>'. $qso->station_callsign .'</td>'; | ||||
|  |  | |||
|  | @ -29,8 +29,10 @@ echo '</tbody></table>'; | |||
| echo strtoupper($callsign) . ' has ' . $count . ' band slot(s) and has ' . $qsocount . ' QSO(s) in the log.<br /><br />'; | ||||
| ?>
 | ||||
| <button onclick="requestOqrs();" class="btn btn-primary btn-sm" type="button"> Request QSL</button> | ||||
| <br> | ||||
| <?php } else { | ||||
| 	echo '<br />No QSOs found in the log.<br />'; | ||||
| } | ||||
| 	?>
 | ||||
| <br> | ||||
| <button onclick="notInLog();" class="btn btn-primary btn-sm" type="button"> Not in log?</button> | ||||
|  | @ -72,18 +72,20 @@ | |||
| 		</li> | ||||
| 		<?php } ?>
 | ||||
| 		</ul> | ||||
| 
 | ||||
| 		<div style="paddling-left: 0.5rem; padding-right: 0.5rem"></div> | ||||
| 		<div class="m-2"> | ||||
| 			<?php if (!empty($slug)) { | ||||
| 				$this->CI =& get_instance(); | ||||
| 				if ($this->CI->public_search_enabled($slug) || $this->session->userdata('user_type') >= 2) { ?>
 | ||||
| 				<form method="post" name="searchForm" action="<?php echo site_url('visitor/search'); ?>" onsubmit="return validateForm()" class="form-inline"> | ||||
| 					<form method="post" name="searchForm" action="<?php echo site_url('visitor/search'); ?>" onsubmit="return validateForm()" class="d-flex align-items-center"> | ||||
| 						<input class="form-control me-sm-2" id="searchcall" type="search" name="callsign" placeholder="<?php echo lang('menu_search_text'); ?>" <?php if (isset($callsign) && $callsign != '') { echo 'value="'.strtoupper($callsign).'"'; } ?> aria-label="Search" data-toogle="tooltip" data-bs-placement="bottom" title="Please enter a callsign!">
 | ||||
| 						<input type="hidden" name="public_slug" value="<?php echo $slug; ?>"> | ||||
| 					<button class="btn btn-outline-success my-2 my-sm-0" type="submit"><i class="fas fa-search"></i> <?php echo lang('menu_search_button'); ?></button>
 | ||||
| 						<button title="<?php echo lang('menu_search_button'); ?>" class="btn btn-outline-success my-2 my-sm-0" type="submit"><i class="fas fa-search"></i> | ||||
| 							<div class="d-inline d-lg-none" style="padding-left: 10px"><?php echo lang('menu_search_button'); ?></div>
 | ||||
| 						</button> | ||||
| 					</form> | ||||
| 				<?php } | ||||
| 			} ?>
 | ||||
| 		</div> | ||||
| 	</div> | ||||
| </div> | ||||
| </nav> | ||||
|  |  | |||
|  | @ -11,7 +11,7 @@ function loadStationInfo() { | |||
|         success: function (data) { | ||||
|             if (data.count > 0) { | ||||
|                 $(".resulttable").append('<br />' + data.count + ' Qsos logged between ' + data.mindate + ' and ' + data.maxdate + '.<br /><br />'); | ||||
|                 $(".resulttable").append('<form class="form-inline" onsubmit="return false;"><label class="my-1 mr-2" for="oqrssearch">Enter your callsign: </label><input class="form-control mr-sm-2 w-auto" id="oqrssearch" type="search" name="callsign" placeholder="Search Callsign" aria-label="Search" required="required"><button onclick="searchOqrs();" class="btn btn-sm btn-primary" id="stationbuttonsubmit" type="button"><i class="fas fa-search"></i> Search</button></form>'); | ||||
|                 $(".resulttable").append('<form class="d-flex align-items-center" onsubmit="return false;"><label for="oqrssearch">Enter your callsign: </label><input class="form-control m-2 w-auto" id="oqrssearch" type="search" name="callsign" placeholder="Search Callsign" aria-label="Search" required="required"><button onclick="searchOqrs();" class="btn btn-sm btn-primary" id="stationbuttonsubmit" type="button"><i class="fas fa-search"></i> Search</button></form>'); | ||||
|                 // Get the input field
 | ||||
|                 var input = document.getElementById("oqrssearch"); | ||||
| 
 | ||||
|  | @ -160,7 +160,7 @@ function oqrsAddLine() { | |||
| 
 | ||||
|     var $iterator = $('<td></td>').html(rowCount); | ||||
|     var $date = $('<td></td>').html('<input class="form-control" type="date" name="date" value="" id="date" placeholder="YYYY-MM-DD">'); | ||||
|     var $time = $('<td></td>').html('<input class="form-control qsotime" type="text" name="time" value="" id="time" maxlength="5" placeholder="HH:MM">'); | ||||
|     var $time = $('<td></td>').html('<input class="form-control qsotime" type="text" name="time" value="" id="time" maxlength="5" placeholder="hh:mm">'); | ||||
|     var $band = $('<td></td>').html('<input class="form-control" type="text" name="band" value="" id="band">'); | ||||
|     var $mode = $('<td></td>').html('<input class="form-control" type="text" name="mode" value="" id="mode">'); | ||||
| 
 | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用