X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2Fbooks_by_author.tmpl;h=bdd694ea6d162c3a48434edb4700a3cf01fde3e6;hb=85b0a3f16a1d7299789dc297e86180a5dcb469a0;hp=b8e7c588aa5132717cd98ac31d6b7fa28aa82051;hpb=340957e73caf64e0835d6dfd1b003ed61df28004;p=m_librarian.git diff --git a/m_librarian/web/views/books_by_author.tmpl b/m_librarian/web/views/books_by_author.tmpl index b8e7c58..bdd694e 100644 --- a/m_librarian/web/views/books_by_author.tmpl +++ b/m_librarian/web/views/books_by_author.tmpl @@ -1,31 +1,38 @@ #encoding utf-8 +#import cgi #extends views.layout -#attr $title = 'Список книг автора $author.fullname' +#attr $title = 'Список книг автора' #def body -

$title

+

$title $author.fullname

#if $books - + +
+
- - - + #end for -
$book.ser_no$book.title
+ + + +
+ +
+ #else

Не найдено ни одной книги!

#end if