X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2Fbooks_by_author.tmpl;h=bdd694ea6d162c3a48434edb4700a3cf01fde3e6;hb=85b0a3f16a1d7299789dc297e86180a5dcb469a0;hp=240771d55d39d7a4ae04d35c54edee06488ed781;hpb=41c3f360f44b3680c1a3a5ca9defa79a203b811a;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 240771d..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 = 'Список книг автора' #def body

$title $author.fullname

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

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

#end if