|
Tuesday, December 18
Last minute
Dread. Terror. Panic. I could have cleaned the apartment this past weekend. I could have finished my Christmas shopping then too. I I could have even started packing sometime before tonight. But noooooo. It's amazing, that even with but a few hours available for me to clean and pack, I still manage to find diversions and distractions. I'm not sure what I hate more, though: packing or cleaning. Probably cleaning, but it's close. Tomorrow, around 9PM, I will be on a flight across the Atlantic to spend the Ho-ho-holidays with >Conny in Munich. While I'm away >MJD and his sweetie Oliver will be tending to Nibbles, and enjoying the apartment. Too bad I'm leaving them a bit of a disaster area. Sorry guys. You should have seen it before I cleaned it up. '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |