{{Extend "layout"}} {{Block "title"}}{{"历史记录"|T}}{{/Block}} {{Block "breadcrumb"}} {{Super}}
  • {{"历史记录"|T}}
  • {{/Block}} {{Block "main"}}

    {{"历史记录"|T}}

    {{range $k,$v := Stored.listData}} {{end}}
    ID {{"页面ID"|T}} {{"页面"|T}} {{"时间"|T}} {{"操作"|T}}
    {{$v.Id}} {{$v.PageId}} {{- "标题"|T -}}: {{- if $v.Title -}} {{- $v.Title -}} {{- else }} [{{"无"|T}}] {{- end -}}
    {{- "网址"|T -}}: {{$v.Url}}
    {{"创建"|T}}: {{(Date $v.Created).Format "2006-01-02 15:04:05"}}
    {{"导出"|T}}: {{if gt $v.Exported 0}}{{(Date $v.Exported).Format "2006-01-02 15:04:05"}}{{else}}N/A{{end}}
    {{if eq $v.HasChild "Y"}} {{end}}
    {{Stored.pagination.Render}}
    {{/Block}} {{Block "footer"}} {{Modal "__TMPL__/collector/collected_content.yaml"}} {{/Block}}