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 | - | ||
| Affiche Le Devoir.jpg | 06-May-2008 05:18 | 435K | |
| Affiche pour Festivals Le Devoir.pdf | 06-May-2008 05:19 | 279K | |
| Biographie Ariane Lippens.doc | 06-May-2008 05:20 | 33K | |
| Biographie FR Ariane Lippens.doc | 06-May-2008 05:21 | 48K | |
| Biography English A. Lippens.doc | 06-May-2008 05:21 | 20K | |
| Curriculum English A. Lippens.doc | 06-May-2008 05:22 | 64K | |
| Curriculum FR Ariane Lippens.doc | 06-May-2008 05:31 | 48K | |
| CV Ariane Lippens 04:2007.pdf | 06-May-2008 05:32 | 86K | |
| Dossier de Presse Le Devoir.doc | 06-May-2008 05:32 | 25K | |
| Homme prisonnier de la bulle.jpeg | 06-May-2008 05:33 | 49K | |
| Photo Director Ariane Lippens.jpg | 06-May-2008 05:33 | 43K | |
| Photo Homme comptant les jours.jpeg | 06-May-2008 05:34 | 11K | |
| Press Kit Le Devoir.pdf | 06-May-2008 05:40 | 1.4M | |
| Regardant vers la Lumière.jpg | 06-May-2008 05:41 | 250K | |
| Technical Form Le Devoir.doc | 06-May-2008 05:44 | 679K |