tag. %DIR is replaced with the directory path.
// for instance:
// $titleformat = "antisleep: %DIR";
$titleformat = "index of %DIR";
// logoimageurl, logolink
// If these are provided, the provided logo URL will be inserted as an tag
// at the top of the directory listing. If logolink is non-empty, the logo image
// will link to the provided URL.
// for instance:
// $logoimageurl = "/images/titlebar-small.gif";
// $logolink = "http://antisleep.com/";
$logoimageurl = "";
$logolink = "";
//=======================================================================
// (end of config)
//=======================================================================
if ($use_js) {
$cssfile = "style-js.css";
$jstext = file_get_contents("script.js");
$pcjstext = "document.getElementById('pagecontainer').style.display = 'none';\n";
} else {
$cssfile = "style-nojs.css";
$jstext = "";
$pcjstext = "";
}
$csstext = file_get_contents($cssfile);
$uri = urldecode($_SERVER['REQUEST_URI']);
$uri = preg_replace("/\/ *$/", "", $uri);
$uri = preg_replace("/\?.*$/", "", $uri);
$titletext = str_replace("%DIR", $uri, $titleformat);
$logohtml = "";
if ($logoimageurl != "") {
$logohtml = "
";
if ($logolink != "") {
$logohtml = "" . $logohtml . "";
}
$logohtml = "
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| Biographie FR Grégory Lecocq.doc | 06-May-2008 02:57 | 27K | |
| Biography ENG Grégory Lecocq.doc | 06-May-2008 02:57 | 25K | |
| CM231F Harragas.doc | 06-May-2008 02:59 | 1.5M | |
| Dialogues List FR-ENG Harragas.doc | 06-May-2008 03:00 | 68K | |
| Photo Film Acteur.jpg | 06-May-2008 03:01 | 215K | |
| Photo Film Face Acteur.jpg | 06-May-2008 03:07 | 197K | |
| Photo Film Profil Actrice.jpg | 06-May-2008 03:07 | 232K | |
| Photo Film Profil Clandestin.jpg | 06-May-2008 03:07 | 357K | |
| Photo Film Regard Acteur.jpg | 06-May-2008 03:08 | 252K | |
| Photo Jaquette Harragas1.jpg | 06-May-2008 03:08 | 149K | |
| Photo Réal Gregory Lecocq.jpg | 06-May-2008 03:08 | 110K | |
| Press Kit FR-ENG Harragas.doc | 06-May-2008 03:09 | 742K |