moved from screen to tmux
[tvweb.git] / templates / filechooser_frame.html
bloba58848818d6d4e614392e92e752ca0f6fb23b586
1 <html xmlns="http://www.w3.org/1999/xhtml"
2 xmlns:py="http://genshi.edgewall.org/" py:strip="">
4 <h1>File chooser tool</h1>
5 <p>
6 <strong>current dir:</strong>&nbsp;${curdir}
7 </p>
9 <table><tr>
10 <td py:for="d in alloweddirs"><a href="fcaction?item=${d}">${d}</a></td>
11 </tr></table>
13 <ul>
14 <li py:for="f in dirlisting"><a href="fcaction?item=${curdir}/${f}">$f</a></li>
15 </ul>
17 </html>