@ -1958,7 +1958,7 @@
< / div >
< / div >
< div id = "system_python_border" class = "system_python_border" style = "border:1px gray solid;padding:20px;margin:15px 15px 15px 15px;" >
< div id = "system_python_border" class = "system_python_border" style = "border:1px gray solid;padding:20px;margin:15px 15px 15px 15px;display:none; " >
< div class = "titlebox" > < nobr id = "TITLEBOX_PAGE22" > < / nobr > < / div >
< table align = "center" valign = "center" style = "border-collapse: collapse; width: 900px; height: auto; " >
< tbody >
@ -1991,7 +1991,7 @@
< div >
< div align = "center" >
< input align = "center" id = "IDOK_python" type = "button" value = " Set " onclick = "func_setPythonData()" style = "background-color:#6c87d4;color:white;height:36px;width:300px;" / >
< input align = "center" id = "IDOK_python" type = "button" value = " Set " onclick = "func_setPythonData()" style = "background-color:#6c87d4;color:white;height:36px;width:300px;display:none; " / >
< / div >
< / div >
@ -4870,45 +4870,45 @@
var check_if_double_mode_1 = dataset_ver_1.indexOf("RAFFIC");
var check_if_double_mode_2 = dataset_ver_2.indexOf("RAFFIC");
if (check_if_double_mode_1 >= 1 & & check_if_double_mode_2 >= 1) {
const selectElement = document.getElementById('getnetwork_buffer_id');
// 假設我們想改變所有選項的顯示文本
for (var i = 0; i < selectElement.options.length ; i + + ) {
const option_select = selectElement.options[i];
if (i < = 1) {
const selectElement = document.getElementById('getnetwork_buffer_id');
// 假設我們想改變所有選項的顯示文本
for (var i = 0; i < selectElement.options.length ; i + + ) {
const option_select = selectElement.options[i];
if (i < = 1) {
option_select.text = (i + 1) + " (RGB)"; // 改變文本內容
}
else {
}
else {
option_select.text = (i + 1) + " (Thermal)"; // 改變文本內容
}
}
}
const selectElement_2 = document.getElementById('getimage_encoder_id');
for (var i = 0; i < selectElement_2.options.length ; i + + ) {
const option_select = selectElement_2.options[i];
if (i < = 0) {
for (var i = 0; i < selectElement_2.options.length ; i + + ) {
const option_select = selectElement_2.options[i];
if (i < = 0) {
option_select.text = (i + 2) + " (RGB)"; // 改變文本內容
}
else {
}
else {
option_select.text = (i + 2) + " (Thermal)"; // 改變文本內容
}
}
}
const selectElement_3 = document.getElementById('getimage_encoder_id_HD');
for (var i = 0; i < selectElement_3.options.length ; i + + ) {
const option_select = selectElement_3.options[i];
if (i < = 0) {
for (var i = 0; i < selectElement_3.options.length ; i + + ) {
const option_select = selectElement_3.options[i];
if (i < = 0) {
option_select.text = "None"; // 改變文本內容
}
else if (i == 1) {
}
else if (i == 1) {
option_select.text = (i + 1) + " (RGB)"; // 改變文本內容
}
else {
}
else {
option_select.text = (i + 1) + " (Thermal)"; // 改變文本內容
}
}
}
}
}