lpadding= 0 cellspacing= 0 border= 0 gt;
lt; tr gt;
lt; td gt;
lt; table id= tree-table width= 100% height= 100% cellpadding= 0 cellspacing= 10 gt;
lt; tr gt;
lt; td gt;
lt; input type= text name= src placeholder= Пошук файлів ... / gt;
lt;/td gt;
lt;/tr gt;
lt; tr gt;
lt; td gt;
lt; td gt;
lt;/tr gt;
lt; tr gt;
lt; td gt;
{% autoescape off%}
{{tree}}
{% endautoescape%}
lt;/td gt;
lt;/tr gt;
lt; tr gt;
lt; td gt;
lt; td gt;
lt;/tr gt;
lt; tr gt;
lt; td gt;
lt; td gt;
lt;/tr gt;
lt; tr gt;
lt; td gt;
lt; td gt;
lt;/tr gt;
lt;/table gt;
lt;/td gt;
lt; td gt;
lt; table id= files width= 100% height= 100% cellpadding= 0 cellspacing= 10 border= 0 gt;
lt; tr gt;
lt; td align= center gt;
lt; a gt;
lt;/td gt;
lt;/tr gt;
lt; tr gt;
lt; td gt;
lt; article id= article gt;
lt;/article gt;
lt;/td gt;
lt;/tr gt;
lt;/table gt;
lt;/td gt;
lt;/tr gt;
lt;/table gt;
{% endblock%}
Лістинг 7
{% extends page.htt %}
{% block login_info%}
lt; div gt;
lt; img src=/media/user/{{username}}. png width= 50 height= 50 / gt;
lt; p gt;
lt; span gt; {{username}} lt;/span gt; lt; br gt;
lt; a style= cursor: pointer; onClick=laquo;showPopup(laquo;ProfilePopupraquo;);raquo;gt;Профильlt;/agt;lt;brgt;
lt; a href=/logout/ gt; Вийти lt;/a gt;
lt;/p gt;
lt;/div gt;
{% endblock%}
{% block content%}
lt; table width= 100% height= 100% id= createRoomPopup cellpadding= 0 cellspacing= 0 border= 1 gt;
lt; tr gt;
lt; td colspan= 3 onClick= hidePopup ( createRoomPopup ); gt; lt;/td gt;
lt;/tr gt;
lt; tr gt;
lt; td onClick= hidePopup ( createRoomPopup ); gt; lt;/td gt;
lt; td valign= middle align= center width= 300 height= 167 gt; lt; div gt;
lt; INPUT type= text name= new_folder id= folder_name / gt; amp; nbsp; lt; button onClick= createRoom (); gt; Створити lt;/button gt;
lt;/div gt; lt;/td gt;
lt; td onClick= hidePopup ( createRoomPopup ); gt; lt;/td gt;
lt;/tr gt;
lt; tr gt;
lt; td colspan= 3 onClick= hidePopup ( createRoomPopup ); gt; lt;/td gt;
lt;/tr gt;
lt;/table gt;
lt; table width= 100% height= 100% id= renameFolderPopup cellpadding= 0 cellspacing= 0 border= 1 gt;
lt; tr gt;
lt; td colspan= 3 onClick= hidePopup ( renameFolderPopup ); gt; lt;/td gt;
lt;/tr gt;
lt; tr gt;
lt; td onClick= hidePopup ( renameFolderPopup ); gt; lt;/td gt;
lt; td valign= middle align= center width= 300 height= 167 gt; lt; div gt;
lt; td onClick= hidePopup ( renameFolderPopup ); gt; lt;/td gt;
lt;/tr gt;
lt; tr gt...