diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-03 20:39:05 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-03 20:39:05 +0800 |
commit | fc8b2f454c143afe6358ff8e811d915dd19c85e3 (patch) | |
tree | 6a72b12c66475406574e46171037728028c0397a /staticweb/dir.html | |
parent | 34e6536caf900ca1ee54d72dedb00fd2eb56bf89 (diff) | |
download | pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.gz pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.bz2 pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.lz pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.xz pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.zst pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1007 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'staticweb/dir.html')
-rw-r--r-- | staticweb/dir.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/staticweb/dir.html b/staticweb/dir.html new file mode 100644 index 00000000..fe4392ba --- /dev/null +++ b/staticweb/dir.html @@ -0,0 +1,43 @@ +[% INCLUDE header.html %] +<table width="75%" align="center"> +<tr> +<td> +<div id="banner"> + <h1><a href="http://blog.ptt.cc/blog.pl/ptt/" + accesskey="1">批踢踢實業坊</a></h1> +</div> +</td></tr> + +<tr><td> +<a href="http://man.ptt.cc">網頁版精華區首頁</a> +<a href="http://man.ptt.cc/man.pl/[% brdname %]/">[% brdname %]精華區首頁</a> +<a href="http://blog.ptt.cc">批踢踢部落格</a> +<br /> +<font size=+1>看板名稱: [% brdname %]</font> +<hr /> +</td></tr> + +<tr><td> +[% IF !isroot %] +<a href="../"><img src="http://images.ptt.cc/folder.gif" style="border:0;" />返回上一層</a><br /> +[% END %] + +[% FOREACH x=dat %] +<a href="[% x.fn %]"> +<img src="http://images.ptt.cc/[% IF x.isdir %]folder.gif[% ELSE %]f.gif[% END %]" style="border:0;" /> +[% x.title %]</a><br /> +[% END %] +</td></tr> +<tr><td> +<hr /> +<form method="POST" action="/man.pl/[% brdname %]/"> +在這個精華區內翻弄 (under construction) +<input type="text" name="key"> +<input type="submit" value="撈"> +</form> +<hr /> +<a href="telnet://ptt.cc">批踢踢實業坊</a> (<a href="http://ptt.cc">PttWeb</a>) +</td></tr> +</table> +</body> +</html> |