Issue: #67 Made RST Fields Text Inputs

这个提交包含在:
Peter Goodhall 2011-10-23 17:07:37 +01:00
父节点 8e890d223c
当前提交 f0c44d70ed
共有 3 个文件被更改,包括 15 次插入40 次删除

查看文件

@ -96,8 +96,8 @@ function settime () {
<?php } ?> <?php } ?>
<td class="title">Mode</td> <td class="title">Mode</td>
<td class="title">Band</td> <td class="title">Band</td>
<td class="title">RST Sent</td> <td class="title">RST(S)</td>
<td class="title">RST Recv</td> <td class="title">RST(R)</td>
<td class="title">QRA</td> <td class="title">QRA</td>
<!-- <td class="title">Name</td> --> <!-- <td class="title">Name</td> -->
<td class="title">Name</td> <td class="title">Name</td>
@ -140,34 +140,8 @@ function settime () {
<option value="33cm" <?php if($this->session->userdata('band') == "33cm") { echo "selected=\"selected\""; } ?>>33cm</option> <option value="33cm" <?php if($this->session->userdata('band') == "33cm") { echo "selected=\"selected\""; } ?>>33cm</option>
<option value="23cm" <?php if($this->session->userdata('band') == "23cm") { echo "selected=\"selected\""; } ?>>23cm</option> <option value="23cm" <?php if($this->session->userdata('band') == "23cm") { echo "selected=\"selected\""; } ?>>23cm</option>
</select></td> </select></td>
<td><select name="rst_sent"> <td><input class="rst" name="rst_sent" type="text" value="59"></td>
<option value="51">51</option> <td><input class="rst" name="rst_recv" type="text" value="59"></td>
<option value="52">52</option>
<option value="53">53</option>
<option value="54">54</option>
<option value="55">55</option>
<option value="56">56</option>
<option value="57">57</option>
<option value="58">58</option>
<option value="59" selected="selected">59</option>
<option value="59+10dB">59+10dB</option>
<option value="59+20dB">59+20dB</option>
<option value="59+30dB">59+30dB</option>
</select></td>
<td><select name="rst_recv">
<option value="51">51</option>
<option value="52">52</option>
<option value="53">53</option>
<option value="54">54</option>
<option value="55">55</option>
<option value="56">56</option>
<option value="57">57</option>
<option value="58">58</option>
<option value="59" selected="selected">59</option>
<option value="59+10dB">59+10dB</option>
<option value="59+20dB">59+20dB</option>
<option value="59+30dB">59+30dB</option>
</select></td>
<td><input id="locator" type="text" name="locator" value="" size="7" /></td> <td><input id="locator" type="text" name="locator" value="" size="7" /></td>
<td><input id="name" type="text" name="name" value="" /></td> <td><input id="name" type="text" name="name" value="" /></td>
</tr> </tr>

查看文件

@ -19,7 +19,7 @@
"file": "application/views/qso/index.php", "file": "application/views/qso/index.php",
"settings": "settings":
{ {
"buffer_size": 13125, "buffer_size": 13248,
"line_ending": "Windows" "line_ending": "Windows"
} }
}, },
@ -205,7 +205,7 @@
"groups": "groups":
[ [
{ {
"selected": 0, "selected": 5,
"sheets": "sheets":
[ [
{ {
@ -213,15 +213,15 @@
"file": "application/views/qso/index.php", "file": "application/views/qso/index.php",
"settings": "settings":
{ {
"buffer_size": 13125, "buffer_size": 13248,
"regions": "regions":
{ {
}, },
"selection": "selection":
[ [
[ [
10966, 3433,
10966 3433
] ]
], ],
"settings": "settings":
@ -230,7 +230,7 @@
"translate_tabs_to_spaces": false "translate_tabs_to_spaces": false
}, },
"translation.x": 0.0, "translation.x": 0.0,
"translation.y": 5454.0, "translation.y": 1911.0,
"zoom_level": 1.0 "zoom_level": 1.0
}, },
"type": "text" "type": "text"
@ -354,8 +354,8 @@
"selection": "selection":
[ [
[ [
1740, 829,
1740 829
] ]
], ],
"settings": "settings":
@ -364,7 +364,7 @@
"translate_tabs_to_spaces": false "translate_tabs_to_spaces": false
}, },
"translation.x": 0.0, "translation.x": 0.0,
"translation.y": 0.0, "translation.y": 540.0,
"zoom_level": 1.0 "zoom_level": 1.0
}, },
"type": "text" "type": "text"

查看文件

@ -73,9 +73,10 @@ td.item { padding-bottom: 5px; }
#locator { width: 55px; text-transform: uppercase; } #locator { width: 55px; text-transform: uppercase; }
#country { border: none; } #country { border: none; }
#locator_info { font-size: 13px; } #locator_info { font-size: 13px; }
#name { width: 145px; } #name { width: 208px; }
#comment { width: 63.8%; } #comment { width: 63.8%; }
#qth { width: 20%; } #qth { width: 20%; }
.rst { width: 45px; }
.partial td, .logbook td, .users td { padding: 5px; } .partial td, .logbook td, .users td { padding: 5px; }
.log_title { background-image: url('../images/grey_bg.png'); background-repeat: repeat-x; color: #439bf6; } .log_title { background-image: url('../images/grey_bg.png'); background-repeat: repeat-x; color: #439bf6; }
.auth_title { background-image: url('../images/grey_bg.png'); background-repeat: repeat-x; color: #439bf6; } .auth_title { background-image: url('../images/grey_bg.png'); background-repeat: repeat-x; color: #439bf6; }