Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mdserver-web/plugins/rsyncd/index.html

95 lines
1.9 KiB

3 years ago
<style type="text/css">
.overflow_hide {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
}
3 years ago
.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
}
3 years ago
</style>
6 years ago
<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>
3 years ago
<p onclick="lsyncdSend();">发送配置</p>
6 years ago
<p onclick="rsyncdReceive();">接收配置</p>
<p onclick="rsRead()">说明</p>
6 years ago
</div>
<div class="bt-w-con pd15">
<div class="soft-man-con"></div>
</div>
</div>
</div>
<script type="text/javascript">
3 years ago
resetPluginWinWidth(800);
resetPluginWinHeight(400);
3 years ago
// $.getScript("/plugins/file?name=rsyncd&f=js/base64.js", function() {
// console.log('base64 load');
// });
3 years ago
$.getScript("/plugins/file?name=rsyncd&f=js/rsyncd.js", function() {
pluginService('rsyncd');
6 years ago
});
</script>