diff --git a/app/views/admin/blog/list.html b/app/views/admin/blog/list.html new file mode 100644 index 0000000..6f8969b --- /dev/null +++ b/app/views/admin/blog/list.html @@ -0,0 +1,130 @@ +{{template "admin/top.html" .}} +
+ + | + {{$url := urlConcat "/adminBlog/index" "keywords" .keywords}} ++ Title + + + + + + | ++ Username + + + + + + | + ++ Create Date + + + + + + | +
---|---|---|---|
+ + | ++ {{.Title|raw}} + | ++ + {{.User.Username}} + + | ++ {{.CreatedTime|datetime}} + | +
+ + Large button + +
+ ++ + Small button + +
+ ++ Single button dropdowns +
++ Split button dropdowns & variation +
++ + + + Html5 + + + + + CSS3 + +
++ + + + Block button with icon + +
++ + + + Block button with icon + +
++ Vertical button groups +
++ Nested button groups +
++ Justified button groups +
++ Multiple button groups +
+ ++ + There are a few easy ways to quickly get started with Bootstrap, each + one ... + + +
++ +
++ + + + + + +
++ + | + {{$url := urlConcat "/adminEmail/list" "keywords" .keywords}} ++ Email + + + + + + | ++ Subject + + + + + + | ++ Ok + + + + + + | ++ Msg + + + + + + | ++ Date + + + + + + | ++ | +
---|---|---|---|---|---|---|
+ + | ++ {{.Email}} + | ++ {{.Subject}} + | ++ {{.Ok}} + | ++ {{.Msg}} + | ++ {{.CreatedTime|datetime}} + | ++ Send + Delete + | +