]> git.phdru.name Git - m_librarian.git/blob - m_librarian/web/views/search_authors_form.py
Feat(web): Preserve values in form
[m_librarian.git] / m_librarian / web / views / search_authors_form.py
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3
4
5
6
7 ##################################################
8 ## DEPENDENCIES
9 import sys
10 import os
11 import os.path
12 try:
13     import builtins as builtin
14 except ImportError:
15     import __builtin__ as builtin
16 from os.path import getmtime, exists
17 import time
18 import types
19 from Cheetah.Version import MinCompatibleVersion as RequiredCheetahVersion
20 from Cheetah.Version import MinCompatibleVersionTuple as RequiredCheetahVersionTuple
21 from Cheetah.Template import Template
22 from Cheetah.DummyTransaction import *
23 from Cheetah.NameMapper import NotFound, valueForName, valueFromSearchList, valueFromFrameOrSearchList
24 from Cheetah.CacheRegion import CacheRegion
25 import Cheetah.Filters as Filters
26 import Cheetah.ErrorCatchers as ErrorCatchers
27 from Cheetah.compat import unicode
28 from bottle import html_escape
29
30 ##################################################
31 ## MODULE CONSTANTS
32 VFFSL=valueFromFrameOrSearchList
33 VFSL=valueFromSearchList
34 VFN=valueForName
35 currentTime=time.time
36 __CHEETAH_version__ = '3.1.0'
37 __CHEETAH_versionTuple__ = (3, 1, 0, 'final', 1)
38 __CHEETAH_genTime__ = 1522963362.420098
39 __CHEETAH_genTimestamp__ = 'Fri Apr  6 00:22:42 2018'
40 __CHEETAH_src__ = 'search_authors_form.tmpl'
41 __CHEETAH_srcLastModified__ = 'Fri Apr  6 00:22:40 2018'
42 __CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine'
43
44 if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
45     raise AssertionError(
46       'This template was compiled with Cheetah version'
47       ' %s. Templates compiled before version %s must be recompiled.'%(
48          __CHEETAH_version__, RequiredCheetahVersion))
49
50 ##################################################
51 ## CLASSES
52
53 class search_authors_form(Template):
54
55     ##################################################
56     ## CHEETAH GENERATED METHODS
57
58
59     def __init__(self, *args, **KWs):
60
61         super(search_authors_form, self).__init__(*args, **KWs)
62         if not self._CHEETAH__instanceInitialized:
63             cheetahKWArgs = {}
64             allowedKWs = 'searchList namespaces filter filtersLib errorCatcher'.split()
65             for k,v in KWs.items():
66                 if k in allowedKWs: cheetahKWArgs[k] = v
67             self._initCheetahInstance(**cheetahKWArgs)
68         
69
70     def search_type_checked(self, value, **KWS):
71
72
73
74         ## CHEETAH: generated from #def $search_type_checked($value) at line 3, col 1.
75         trans = KWS.get("trans")
76         if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
77             trans = self.transaction # is None unless self.awake() was called
78         if not trans:
79             trans = DummyTransaction()
80             _dummyTrans = True
81         else: _dummyTrans = False
82         write = trans.response().write
83         SL = self._CHEETAH__searchList
84         _filter = self._CHEETAH__currentFilter
85         
86         ########################################
87         ## START - generated method body
88         
89         if VFFSL(SL,"getVar",False)('search_type', '') == VFFSL(SL,"value",True): # generated from line 4, col 1
90             write(u'''checked''')
91         
92         ########################################
93         ## END - generated method body
94         
95         return _dummyTrans and trans.response().getvalue() or ""
96         
97
98     def case_sensitive_checked(self, **KWS):
99
100
101
102         ## CHEETAH: generated from #def $case_sensitive_checked at line 8, col 1.
103         trans = KWS.get("trans")
104         if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
105             trans = self.transaction # is None unless self.awake() was called
106         if not trans:
107             trans = DummyTransaction()
108             _dummyTrans = True
109         else: _dummyTrans = False
110         write = trans.response().write
111         SL = self._CHEETAH__searchList
112         _filter = self._CHEETAH__currentFilter
113         
114         ########################################
115         ## START - generated method body
116         
117         if VFFSL(SL,"getVar",False)('case_sensitive', None): # generated from line 9, col 1
118             write(u'''checked''')
119         
120         ########################################
121         ## END - generated method body
122         
123         return _dummyTrans and trans.response().getvalue() or ""
124         
125
126     def respond(self, trans=None):
127
128
129
130         ## CHEETAH: main method generated for this template
131         if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
132             trans = self.transaction # is None unless self.awake() was called
133         if not trans:
134             trans = DummyTransaction()
135             _dummyTrans = True
136         else: _dummyTrans = False
137         write = trans.response().write
138         SL = self._CHEETAH__searchList
139         _filter = self._CHEETAH__currentFilter
140         
141         ########################################
142         ## START - generated method body
143         
144         write(u'''<form action="/search_authors/" method="POST">
145   <input name="search_authors" value="''')
146         _v = VFFSL(SL,"html_escape",False)(VFFSL(SL,"getVar",False)('search_authors', '')) # u"$html_escape($getVar('search_authors', ''))" on line 14, col 39
147         if _v is not None: write(_filter(_v, rawExpr=u"$html_escape($getVar('search_authors', ''))")) # from line 14, col 39.
148         write(u'''" type="text" style="width: 80%">
149   <br>
150   <input name="search_type" value="start" ''')
151         _v = VFFSL(SL,"search_type_checked",False)('start') # u"$search_type_checked('start')" on line 16, col 43
152         if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('start')")) # from line 16, col 43.
153         write(u''' type="radio">
154   \u041f\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0430 \u0432 \u043d\u0430\u0447\u0430\u043b\u0435
155   <input name="search_type" value="substring" ''')
156         _v = VFFSL(SL,"search_type_checked",False)('substring') # u"$search_type_checked('substring')" on line 18, col 47
157         if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('substring')")) # from line 18, col 47.
158         write(u''' type="radio">
159   \u041f\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0430
160   <input name="search_type" value="full" ''')
161         _v = VFFSL(SL,"search_type_checked",False)('full') # u"$search_type_checked('full')" on line 20, col 42
162         if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('full')")) # from line 20, col 42.
163         write(u''' type="radio">
164   \u0422\u043e\u0447\u043d\u043e\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u0435
165   <br>
166   <input name="case_sensitive" type="checkbox" ''')
167         _v = VFFSL(SL,"case_sensitive_checked",True) # u'$case_sensitive_checked' on line 23, col 48
168         if _v is not None: write(_filter(_v, rawExpr=u'$case_sensitive_checked')) # from line 23, col 48.
169         write(u'''>
170   \u0420\u0430\u0437\u043b\u0438\u0447\u0430\u0442\u044c \u043f\u0440\u043e\u043f\u0438\u0441\u043d\u044b\u0435/\u0441\u0442\u0440\u043e\u0447\u043d\u044b\u0435
171   <br>
172   <input name="submit" type="submit">
173 </form>
174 ''')
175         
176         ########################################
177         ## END - generated method body
178         
179         return _dummyTrans and trans.response().getvalue() or ""
180         
181     ##################################################
182     ## CHEETAH GENERATED ATTRIBUTES
183
184
185     _CHEETAH__instanceInitialized = False
186
187     _CHEETAH_version = __CHEETAH_version__
188
189     _CHEETAH_versionTuple = __CHEETAH_versionTuple__
190
191     _CHEETAH_genTime = __CHEETAH_genTime__
192
193     _CHEETAH_genTimestamp = __CHEETAH_genTimestamp__
194
195     _CHEETAH_src = __CHEETAH_src__
196
197     _CHEETAH_srcLastModified = __CHEETAH_srcLastModified__
198
199     _mainCheetahMethod_for_search_authors_form = 'respond'
200
201 ## END CLASS DEFINITION
202
203 if not hasattr(search_authors_form, '_initCheetahAttributes'):
204     templateAPIClass = getattr(search_authors_form,
205                                '_CHEETAH_templateClass',
206                                Template)
207     templateAPIClass._addCheetahPlumbingCodeToClass(search_authors_form)
208
209
210 # CHEETAH was developed by Tavis Rudd and Mike Orr
211 # with code, advice and input from many other volunteers.
212 # For more information visit http://cheetahtemplate.org/
213
214 ##################################################
215 ## if run from command line:
216 if __name__ == '__main__':
217     from Cheetah.TemplateCmdLineIface import CmdLineIface
218     CmdLineIface(templateObj=search_authors_form()).run()
219
220