<!-- plaintext --> ----------------------------------------------------------------------------------------- [Lx] infoseek isweb 用のサンプル HTML ----------------------------------------------------------------------------------------- 最低限 次の2箇所を探して適当に書換えればそのまま動作する 1. <!--#include virtual="/cgi-bin/index.cgi" --> 2. <!--#set var="cwd" value="/*DIR_PATH*" --> 1 - スクリプト本体のパス (普通は /cgi-bin/index.cgi で利用することは避け 別のディレクトリまたはファイル名で設置のうえ利用する) 2 - カレントディレクトリの絶対パス ('Index of ...' の表示につかわれるだけ) ----------------------------------------------------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="ja"><!--#set var="cwd" value="/*DIR_PATH*" --> <head> <meta name="robots" content="NONE"> <meta http-equiv="content-type" content="text/html; charset=shift_jis"> <meta http-equiv="content-style-type" content="text/css"> <style type="text/css"> <!-- body { font-size:90%; font-family:Arial,Helvetica,Verdana,'MS PGothic',Osaka,sans-serif; } --> </style> <link rel="start" href="/" title="home"> <link rel="up" href="../"> <title>Index of <!--#echo var='cwd' --></title> </head> <body> <!--#include virtual="/header.txt" --> <h1>Index of <!--#echo var='cwd' --></h1> <a href="../">Parent Directory</a> <hr><ul> <!--#include virtual="/cgi-bin/index.cgi" --></ul><hr> <p> * generated by Lx<a href="http://nursery.s8.xrea.com/" title="script by Lilia">.</a> </p> <!--#include virtual="/footer.txt" --> </body> </html>