summaryrefslogtreecommitdiffstats
path: root/staticweb/index.html
blob: c0c871748395b16a9c8a6613ac4c7b1c61819c9e (plain) (blame)
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
[% INCLUDE header.html %]
<table width="75%" align="center">
<tr><td>
[% INCLUDE banner.html %]
</td></tr>

<tr><td>
<a href="http://www.ptt.cc">批踢踢實業坊</a> &raquo; <a href="http://man.ptt.cc/index.pl/[% IF gb %]?gb=1[% END %]">批踢踢實業坊之精華區</a>
[% FOREACH x=class %]
&raquo;<a href="/index.pl[% x.path %]">[% x.title %]</a>
[% END %]
<br />
<br />
<table>
    [% IF !isroot %]
    <tr>
      <td>
        <img src="http://images.ptt.cc/folder.gif" style="border: 0;" />
      </td>
      <td>
      </td>
      <td>
        <a href="../">返回上一層</a>
      </td>
    </tr>
    [% END %]
    [% FOREACH x=dat %]
    <tr>
      <td>
        <img src="http://images.ptt.cc/[% IF x.0 == -1 %]f.gif[% ELSE %]folder.gif[% END %]" style="border: 0;" />
      </td>
      <td>[% x.1 %]</td>
      <td>
        [% IF x.0 == -1 %]<a href="/man.pl/[% x.1 %]/[% IF gb %]?gb=1[% END %]">[% ELSE %]<a href="[% x.0 %]/[% IF gb %]?gb=1[% END %]">[% END %]
        [% x.2 %]</a>
      </td>
    </tr>
    [% END %]
</table>
</td></tr>
<tr><td>
<hr />
<a href="http://ptt.cc">批踢踢實業坊</a>
</td></tr>
</table>
</body>
</html>