Align form input fields
这个提交包含在:
父节点
3a28eb551d
当前提交
114cd08765
共有 1 个文件被更改,包括 10 次插入 和 14 次删除
|
|
@ -1,9 +1,9 @@
|
||||||
<div class="container lotw">
|
<div class="container lotw">
|
||||||
|
|
||||||
<h2><?php echo lang('lotw_title'); ?> - <?php echo lang('lotw_title_adif_import'); ?></h2>
|
<h2><?php echo lang('lotw_title'); ?> - <?php echo lang('lotw_title_adif_import'); ?></h2>
|
||||||
|
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-header"><?php echo lang('lotw_title_adif_import_options'); ?></div>
|
<div class="card-header"><?php echo lang('lotw_title_adif_import_options'); ?></div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|
||||||
<?php $this->load->view('layout/messages'); ?>
|
<?php $this->load->view('layout/messages'); ?>
|
||||||
|
|
@ -16,21 +16,16 @@
|
||||||
|
|
||||||
<p><?php echo lang('lotw_upload_exported_adif_file_from_lotw'); ?></p>
|
<p><?php echo lang('lotw_upload_exported_adif_file_from_lotw'); ?></p>
|
||||||
<p><span class="badge badge-info"><?php echo lang('general_word_important'); ?></span> <?php echo lang('lotw_upload_type_must_be_adi'); ?></p>
|
<p><span class="badge badge-info"><?php echo lang('general_word_important'); ?></span> <?php echo lang('lotw_upload_type_must_be_adi'); ?></p>
|
||||||
|
|
||||||
<div class="custom-file">
|
<div class="custom-file">
|
||||||
<input type="file" class="custom-file-input" id="adiffile" name="userfile" size="20" />
|
<input type="file" class="custom-file-input" id="adiffile" name="userfile" size="20" />
|
||||||
<label class="custom-file-label" for="adiffile"><?php echo lang('general_word_choose_file'); ?></label>
|
<label class="custom-file-label" for="adiffile"><?php echo lang('general_word_choose_file'); ?></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
<br><br>
|
||||||
|
|
||||||
|
<input type="radio" name="lotwimport" id="fetch" class="form-check-input" value="fetch" checked="checked" />
|
||||||
<br><br>
|
<label class="form-check-label" for="fetch"><?php echo lang('lotw_pull_lotw_data_for_me'); ?></label>
|
||||||
|
|
||||||
<div class="custom-control custom-radio">
|
|
||||||
<input type="radio" name="lotwimport" id="fetch" class="custom-control-input" value="fetch" checked="checked" />
|
|
||||||
<label class="custom-control-label" for="fetch"><?php echo lang('lotw_pull_lotw_data_for_me'); ?></label>
|
|
||||||
</div>
|
|
||||||
<p class="card-text"><?php echo lang('gen_from_date'); ?>:</p>
|
<p class="card-text"><?php echo lang('gen_from_date'); ?>:</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="input-group date col-md-3" id="datetimepicker1" data-target-input="nearest">
|
<div class="input-group date col-md-3" id="datetimepicker1" data-target-input="nearest">
|
||||||
|
|
@ -42,11 +37,12 @@
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
<p class="form-text text-muted"><?php echo lang('lotw_report_download_overview_helptext'); ?></p>
|
<p class="form-text text-muted"><?php echo lang('lotw_report_download_overview_helptext'); ?></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<input class="btn btn-primary" type="submit" value="<?php echo lang('lotw_btn_import_matches'); ?>" />
|
<input class="btn btn-primary" type="submit" value="<?php echo lang('lotw_btn_import_matches'); ?>" />
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用