Add SIG and SIG_INFO to logbook model and qso view

这个提交包含在:
Daniel Clerc 2020-11-16 22:08:32 +01:00
父节点 58a552ce23
当前提交 f803561376
共有 2 个文件被更改,包括 14 次插入0 次删除

查看文件

@ -122,6 +122,8 @@ class Logbook_model extends CI_Model {
'COL_CQZ' => $cqz,
'COL_STATE' => trim($this->input->post('usa_state')),
'COL_SOTA_REF' => trim($this->input->post('sota_ref')),
'COL_SIG' => trim($this->input->post('sig')),
'COL_SIG_INFO' => trim($this->input->post('sig_info')),
'COL_DARC_DOK' => trim($this->input->post('darc_dok')),
'COL_NOTES' => $this->input->post('notes'),
);

查看文件

@ -328,6 +328,18 @@
<small id="sotaRefHelp" class="form-text text-muted">For example: GM/NS-001</small>
</div>
<div class="form-group">
<label for="sig">Sig</label>
<input class="form-control" id="sig" type="text" name="sig" value="" />
<small id="sigHelp" class="form-text text-muted">For example: WWFF or POTA</small>
</div>
<div class="form-group">
<label for="sig_info">Sig Info</label>
<input class="form-control" id="sig_info" type="text" name="sig_info" value="" />
<small id="sigInfoHelp" class="form-text text-muted">For example: DLFF-0029</small>
</div>
<div class="form-group">
<label for="sota_ref">DOK</label>
<input class="form-control" id="darc_dok" type="text" name="darc_dok" value="" />