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.
|
|
|
<style>
|
|
|
|
.overflow_hide {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<div class="bt-form">
|
|
|
|
<div class="bt-w-main">
|
|
|
|
<div class="bt-w-menu">
|
|
|
|
<p class="bgw" onclick="pluginService('gogs');">服务</p>
|
|
|
|
<p onclick="pluginInitD('gogs');">自启动</p>
|
|
|
|
<!-- <p onclick="pluginConfig('gogs',null, 'init_conf');">启动配置</p> -->
|
|
|
|
<p onclick="gogsEditTpl();">手动编辑</p>
|
|
|
|
<p onclick="pluginConfig('gogs',null, 'conf');">配置文件</p>
|
|
|
|
<p onclick="gogsSetConfig();">配置修改</p>
|
|
|
|
<p onclick="gogsUserList();">用户列表</p>
|
|
|
|
<p onclick="gogsRepoList();">项目列表</p>
|
|
|
|
<p onclick="pluginLogs('gogs',null,'run_log');">运行日志</p>
|
|
|
|
<p onclick="pluginLogs('gogs',null,'post_receive_log');" title="提交post-receive日志">提交日志</p>
|
|
|
|
<p onclick="gogsRead();">使用说明</p>
|
|
|
|
</div>
|
|
|
|
<div class="bt-w-con pd15">
|
|
|
|
<div class="soft-man-con"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
resetPluginWinHeight(530);
|
|
|
|
$.getScript( "/plugins/file?name=gogs&f=js/gogs.js",function(){
|
|
|
|
pluginService('gogs');
|
|
|
|
});
|
|
|
|
</script>
|