2017-04-20 18:19:32 +08:00
|
|
|
<!DOCTYPE html>
|
2017-04-30 22:13:12 +08:00
|
|
|
<html lang="zh-CN" xmlns="http://www.w3.org/1999/html">
|
2017-04-20 18:19:32 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<title>概要 - Powered by MinDoc</title>
|
|
|
|
|
|
|
|
<!-- Bootstrap -->
|
2017-05-12 14:21:29 +08:00
|
|
|
<link href="{{cdncss "/static/bootstrap/css/bootstrap.min.css"}}" rel="stylesheet">
|
|
|
|
<link href="{{cdncss "/static/font-awesome/css/font-awesome.min.css"}}" rel="stylesheet">
|
2017-04-20 18:19:32 +08:00
|
|
|
|
2018-08-15 15:33:22 +08:00
|
|
|
<link href="{{cdncss "/static/css/main.css" "version"}}" rel="stylesheet">
|
2017-04-20 18:19:32 +08:00
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="/static/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
|
|
<script src="/static/respond.js/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="manual-reader">
|
|
|
|
{{template "widgets/header.tpl" .}}
|
|
|
|
<div class="container manual-body">
|
|
|
|
<div class="row">
|
|
|
|
<div class="page-left">
|
|
|
|
<ul class="menu">
|
2017-04-22 17:24:17 +08:00
|
|
|
<li class="active"><a href="{{urlfor "BookController.Dashboard" ":key" .Model.Identify}}" class="item"><i class="fa fa-dashboard" aria-hidden="true"></i> 概要</a> </li>
|
2017-04-25 20:05:59 +08:00
|
|
|
{{if eq .Model.RoleId 0 1}}
|
2018-11-26 18:54:50 +08:00
|
|
|
<li><a href="{{urlfor "BookController.Users" ":key" .Model.Identify}}" class="item"><i class="fa fa-user" aria-hidden="true"></i> 成员</a> </li>
|
2018-11-15 18:31:02 +08:00
|
|
|
<li><a href="{{urlfor "BookController.Team" ":key" .Model.Identify}}" class="item"><i class="fa fa-group" aria-hidden="true"></i> 团队</a> </li>
|
|
|
|
<li><a href="{{urlfor "BookController.Setting" ":key" .Model.Identify}}" class="item"><i class="fa fa-gear" aria-hidden="true"></i> 设置</a> </li>
|
2017-04-25 20:05:59 +08:00
|
|
|
{{end}}
|
2017-04-20 18:19:32 +08:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="page-right">
|
|
|
|
<div class="m-box">
|
|
|
|
<div class="box-head">
|
2017-04-22 17:24:17 +08:00
|
|
|
<strong class="box-title">
|
|
|
|
{{if eq .Model.PrivatelyOwned 0}}
|
|
|
|
<i class="fa fa-unlock" aria-hidden="true" title="公开项目" data-toggle="tooltip"></i>
|
|
|
|
{{else}}
|
|
|
|
<i class="fa fa-lock" aria-hidden="true" title="私有项目" data-toggle="tooltip"></i>
|
|
|
|
{{end}}
|
|
|
|
{{.Model.BookName}}
|
|
|
|
</strong>
|
|
|
|
{{if ne .Model.RoleId 3}}
|
2017-04-26 18:17:38 +08:00
|
|
|
<a href="{{urlfor "DocumentController.Edit" ":key" .Model.Identify ":id" ""}}" class="btn btn-default btn-sm pull-right" target="_blank"><i class="fa fa-edit" aria-hidden="true"></i> 编辑</a>
|
2017-04-25 20:05:59 +08:00
|
|
|
{{end}}
|
2017-04-22 17:24:17 +08:00
|
|
|
<a href="{{urlfor "DocumentController.Index" ":key" .Model.Identify}}" class="btn btn-default btn-sm pull-right" style="margin-right: 5px;" target="_blank"><i class="fa fa-eye"></i> 阅读</a>
|
2017-04-25 20:05:59 +08:00
|
|
|
|
|
|
|
{{if eq .Model.RoleId 0 1 2}}
|
2017-04-30 22:13:12 +08:00
|
|
|
<button class="btn btn-default btn-sm pull-right" style="margin-right: 5px;" id="btnRelease"><i class="fa fa-upload" aria-hidden="true"></i> 发布</button>
|
2017-04-22 17:24:17 +08:00
|
|
|
{{end}}
|
2017-04-20 18:19:32 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="box-body">
|
|
|
|
<div class="dashboard">
|
|
|
|
<div class="pull-left" style="width: 200px;margin-bottom: 15px;">
|
|
|
|
<div class="book-image">
|
2018-08-14 15:57:52 +08:00
|
|
|
<img src="{{cdnimg .Model.Cover}}" onerror="this.src='{{cdnimg "/static/images/book.jpg"}}'" style="border: 1px solid #666;width: 175px;">
|
2017-04-20 18:19:32 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="list">
|
|
|
|
<span class="title">创建者:</span>
|
2017-04-22 17:24:17 +08:00
|
|
|
<span class="body">{{.Model.CreateName}}</span>
|
2017-04-20 18:19:32 +08:00
|
|
|
</div>
|
|
|
|
<div class="list">
|
|
|
|
<span class="title">文档数量:</span>
|
2017-04-22 17:24:17 +08:00
|
|
|
<span class="body">{{.Model.DocCount}} 篇</span>
|
2017-04-20 18:19:32 +08:00
|
|
|
</div>
|
|
|
|
<div class="list">
|
|
|
|
<span class="title">创建时间:</span>
|
2018-03-23 10:00:36 +08:00
|
|
|
<span class="body"> {{date_format .Model.CreateTime "2006-01-02 15:04:05"}} </span>
|
2017-04-20 18:19:32 +08:00
|
|
|
</div>
|
|
|
|
<div class="list">
|
|
|
|
<span class="title">修改时间:</span>
|
2018-03-23 10:00:36 +08:00
|
|
|
<span class="body"> {{date_format .Model.CreateTime "2006-01-02 15:04:05"}} </span>
|
2017-04-20 18:19:32 +08:00
|
|
|
</div>
|
2017-04-22 17:24:17 +08:00
|
|
|
<div class="list">
|
|
|
|
<span class="title">担任角色:</span>
|
|
|
|
<span class="body">{{.Model.RoleName}}</span>
|
|
|
|
</div>
|
2017-05-12 14:21:29 +08:00
|
|
|
<!-- {{/* <div class="list">
|
2017-04-22 17:24:17 +08:00
|
|
|
<span class="title">评论数量:</span>
|
|
|
|
<span class="body">{{.Model.CommentCount}} 条</span>
|
2017-05-02 18:09:46 +08:00
|
|
|
</div>*/}}
|
2017-05-12 14:21:29 +08:00
|
|
|
-->
|
2017-05-02 18:09:46 +08:00
|
|
|
<div class="list">
|
|
|
|
<span class="title">文档标签:</span>
|
|
|
|
<span class="body">{{.Model.Label}}</span>
|
|
|
|
</div>
|
2018-02-27 13:25:31 +08:00
|
|
|
<div class="summary">{{.Description}} </div>
|
2017-04-20 18:19:32 +08:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "widgets/footer.tpl" .}}
|
|
|
|
</div>
|
2017-05-12 14:21:29 +08:00
|
|
|
<script src="{{cdnjs "/static/jquery/1.12.4/jquery.min.js"}}"></script>
|
|
|
|
<script src="{{cdnjs "/static/bootstrap/js/bootstrap.min.js"}}"></script>
|
|
|
|
<script src="{{cdnjs "/static/layer/layer.js"}}"></script>
|
2018-02-05 13:41:24 +08:00
|
|
|
<script src="{{cdnjs "/static/js/main.js"}}" type="text/javascript"></script>
|
2017-04-30 22:13:12 +08:00
|
|
|
<script type="text/javascript">
|
|
|
|
$(function () {
|
|
|
|
$("#btnRelease").on("click",function () {
|
|
|
|
$.ajax({
|
|
|
|
url : "{{urlfor "BookController.Release" ":key" .Model.Identify}}",
|
|
|
|
data :{"identify" : "{{.Model.Identify}}" },
|
|
|
|
type : "post",
|
|
|
|
dataType : "json",
|
|
|
|
success : function (res) {
|
|
|
|
if(res.errcode === 0){
|
|
|
|
layer.msg("发布任务已推送到任务队列,稍后将在后台执行。");
|
|
|
|
}else{
|
|
|
|
layer.msg(res.message);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
2017-04-20 18:19:32 +08:00
|
|
|
|
2017-04-30 22:13:12 +08:00
|
|
|
});
|
|
|
|
</script>
|
2017-04-20 18:19:32 +08:00
|
|
|
</body>
|
|
|
|
</html>
|