gosora/templates/topic_c_attach_item.html

4 lines
307 B
HTML
Raw Normal View History

2020-03-09 10:37:41 +00:00
{{if .ImgSrc}}<img src='{{.ImgSrc}}' height=24 width=24/>{{end}}
<span class='attach_item_path' aid='{{.ID}}' fullpath='{{.FullPath}}'>{{.Path}}</span>
<button class='attach_item_select'>{{lang "topic.select_button_text"}}</button>
<button class='attach_item_copy'>{{lang "topic.copy_button_text"}}</button>