From 4e1404c5e9bcbc64b2c8f6db2b5a779140be3623 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 23 Dec 2020 01:55:19 +0300 Subject: [PATCH] Feat(m_librarian/web/views/layout.tmpl): Add link to the root --- docs-ru/news.rst | 4 +++- docs/news.rst | 4 +++- m_librarian/web/views/layout.py | 14 +++++++------- m_librarian/web/views/layout.tmpl | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/docs-ru/news.rst b/docs-ru/news.rst index e490c1b..ad25061 100644 --- a/docs-ru/news.rst +++ b/docs-ru/news.rst @@ -1,7 +1,7 @@ Новости ======= -Версия 0.1.6 (2019-05-??) +Версия 0.1.6 (2020-12-??) ------------------------- * Поместить файл ``m_librarian.lock`` в общую директорию; @@ -9,6 +9,8 @@ чтобы иметь возможность запускать ``m_librarian`` для разных пользователей. +* Улучшение в web-интерфейсе: сделана ссылка на корень. + Версия 0.1.5 (2019-02-01) ------------------------- diff --git a/docs/news.rst b/docs/news.rst index ec811f0..62e8ea9 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,12 +1,14 @@ News ==== -Version 0.1.6 (2019-05-??) +Version 0.1.6 (2020-12-??) -------------------------- * Store lock file in a shared directory; use ``$UID`` as a suffix to separate lock files for different users. +* Enhancement in web-ui: added a link to the root. + Version 0.1.5 (2019-02-01) -------------------------- diff --git a/m_librarian/web/views/layout.py b/m_librarian/web/views/layout.py index d7cae1a..524a0b7 100644 --- a/m_librarian/web/views/layout.py +++ b/m_librarian/web/views/layout.py @@ -32,12 +32,12 @@ VFFSL=valueFromFrameOrSearchList VFSL=valueFromSearchList VFN=valueForName currentTime=time.time -__CHEETAH_version__ = '3.1.0' -__CHEETAH_versionTuple__ = (3, 1, 0, 'final', 1) -__CHEETAH_genTime__ = 1523141278.03866 -__CHEETAH_genTimestamp__ = 'Sun Apr 8 01:47:58 2018' +__CHEETAH_version__ = '3.2.6' +__CHEETAH_versionTuple__ = (3, 2, 6, 'final', 0) +__CHEETAH_genTime__ = 1608677601.931249 +__CHEETAH_genTimestamp__ = 'Wed Dec 23 01:53:21 2020' __CHEETAH_src__ = 'layout.tmpl' -__CHEETAH_srcLastModified__ = 'Sun Apr 8 01:47:39 2018' +__CHEETAH_srcLastModified__ = 'Wed Dec 23 01:52:26 2020' __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine' if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple: @@ -105,7 +105,7 @@ class layout(Template): link="#0000bb" vlink="#551a8b" alink="#ff0000"> - +

m_Librarian

m_Librarian

\u0412\u044b\u0445\u043e\u0434
@@ -155,7 +155,7 @@ if not hasattr(layout, '_initCheetahAttributes'): # CHEETAH was developed by Tavis Rudd and Mike Orr # with code, advice and input from many other volunteers. -# For more information visit http://cheetahtemplate.org/ +# For more information visit https://cheetahtemplate.org/ ################################################## ## if run from command line: diff --git a/m_librarian/web/views/layout.tmpl b/m_librarian/web/views/layout.tmpl index 349d07e..10fc0b3 100644 --- a/m_librarian/web/views/layout.tmpl +++ b/m_librarian/web/views/layout.tmpl @@ -18,7 +18,7 @@ link="#0000bb" vlink="#551a8b" alink="#ff0000"> - +

m_Librarian

m_Librarian

Выход
-- 2.39.2