]> git.phdru.name Git - m_librarian.git/commitdiff
Feat(m_librarian/web/views/layout.tmpl): Add link to the root
authorOleg Broytman <phd@phdru.name>
Tue, 22 Dec 2020 22:55:19 +0000 (01:55 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 23 Dec 2020 01:33:00 +0000 (04:33 +0300)
docs-ru/news.rst
docs/news.rst
m_librarian/web/views/layout.py
m_librarian/web/views/layout.tmpl

index e490c1b86f6a749df2a481f16f5493723bc848d1..ad2506169388c41296eb816dc9b3bc48a44485d0 100644 (file)
@@ -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)
 -------------------------
 
index ec811f0943313da39706782f5b85dbea8f514c07..62e8ea9b31abdbeba701460151d8cf083469a620 100644 (file)
@@ -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)
 --------------------------
 
index d7cae1afbcc5fc49e13d5f4d697825fd9126dd79..524a0b7f8b20f42e51d9283afccaeed10ca0ce89 100644 (file)
@@ -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">
 <table style="width: 100%">
 <tr style="width: 100%">
-  <td style="width: 50%"><p>m_Librarian</p></td>
+  <td style="width: 50%"><p><a href="/">m_Librarian</a></p></td>
   <td style="width: 50%; text-align: right"><a href="/quit">\u0412\u044b\u0445\u043e\u0434</a></td>
 </tr>
 </table>
@@ -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:
index 349d07e511c740304a92d11f0f5f98856f75dbea..10fc0b37c7fac7338475d960afc5a1a57d795feb 100644 (file)
@@ -18,7 +18,7 @@
       link="#0000bb"  vlink="#551a8b" alink="#ff0000">
 <table style="width: 100%">
 <tr style="width: 100%">
-  <td style="width: 50%"><p>m_Librarian</p></td>
+  <td style="width: 50%"><p><a href="/">m_Librarian</a></p></td>
   <td style="width: 50%; text-align: right"><a href="/quit">Выход</a></td>
 </tr>
 </table>