translations
这个提交包含在:
父节点
f98ee999ed
当前提交
ba8f813039
共有 1 个文件被更改,包括 12 次插入 和 4 次删除
|
|
@ -2,9 +2,17 @@
|
|||
|
||||
<br>
|
||||
|
||||
<h2><?php echo $page_title; ?></h2>
|
||||
<h2><?php echo lang('statistics_distances_worked'); ?></h2>
|
||||
<script>
|
||||
var lang_general_word_qso_data = '<?php echo lang('general_word_qso_data'); ?>';
|
||||
var lang_statistics_distances_worked = '<?php echo lang('statistics_distances_worked'); ?>';
|
||||
var lang_statistics_distances_part1_contacts_were_plotted_furthest = '<?php echo lang('statistics_distances_part1_contacts_were_plotted_furthest'); ?>';
|
||||
var lang_statistics_distances_part2_contacts_were_plotted_furthest = '<?php echo lang('statistics_distances_part2_contacts_were_plotted_furthest'); ?>';
|
||||
var lang_statistics_distances_part3_contacts_were_plotted_furthest = '<?php echo lang('statistics_distances_part3_contacts_were_plotted_furthest'); ?>';
|
||||
var lang_statistics_distances_number_of_qsos = '<?php echo lang('statistics_distances_number_of_qsos'); ?>';
|
||||
var lang_gen_hamradio_distance = '<?php echo lang('gen_hamradio_distance'); ?>';
|
||||
var lang_statistics_distances_callsigns_worked = '<?php echo lang('statistics_distances_callsigns_worked'); ?>';
|
||||
var lang_statistics_distances_qsos_with = '<?php echo lang('lang_statistics_distances_qsos_with'); ?>';
|
||||
</script>
|
||||
<div id="distances_div">
|
||||
<form class="form-inline">
|
||||
|
|
@ -18,9 +26,9 @@
|
|||
} ?>
|
||||
</select>
|
||||
<?php if (count($sats_available) != 0) { ?>
|
||||
<label class="my-1 mr-2" for="distplot_sats">Satellite</label>
|
||||
<label class="my-1 mr-2" for="distplot_sats"><?php echo lang('general_word_satellite')?></label>
|
||||
<select class="custom-select my-1 mr-sm-2" id="distplot_sats">
|
||||
<option value="All">All</option>
|
||||
<option value="All"><?php echo lang('general_word_all')?></option>
|
||||
<?php foreach($sats_available as $sat) {
|
||||
echo '<option value="' . $sat . '"' . '>' . $sat . '</option>'."\n";
|
||||
} ?>
|
||||
|
|
@ -28,7 +36,7 @@
|
|||
<?php } else { ?>
|
||||
<input id="distplot_sats" type="hidden" value="All"></input>
|
||||
<?php } ?>
|
||||
<button id="plot" type="button" name="plot" class="btn btn-primary" onclick="distPlot(this.form)">Plot</button>
|
||||
<button id="plot" type="button" name="plot" class="btn btn-primary" onclick="distPlot(this.form)"><?php echo lang('filter_options_show')?></button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用