| 39 | | <img src="/images/places/folder.png" width='16' height='16' py:if="file['isdir'] and file['level']>1" alt="${idx}/" /> |
|---|
| 40 | | <div py:if="file['isdir'] and file['level']>1" py:strip="">${file['file_name']}</div> |
|---|
| 41 | | <img src="/images/mimetypes/text-html.png" width='16' height='16' py:if="not file['isdir']" alt="-" /> |
|---|
| 42 | | <a href="preview/${file['file_name']}" target="_blank" py:if="not file['isdir']">${file['file_name']}</a> |
|---|
| | 39 | <img src="/images/places/folder.png" width='16' height='16' py:if="file['isdir'] and file['level']>1" alt="${idx}/" /> <div py:if="file['isdir'] and file['level']>1" py:strip="">${file['file_name']}</div> |
|---|
| | 40 | <img src="/images/mimetypes/text-html.png" width='16' height='16' py:if="not file['isdir']" alt="-" /> <a href="preview/models/${file['file_name']}" target="_blank" py:if="not file['isdir']">${file['file_name']}</a> |
|---|
| 53 | | <img src="/images/places/folder.png" width='16' height='16' py:if="file['isdir'] and file['level']>1" alt="${idx}/" /> |
|---|
| 54 | | <div py:if="file['isdir'] and file['level']>1" py:strip="">${file['file_name']}</div> |
|---|
| 55 | | <img src="/images/mimetypes/text-html.png" width='16' height='16' py:if="not file['isdir']" alt="-" /> |
|---|
| 56 | | <a href="preview/${file['file_name']}" target="_blank" py:if="not file['isdir']">${file['file_name']}</a> |
|---|
| | 52 | <img src="/images/places/folder.png" width='16' height='16' py:if="file['isdir'] and file['level']>1" alt="${idx}/" /> <div py:if="file['isdir'] and file['level']>1" py:strip="">${file['file_name']}</div> |
|---|
| | 53 | <img src="/images/mimetypes/text-html.png" width='16' height='16' py:if="not file['isdir']" alt="-" /> <a href="preview/controllers/${file['file_name']}" target="_blank" py:if="not file['isdir']">${file['file_name']}</a> |
|---|
| 67 | | <img src="/images/places/folder.png" width='16' height='16' py:if="file['isdir'] and file['level']>1" alt="${idx}/" /> |
|---|
| 68 | | <div py:if="file['isdir'] and file['level']>1" py:strip="">${file['file_name']}</div> |
|---|
| 69 | | <img src="/images/mimetypes/text-html.png" width='16' height='16' py:if="not file['isdir']" alt="-" /> |
|---|
| 70 | | <a href="preview/${file['file_name']}" target="_blank" py:if="not file['isdir']">${file['file_name']}</a> |
|---|
| | 65 | <img src="/images/places/folder.png" width='16' height='16' py:if="file['isdir'] and file['level']>1" alt="${idx}/" /> <div py:if="file['isdir'] and file['level']>1" py:strip="">${file['file_name']}</div> |
|---|
| | 66 | <img src="/images/mimetypes/text-html.png" width='16' height='16' py:if="not file['isdir']" alt="-" /> <a href="preview/views/${file['file_name']}" target="_blank" py:if="not file['isdir']">${file['file_name']}</a> |
|---|
| 82 | | <div id="static_manager" py:for="idx,file in enumerate(statics)" class="${idx%2 and 'odd' or 'even'}"><table cellpadding="0" cellspacing="0" border="0"> |
|---|
| | 78 | <div id="static_manager"> |
|---|
| | 79 | <table cellpadding="0" cellspacing="0" border="0"> |
|---|
| | 80 | <tr py:for="idx,file in enumerate(statics)" class="${idx%2 and 'odd' or 'even'}"><td> |
|---|
| | 81 | <span py:if="file['level']>0" py:replace="' '*4*int(file['level'])"> </span> |
|---|
| | 82 | <img src="/images/places/folder.png" width='16' height='16' py:if="file['isdir'] and file['level']>1" alt="${idx}/" /> <div py:if="file['isdir'] and file['level']>1" py:strip="">${file['file_name']}</div> |
|---|
| | 83 | <img src="/images/mimetypes/text-html.png" width='16' height='16' py:if="not file['isdir']" alt="-" /> <a href="preview/statics/${file['file_name']}" target="_blank" py:if="not file['isdir']">${file['file_name']}</a> |
|---|
| | 84 | </td></tr> |
|---|
| 84 | | <span py:if="file['level']>0" py:replace="' '*4*int(file['level'])"> </span> |
|---|
| 85 | | <img src="/images/places/folder.png" width='16' height='16' py:if="file['isdir'] and file['level']>1" alt="${idx}/" /> |
|---|
| 86 | | <div py:if="file['isdir'] and file['level']>1" py:strip="">${file['file_name']}</div> |
|---|
| 87 | | <img src="/images/mimetypes/text-html.png" width='16' height='16' py:if="not file['isdir']" alt="-" /> |
|---|
| 88 | | <a href="preview/${file['file_name']}" target="_blank" py:if="not file['isdir']">${file['file_name']}</a> |
|---|
| | 86 | <form action="statics/receive" enctype="multipart/form-data" method="post"> |
|---|
| | 87 | <h2>Upload Static File</h2> |
|---|
| | 88 | File: <input name="myfile" type="file" /> |
|---|
| | 89 | <input type="submit" /> |
|---|
| | 90 | </form> |
|---|