mdserver-web/plugins/rsyncd/index.html

34 lines
917 B
HTML
Executable File

<style type="text/css">
.overflow_hide {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
}
</style>
<div class="bt-form">
<div class="bt-w-main">
<div class="bt-w-menu">
<p class="bgw" onclick="pluginService('rsyncd');">服务</p>
<p onclick="pluginInitD('rsyncd');">自启动</p>
<p onclick="lsyncdSend();">发送配置</p>
<p onclick="rsyncdReceive();">接收配置</p>
<p onclick="rsRead()">说明</p>
</div>
<div class="bt-w-con pd15">
<div class="soft-man-con"></div>
</div>
</div>
</div>
<script type="text/javascript">
resetPluginWinWidth(700);
// $.getScript("/plugins/file?name=rsyncd&f=js/base64.js", function() {
// console.log('base64 load');
// });
$.getScript("/plugins/file?name=rsyncd&f=js/rsyncd.js", function() {
pluginService('rsyncd');
});
</script>