X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2Findex.tmpl;h=a16ff1a06c5278114b8d67105caeca4b7f37713f;hb=fdede95cc489c5519b2e38130d66d4c01775e341;hp=9832186812d628189bec49f712a7cf65cb49b863;hpb=023023391fc401b00827d001b30ee6d7c29fc5ef;p=m_librarian.git diff --git a/m_librarian/web/views/index.tmpl b/m_librarian/web/views/index.tmpl index 9832186..a16ff1a 100644 --- a/m_librarian/web/views/index.tmpl +++ b/m_librarian/web/views/index.tmpl @@ -1,9 +1,14 @@ +#encoding utf-8 #extends views.layout -#attr $title = 'Index' +#attr $title = 'Поиск' #def body -

Index

+

Поиск авторов

-

Hello, World!

+#from views.search_authors_form import search_authors_form +$search_authors_form(searchList=$searchList) -

Quit

+

Поиск книг

+ +#from views.search_books_form import search_books_form +$search_books_form(searchList=$searchList) #end def