X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_librarian%2Fweb%2Fviews%2Flist_books.tmpl;fp=m_librarian%2Fweb%2Fviews%2Flist_books.tmpl;h=9566e89ff56bf8a78326420fa27a8dfc7de40a4e;hb=fdede95cc489c5519b2e38130d66d4c01775e341;hp=0000000000000000000000000000000000000000;hpb=34b5437b097b0cfa0b87471029d14308106e3862;p=m_librarian.git diff --git a/m_librarian/web/views/list_books.tmpl b/m_librarian/web/views/list_books.tmpl new file mode 100644 index 0000000..9566e89 --- /dev/null +++ b/m_librarian/web/views/list_books.tmpl @@ -0,0 +1,39 @@ +#encoding utf-8 +#import cgi +#extends views.layout +#attr $title = 'Список книг' +#def body +

$title

+ +#if $books +
+
+ +
+
+ +
+
+#else +

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

+#end if +#end def