templates/themes/ansi-dark/status.tmpl
changeset 195 1c655ba64ecf
parent 172 0d651f070319
equal deleted inserted replaced
194:660233815ca8 195:1c655ba64ecf
     1 - Status ID: {{color "red"}}{{.id}}{{color "reset"}}  {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     1 - Status ID: {{color "red"}}{{.id}}{{color "reset"}}  {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     2   Name: {{color ",,bold"}}{{.account.display_name}}{{color "reset"}}
     2   Name: {{color ",,bold"}}{{.account.display_name}}{{color "reset"}}
       
     3 {{- if .pinned}}
       
     4   Pinned: {{.pinned}}{{end}}
     3   Visibility: {{.visibility}}
     5   Visibility: {{.visibility}}
     4   Date: {{.created_at | tolocal}}
     6   Date: {{.created_at | tolocal}}
     5   URL: {{.url}}
     7   URL: {{.url}}
     6 {{- if .reblog }}{{with .reblog}}
     8 {{- if .reblog }}{{with .reblog}}
     7   {{color ",,bold"}}Reblogged from: {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
     9   {{color ",,bold"}}Reblogged from: {{color "magenta"}}@{{.account.acct}}{{color "reset"}}
    15 {{- with .spoiler_text}}
    17 {{- with .spoiler_text}}
    16     Spoiler: {{.}}{{end}}
    18     Spoiler: {{.}}{{end}}
    17     Message: {{color "green"}}{{.content | fromhtml | wrap "       " 79 | trim}}{{color "reset"}}
    19     Message: {{color "green"}}{{.content | fromhtml | wrap "       " 79 | trim}}{{color "reset"}}
    18 {{- range .media_attachments}}
    20 {{- range .media_attachments}}
    19     - Attachment ID: {{.id}}
    21     - Attachment ID: {{.id}}
       
    22 {{- if .description}}
       
    23       Description: {{color ",,bold"}}{{.description}}{{color "reset"}}{{end}}
    20 {{- if .text_url}}
    24 {{- if .text_url}}
    21       Text URL: {{.text_url}}{{else if .url}}
    25       Text URL: {{.text_url}}{{else if .url}}
    22       URL: {{.url}}{{else if .remote_url}}
    26       URL: {{.url}}{{else if .remote_url}}
    23       Remote URL: {{.remote_url}}{{end}}{{end}}
    27       Remote URL: {{.remote_url}}{{end}}{{end}}
    24 {{end}}{{else}}
    28 {{end}}{{else}}