{{define "pages/doc.html"}} {{template "layouts/header.html" .}} {{if .Doc}} {{.Doc.DiskName}} - {{get_disk_name .Doc.DiskType}}网盘资源分享 {{else}} 文档未找到 - 网盘资源搜索 {{end}} {{template "layouts/navbar.html" .}}
{{if .Doc}}

{{htmlx .Doc.DiskName}}

{{get_disk_name .Doc.DiskType}}网盘 ID: {{.Doc.DocID}} {{if not (can_index .Doc.MetaData)}} {{end}} {{if .Doc.DiskPass}} 密码: {{.Doc.DiskPass}} {{end}} {{if .IsAdmin}} {{end}}

文件内容:

{{htmlx .Doc.Files}}
{{if .CheckDisk}} {{end}} {{if .Doc.Extensions}}

文件类型:

{{range .Doc.Extensions}} {{.}} {{end}}
{{end}} {{if .Doc.Tags}}

标签:

{{range .Doc.Tags}} {{.}} {{end}}
{{end}}
{{if eq .Doc.Status "normal"}} {{if and .EnableLoginToViewLink (not .Logged)}} {{else}} 访问链接 {{if .ReportDisk}} {{end}} {{end}} {{else}}
资源不可用

抱歉,该资源已失效或被删除。{{if .Similar}}您可以在下方的相似资源中查看类似内容。{{end}}

{{end}}
{{template "widgets/doc-notice.html" .}} {{if or .Similar .SameUser}} {{end}} {{else}}

文档未找到

抱歉,您访问的文档不存在或已被删除。

返回首页
{{end}}
{{template "layouts/footer.html" .}} {{end}}