From 6d0dc451e45effc8cbb6953a766b111036d893ce Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 4 Jul 2018 22:05:19 -0700 Subject: Add search form --- template/common.go | 25 +++++++++++++++------- template/html/common/entry_pagination.html | 4 ++-- template/html/common/layout.html | 9 ++++++++ template/html/common/pagination.html | 4 ++-- template/html/search_entries.html | 30 ++++++++++++++++++++++++++ template/views.go | 34 +++++++++++++++++++++++++++++- 6 files changed, 93 insertions(+), 13 deletions(-) create mode 100644 template/html/search_entries.html (limited to 'template') diff --git a/template/common.go b/template/common.go index 1c0f5e2..be12839 100644 --- a/template/common.go +++ b/template/common.go @@ -1,5 +1,5 @@ // Code generated by go generate; DO NOT EDIT. -// 2018-06-21 15:46:05.07724268 +0200 CEST m=+0.035251547 +// 2018-07-04 22:00:22.176755806 -0700 PDT m=+0.038649607 package template @@ -8,7 +8,7 @@ var templateCommonMap = map[string]string{