hfs2/dmBrowser.tpl
Massimo Melina b654228675 first commit
2020-05-02 19:04:16 +02:00

41 lines
526 B
Smarty

<html>
<head>
<title>HFS %folder%</title>
</head><body>
%up%
%files%
</body>
</html>
[up]
<a class=folder href="%parent-folder%">UP</a>
[nofiles]
<div class=folder>No files</div>
[files]
%list%
[file]
<a href="%item-url%">%item-name%</a>
[folder]
<a href="%item-url%">%item-name%</a>
[comment]
<div class=comment>%item-comment%</div>
[error-page]
<html><head></head><body>
%content%
</body>
</html>
[not found]
<h1>404 - Not found</h1>
<a href='/'>go to root</a>
[overload]
<h1>Server busy</h1>
Please, retry later.