#{include 'Application/top_head.html'/}
#{include 'Application/top_nav.html'/}
#{data-table-init tableName:'dir-list-all', defaultSize:'10', , sortSpec:'[]' /}
#{data-table-init tableName:'file-list-all', defaultSize:'50', , sortSpec:'[]' /}
#{include 'Logs/lognav.html'/}
#{include 'tags/refresh.html'/}
Directories and Files
Directories under Path "${path}"
#{table-declare tableName:'dir-list-all' /}
No. |
FileName |
Access |
#{list items:dirNames, as:'logObj'}
${logObj_index} |
${logObj}
|
|
#{/list}
Files under Path "${path}"
#{table-declare tableName:'file-list-all' /}
No. |
FileName |
Download |
#{list items:fileNames, as:'logObj'}
${logObj_index} |
${logObj}
|
|
#{/list}
#{include 'Logs/logfooter.html'/}
#{include 'Application/footer.html'/}