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 | - | ||
| Bio et Filmo FR Réalisateur.pdf | 06-May-2008 04:23 | 42K | |
| Curriculum FR Vincent Pinckaers.pdf | 06-May-2008 04:23 | 36K | |
| Dialogues ENG Isola.doc | 06-May-2008 04:23 | 36K | |
| Dialogues FR Isola.doc | 06-May-2008 04:23 | 36K | |
| Mini Filmo & Bio FR Vincent Pinckaers.doc | 06-May-2008 04:24 | 19K | |
| Photo Marilou dans la rue.jpg | 06-May-2008 04:24 | 401K | |
| Photo Marilou en montagne.jpg | 06-May-2008 04:26 | 344K | |
| Photo Marilou sur le cratère.jpg | 06-May-2008 04:28 | 358K | |
| Photo Montale dans la rue.jpg | 06-May-2008 04:30 | 238K | |
| Photo Montale sur le chantier.jpg | 06-May-2008 04:32 | 341K | |
| Photo Real Vincent Pinckaers 2.jpg | 06-May-2008 04:32 | 385K | |
| Technical Form Isola.doc | 06-May-2008 04:38 | 3.3M |