|
|
@@ -46,14 +46,13 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td style="width:52px;" align="center" id="reset_btn">
|
|
|
- <div title="配置重置" class="ic_reset"></div>
|
|
|
+ <div title="配置重置" class="ic_reset" id="reset_btn_div"></div>
|
|
|
</td>
|
|
|
<td style="width:52px;" align="center" id="rebootapp_btn">
|
|
|
- <div title="重启应用" class="ic_reboot"
|
|
|
- onclick="RVC.HealthmanagerEntityCtrl.RestartApp();"></div>
|
|
|
+ <div title="重启应用" class="ic_reboot" id="rebootapp_btn_div"></div>
|
|
|
</td>
|
|
|
<td style="width:52px;" align="center" id="restartpc_btn">
|
|
|
- <div title="设备重启" class="ic_pcrestart"
|
|
|
+ <div title="设备重启" class="ic_pcrestart" id="restartpc_btn_div"
|
|
|
onclick="RVC.HealthmanagerEntityCtrl.RestartPC();"></div>
|
|
|
</td>
|
|
|
<!-- <td style="width:52px;" align="center" id="upsoffpc_btn">
|
|
|
@@ -313,7 +312,7 @@
|
|
|
<div id="media_config_content" style="max-height: 510px; width: 998px;">
|
|
|
<div id="gui_media_config_audio_output_outfree_div" class="clearboth" style="padding-top:30px;">
|
|
|
<div class="pull-left" style="width:330px;">
|
|
|
- <div class="text-right guide_input_label">外部扬声器:</div>
|
|
|
+ <div class="text-right guide_input_label"><strong>外部</strong>扬声器:</div>
|
|
|
</div>
|
|
|
<div class="controls text-left">
|
|
|
<div id="gui_media_config_audio_output_outfree" class="select_on_normal audio_output_outfree_seleceed_save_btn"
|
|
|
@@ -333,55 +332,55 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="gui_media_config_audio_output_infree_div" class="clearboth" style="padding-top:14px;">
|
|
|
+ <div id="gui_media_config_audio_input_outfree_div" class="clearboth" style="padding-top:14px;">
|
|
|
<div class="pull-left" style="width:330px;">
|
|
|
- <div class="text-right guide_input_label">话筒扬声器:</div>
|
|
|
+ <div class="text-right guide_input_label"><strong>外部</strong>麦克风:</div>
|
|
|
</div>
|
|
|
<div class="controls text-left">
|
|
|
- <div id="gui_media_config_audio_output_infree" class="select_on_normal audio_output_infree_seleceed_save_btn"
|
|
|
+ <div id="gui_media_config_audio_input_outfree" class="select_on_normal audio_input_outfree_seleceed_save_btn"
|
|
|
onclick="SelectItem(this)" value=""></div>
|
|
|
- <div id="gui_media_config_audio_output_infree_list" class="select_list hide">
|
|
|
+ <div id="gui_media_config_audio_input_outfree_list" class="select_list hide">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div id="guide_media_config_audio_ouput_outfree_check" class="pull-left margin-left-30 hide"
|
|
|
style="margin-top: 5px;">
|
|
|
- <button id="ip_connect_check" style="color: #F37253;">播放</button>
|
|
|
+ <button id="ip_connect_check" style="color: #F37253;">测试</button>
|
|
|
</div>
|
|
|
<div id="guide_media_config_audio_ouput_outfree_tips" class="clearboth">
|
|
|
<div class="pull-left" style="width:330px;"> </div>
|
|
|
<div class="pull-left">
|
|
|
- <div class="text-left guide_input_descript" id="text_guide_media_config_audio_ouput_outfree_tips">
|
|
|
- 提示:信创设备请选择<strong>内置音频</strong>(如有)
|
|
|
- </div>
|
|
|
+ <div class="text-left guide_error hide" id="text_guide_media_config_audio_ouput_outfree_tips"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="gui_media_config_audio_input_outfree_div" class="clearboth" style="padding-top:50px;">
|
|
|
+ <div id="gui_media_config_audio_output_infree_div" class="clearboth" style="padding-top:50px;">
|
|
|
<div class="pull-left" style="width:330px;">
|
|
|
- <div class="text-right guide_input_label">外部麦克风:</div>
|
|
|
+ <div class="text-right guide_input_label"><strong>话筒</strong>扬声器:</div>
|
|
|
</div>
|
|
|
<div class="controls text-left">
|
|
|
- <div id="gui_media_config_audio_input_outfree" class="select_on_normal audio_input_outfree_seleceed_save_btn"
|
|
|
+ <div id="gui_media_config_audio_output_infree" class="select_on_normal audio_output_infree_seleceed_save_btn"
|
|
|
onclick="SelectItem(this)" value=""></div>
|
|
|
- <div id="gui_media_config_audio_input_outfree_list" class="select_list hide">
|
|
|
+ <div id="gui_media_config_audio_output_infree_list" class="select_list hide">
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div id="guide_media_config_audio_ouput_outfree_check" class="pull-left margin-left-30 hide"
|
|
|
style="margin-top: 5px;">
|
|
|
- <button id="ip_connect_check" style="color: #F37253;">测试</button>
|
|
|
+ <button id="ip_connect_check" style="color: #F37253;">播放</button>
|
|
|
</div>
|
|
|
<div id="guide_media_config_audio_ouput_outfree_tips" class="clearboth">
|
|
|
<div class="pull-left" style="width:330px;"> </div>
|
|
|
<div class="pull-left">
|
|
|
- <div class="text-left guide_error hide" id="text_guide_media_config_audio_ouput_outfree_tips"></div>
|
|
|
+ <div class="text-left guide_input_descript" id="text_guide_media_config_audio_ouput_outfree_tips">
|
|
|
+ 上方选择提示:信创设备请选择<strong>内置音频</strong>(如有)
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="gui_media_config_audio_input_infree_div" class="clearboth" style="padding-top:14px;">
|
|
|
+ <div id="gui_media_config_audio_input_infree_div" class="clearboth" style="padding-top:20px;">
|
|
|
<div class="pull-left" style="width:330px;">
|
|
|
- <div class="text-right guide_input_label">话筒麦克风:</div>
|
|
|
+ <div class="text-right guide_input_label"><strong>话筒</strong>麦克风:</div>
|
|
|
</div>
|
|
|
<div class="controls text-left">
|
|
|
<div id="gui_media_config_audio_input_infree" class="select_on_normal audio_input_infree_seleceed_save_btn"
|
|
|
@@ -398,7 +397,7 @@
|
|
|
<div class="pull-left" style="width:330px;"> </div>
|
|
|
<div class="pull-left">
|
|
|
<div class="text-left guide_input_descript" id="text_guide_media_config_audio_ouput_outfree_tips">
|
|
|
- 提示:信创设备请选择<strong>内置音频</strong>(如有)
|
|
|
+ 上方选择提示:信创设备请选择<strong>内置音频</strong>(如有)
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -426,7 +425,7 @@
|
|
|
<div align="center" style="padding-top:20px; padding-bottom:20px;width:640px;">
|
|
|
<div class="ic_warning_small pull-left" style="margin-top: 2px;"></div>
|
|
|
<div class="pull-left text-left" style="width:580px;padding-left: 8px;">
|
|
|
- 硬件适配器已根据厂商模板生成默认配置,此页面支持测试和修改;若是第一次安装建议逐一对硬件进行测试验证
|
|
|
+ 硬件适配器已根据厂商模板生成默认配置,此页面支持测试和修改,不需要改动可以直接跳过;<strong>若是第一次安装,建议逐一对硬件进行测试验证</strong>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="adapter_config_content" style="padding-top:10px; max-height: 510px; width: 998px;">
|
|
|
@@ -546,13 +545,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="guide_adapter_config_terminalno_tips" class="clearboth">
|
|
|
- <div class="pull-left" style="width:330px;"> </div>
|
|
|
- <div class="pull-left">
|
|
|
- <div class="text-left guide_error hide" id="text_guide_adapter_config_terminalno_tips"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="clearboth" style="padding-top:10px;" id="guide_adapter_config_port">
|
|
|
+ <div class="clearboth" style="padding-top:20px;" id="guide_adapter_config_port">
|
|
|
<div class="pull-left" style="width:330px;">
|
|
|
<div class="text-right guide_input_label">端口号
|
|
|
</div>
|
|
|
@@ -562,13 +555,7 @@
|
|
|
onfocus="showInputBorder(this)" onblur="hideInputBorder(this)" maxlength="8" value="">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="guide_adapter_config_port_tips" class="clearboth">
|
|
|
- <div class="pull-left" style="width:330px;"> </div>
|
|
|
- <div class="pull-left">
|
|
|
- <div class="text-left guide_error hide" id="text_guide_adapter_config_port_tips"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="clearboth" style="padding-top:10px;" id="guide_adapter_config_baudrate">
|
|
|
+ <div class="clearboth" style="padding-top:20px;" id="guide_adapter_config_baudrate">
|
|
|
<div class="pull-left" style="width:330px;">
|
|
|
<div class="text-right guide_input_label">波特率
|
|
|
</div>
|
|
|
@@ -578,14 +565,7 @@
|
|
|
onfocus="showInputBorder(this)" onblur="hideInputBorder(this)" maxlength="10" value="">
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div id="guide_adapter_config_badurate_tips" class="clearboth">
|
|
|
- <div class="pull-left" style="width:330px;"> </div>
|
|
|
- <div class="pull-left">
|
|
|
- <div class="text-left guide_error hide" id="text_guide_adapter_config_badurate_tips"></div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="clearboth" style="padding-top:15px">
|
|
|
+ <div class="clearboth" style="padding-top:30px">
|
|
|
<div class="controls_short" style="margin-left: 100px;"><button class="btn_normal_short"
|
|
|
id="guide_adapter_config_test">测试</button></div>
|
|
|
<div class="controls_short"><button class="btn_normal_short"
|