blob: 549132e576e0511b8304a550e67c619b29f8ce16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<!-- BEGIN page_title_block -->
func_lang("File Browser")
<!-- END page_title_block -->
<!-- BEGIN ftp_location -->
<h1>func_lang("File Browser")</h1>
<h3>{ftp_location}</h3>
<!-- END ftp_location -->
<!-- BEGIN invalid_location -->
<p>func_lang("The specified directory could not be found.")</p>
<!-- END invalid_location -->
<!-- BEGIN directory_block -->
<h2>func_lang("Directories")</h2>
<div>
<table border="0" cellpadding="0" cellspacing="0" width="90%">
<!-- BEGIN directory_loop -->
<tr><td><a href="{url}"><img src="/layout/images/folder.png" alt="{link}" /></a> <a href="{url}">{link}</a></td></tr>
<!-- END directory_loop -->
</table>
</div>
<!-- END directory_block -->
<!-- BEGIN file_block -->
<h2>func_lang("Files")</h2>
<div id="pgFtpContent">
<table border="0" cellpadding="0" cellspacing="0" width="90%">
<!-- BEGIN file_loop -->
<tr><td><a href="{master_server}{url}"><img src="/layout/images/file.png" alt="{link}" /></a> <a href="{master_server}{url}">{link}</a></td><td>{mtime}</td><td>{size}</td></tr>
<!-- END file_loop -->
</table>
</div>
<!-- END file_block -->
<!-- BEGIN maintainer_block -->
<h2>func_lang("Current Maintainer")</h2>
<pre>{maintainer}</pre>
<!-- END maintainer_block -->
<!-- BEGIN readme_block -->
<h2>func_lang("README File")</h2>
<pre>{readme}</pre>
<!-- END readme_block -->
<!-- BEGIN message_block -->
<h2>func_lang("MESSAGE File")</h2>
<pre>{message}</pre>
<!-- END message_block -->
|