{{if (ads "search-top" $.IsMobile)}}
{{str2html (ads "search-top" $.IsMobile)}}
{{end}}
{{if eq $.Tab "book"}}
{{range .Books}}
-
{{.BookName}}
{{.DocCount}}
{{.Vcnt}}
{{.Star}}
{{dateformat .CreateTime "2006-01-02"}}
{{isubstr .Description 180}}
{{else}}
-
{{end}}
{{end}}
{{if eq $.Tab "doc"}}
{{range .Docs}}
-
{{else}}
-
很遗憾,没搜到相关文档,建议您更换关键字重新搜索
{{end}}
{{end}}
{{if (ads "search-bottom" $.IsMobile)}}
{{str2html (ads "search-bottom" $.IsMobile)}}
{{end}}
{{.PageHtml}}
{{if (ads "search-right" $.IsMobile)}}
{{str2html (ads "search-right" $.IsMobile)}}
{{end}}