fixed lotw import style
这个提交包含在:
父节点
ac0e3b7bc3
当前提交
823c44bfc1
共有 1 个文件被更改,包括 47 次插入 和 52 次删除
|
|
@ -13,26 +13,21 @@
|
|||
<div class="form-check">
|
||||
<input type="radio" id="lotwimport" name="lotwimport" class="form-check-input">
|
||||
<label class="form-check-label" for="lotwimport"><?php echo lang('lotw_input_a_file'); ?></label>
|
||||
|
||||
<br><br>
|
||||
<p><?php echo lang('lotw_upload_exported_adif_file_from_lotw'); ?></p>
|
||||
<p><span class="badge text-bg-info"><?php echo lang('general_word_important'); ?></span> <?php echo lang('lotw_upload_type_must_be_adi'); ?></p>
|
||||
|
||||
|
||||
<div class="custom-file">
|
||||
<input type="file" class="form-control" id="adiffile" name="userfile" size="20" />
|
||||
<label class="form-label" for="adiffile"><?php echo lang('general_word_choose_file'); ?></label>
|
||||
<label class="visually-hidden" for="adiffile"><?php echo lang('general_word_choose_file'); ?></label>
|
||||
<input type="file" class="file-input mb-2 me-sm-2" id="adiffile" name="userfile" size="20" />
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
|
||||
|
||||
<br><br>
|
||||
|
||||
<div>
|
||||
<div class="form-check">
|
||||
<input type="radio" name="lotwimport" id="fetch" class="form-check-input" value="fetch" checked="checked" />
|
||||
<label class="form-check-label" for="fetch"><?php echo lang('lotw_pull_lotw_data_for_me'); ?></label>
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
<p class="card-text"><?php echo lang('gen_from_date'); ?>:</p>
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
|
|
@ -41,7 +36,7 @@
|
|||
</div>
|
||||
<br />
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-3">
|
||||
<label class="form-check-label" for="callsign"><?php echo lang('lotw_select_callsign'); ?></label>
|
||||
<?php
|
||||
$options = [];
|
||||
|
|
|
|||
正在加载…
在新工单中引用