mdserver-web/plugins/rsyncd/index.html

95 lines
1.9 KiB
HTML
Raw Permalink Normal View History

2022-07-29 12:06:19 -04:00
<style type="text/css">
.overflow_hide {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
}
2022-07-30 02:02:58 -04:00
.lsyncd_exclude label {
font-weight: normal;
margin-right: 20px
}
.lsyncd_exclude button {
vertical-align: 0
}
.lsyncd_exclude {
overflow: hidden;
margin: 15px;
}
.lsyncd_exclude span {
margin-right: 5px
}
.lsyncd_exclude fieldset {
border: 1px solid #ccc;
border-radius: 3px;
float: left;
padding-bottom: 0;
/* width: 240px; */
}
.wafConf fieldset:nth-of-type(2) {
margin: 0 10px
}
.lsyncd_exclude legend {
border: 0 none;
font-size: 14px;
margin: 0 6px;
padding: 3px;
width: auto
}
.lsyncd_exclude fieldset input {
margin-left: 4px
}
.lsyncd_exclude fieldset .table {
margin-top: -1px;
margin-bottom: 0
}
.lsyncd_exclude fieldset .table tr td:nth-of-type(2) {
width: 42px
}
.lsyncd_exclude fieldset .table-overflow {
height: 210px;
overflow: auto;
margin-top: 10px;
border-top: #ddd 1px solid
}
2022-07-29 12:06:19 -04:00
</style>
2019-03-05 06:20:04 -05:00
<div class="bt-form">
<div class="bt-w-main">
<div class="bt-w-menu">
2019-03-06 01:30:53 -05:00
<p class="bgw" onclick="pluginService('rsyncd');">服务</p>
<p onclick="pluginInitD('rsyncd');">自启动</p>
2022-07-29 12:06:19 -04:00
<p onclick="lsyncdSend();">发送配置</p>
2019-03-06 02:07:04 -05:00
<p onclick="rsyncdReceive();">接收配置</p>
2019-03-06 05:47:43 -05:00
<p onclick="rsRead()">说明</p>
2019-03-05 06:20:04 -05:00
</div>
<div class="bt-w-con pd15">
<div class="soft-man-con"></div>
</div>
</div>
</div>
<script type="text/javascript">
2022-07-29 12:06:19 -04:00
2024-03-26 05:42:25 -04:00
resetPluginWinWidth(800);
2024-03-26 05:47:26 -04:00
resetPluginWinHeight(400);
2022-07-29 12:06:19 -04:00
// $.getScript("/plugins/file?name=rsyncd&f=js/base64.js", function() {
// console.log('base64 load');
// });
2022-07-28 01:10:01 -04:00
$.getScript("/plugins/file?name=rsyncd&f=js/rsyncd.js", function() {
2019-03-06 01:30:53 -05:00
pluginService('rsyncd');
2019-03-05 06:20:04 -05:00
});
</script>