currentTime=time.time
__CHEETAH_version__ = '3.1.0'
__CHEETAH_versionTuple__ = (3, 1, 0, 'final', 1)
-__CHEETAH_genTime__ = 1522963362.420098
-__CHEETAH_genTimestamp__ = 'Fri Apr 6 00:22:42 2018'
+__CHEETAH_genTime__ = 1527353789.984589
+__CHEETAH_genTimestamp__ = 'Sat May 26 19:56:29 2018'
__CHEETAH_src__ = 'search_authors_form.tmpl'
-__CHEETAH_srcLastModified__ = 'Fri Apr 6 00:22:40 2018'
+__CHEETAH_srcLastModified__ = 'Sat May 26 19:56:28 2018'
__CHEETAH_docstring__ = 'Autogenerated by Cheetah: The Python-Powered Template Engine'
if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
## START - generated method body
write(u'''<form action="/search_authors/" method="POST">
+ <div style="width: 100%">
<input name="search_authors" value="''')
- _v = VFFSL(SL,"html_escape",False)(VFFSL(SL,"getVar",False)('search_authors', '')) # u"$html_escape($getVar('search_authors', ''))" on line 14, col 39
- if _v is not None: write(_filter(_v, rawExpr=u"$html_escape($getVar('search_authors', ''))")) # from line 14, col 39.
- write(u'''" type="text" style="width: 80%">
+ _v = VFFSL(SL,"html_escape",False)(VFFSL(SL,"getVar",False)('search_authors',
+ ''))
+ if _v is not None: write(_filter(_v, rawExpr=u"$html_escape($getVar('search_authors',\n ''))")) # from line 15, col 39.
+ write(u'''" type="text" style="width: 100%">
<br>
<input name="search_type" value="start" ''')
- _v = VFFSL(SL,"search_type_checked",False)('start') # u"$search_type_checked('start')" on line 16, col 43
- if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('start')")) # from line 16, col 43.
+ _v = VFFSL(SL,"search_type_checked",False)('start') # u"$search_type_checked('start')" on line 18, col 43
+ if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('start')")) # from line 18, col 43.
write(u''' type="radio">
\u041f\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0430 \u0432 \u043d\u0430\u0447\u0430\u043b\u0435
<input name="search_type" value="substring" ''')
- _v = VFFSL(SL,"search_type_checked",False)('substring') # u"$search_type_checked('substring')" on line 18, col 47
- if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('substring')")) # from line 18, col 47.
+ _v = VFFSL(SL,"search_type_checked",False)('substring') # u"$search_type_checked('substring')" on line 20, col 47
+ if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('substring')")) # from line 20, col 47.
write(u''' type="radio">
\u041f\u043e\u0434\u0441\u0442\u0440\u043e\u043a\u0430
<input name="search_type" value="full" ''')
- _v = VFFSL(SL,"search_type_checked",False)('full') # u"$search_type_checked('full')" on line 20, col 42
- if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('full')")) # from line 20, col 42.
+ _v = VFFSL(SL,"search_type_checked",False)('full') # u"$search_type_checked('full')" on line 22, col 42
+ if _v is not None: write(_filter(_v, rawExpr=u"$search_type_checked('full')")) # from line 22, col 42.
write(u''' type="radio">
\u0422\u043e\u0447\u043d\u043e\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0435\u043d\u0438\u0435
<br>
<input name="case_sensitive" type="checkbox" ''')
- _v = VFFSL(SL,"case_sensitive_checked",True) # u'$case_sensitive_checked' on line 23, col 48
- if _v is not None: write(_filter(_v, rawExpr=u'$case_sensitive_checked')) # from line 23, col 48.
+ _v = VFFSL(SL,"case_sensitive_checked",True) # u'$case_sensitive_checked' on line 25, col 48
+ if _v is not None: write(_filter(_v, rawExpr=u'$case_sensitive_checked')) # from line 25, col 48.
write(u'''>
\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
- <br>
+ </div>
+ <div style="width: 100%; text-align: center">
<input name="submit" type="submit">
+ </div>
</form>
''')