X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2Fbooks_by_author.tmpl;h=bdd694ea6d162c3a48434edb4700a3cf01fde3e6;hb=85b0a3f16a1d7299789dc297e86180a5dcb469a0;hp=d093d566bfcb25137b3a9f37a9c5a46efd9e471c;hpb=c36e520339e5c0043fa6861f43ff5915999eb980;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 d093d56..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