Loading py/__pycache__/sopdscfg.cpython-33.pyc −56 B (5 KiB) File changed.No diff preview for this file type. View original file View changed file py/__pycache__/sopdsdb.cpython-33.pyc +1.35 KiB (37.8 KiB) File changed.No diff preview for this file type. View original file View changed file py/sopds.cgi +2 −2 Original line number Diff line number Diff line Loading @@ -232,8 +232,6 @@ def entry_content(e_content): def entry_content2(annotation='',title='',authors='',genres='',filename='',filesize=0,docdate='',series=''): enc_print('<content type="text/html">') if annotation!='': enc_print('<p class=book>'+websym(annotation)+'</p>') if title!='': enc_print('<b>Название книги:</b> '+websym(title)+'<br/>') if authors!='': Loading @@ -248,6 +246,8 @@ def entry_content2(annotation='',title='',authors='',genres='',filename='',files enc_print('<b>Размер файла:</b> '+str(fsize//1000)+'Кб.<br/>') if docdate!='': enc_print('<b>Дата правки:</b> '+docdate+'<br/>') if annotation!='': enc_print('<p class=book>'+websym(annotation)+'</p>') enc_print('</content>') def entry_finish(): Loading Loading
py/__pycache__/sopdscfg.cpython-33.pyc −56 B (5 KiB) File changed.No diff preview for this file type. View original file View changed file
py/__pycache__/sopdsdb.cpython-33.pyc +1.35 KiB (37.8 KiB) File changed.No diff preview for this file type. View original file View changed file
py/sopds.cgi +2 −2 Original line number Diff line number Diff line Loading @@ -232,8 +232,6 @@ def entry_content(e_content): def entry_content2(annotation='',title='',authors='',genres='',filename='',filesize=0,docdate='',series=''): enc_print('<content type="text/html">') if annotation!='': enc_print('<p class=book>'+websym(annotation)+'</p>') if title!='': enc_print('<b>Название книги:</b> '+websym(title)+'<br/>') if authors!='': Loading @@ -248,6 +246,8 @@ def entry_content2(annotation='',title='',authors='',genres='',filename='',files enc_print('<b>Размер файла:</b> '+str(fsize//1000)+'Кб.<br/>') if docdate!='': enc_print('<b>Дата правки:</b> '+docdate+'<br/>') if annotation!='': enc_print('<p class=book>'+websym(annotation)+'</p>') enc_print('</content>') def entry_finish(): Loading