mirror of https://github.com/midoks/mdserver-web
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.
95 lines
1.9 KiB
95 lines
1.9 KiB
<style type="text/css">
|
|
.overflow_hide {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.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
|
|
}
|
|
|
|
|
|
</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(800);
|
|
resetPluginWinHeight(400);
|
|
// $.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> |