gosora/templates/topic_c_attach_item.html

4 lines
308 B
HTML
Raw Normal View History

{{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>