[Phpxd-commits] CVS: phpXD.www/templates .htaccess,NONE,1.1 template.html,NONE,1.1
Status: Beta
Brought to you by:
growbal
From: Thomas D. <th...@us...> - 2002-01-26 17:10:48
|
Update of /cvsroot/phpxd/phpXD.www/templates In directory usw-pr-cvs1:/tmp/cvs-serv21133/templates Added Files: .htaccess template.html Log Message: Initial checkin of the phpxd homepage. --- NEW FILE: .htaccess --- Deny From All --- NEW FILE: template.html --- <?xml version=\"1.0\"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <title> $URL_TITLE$: $PAGE_TITLE$ </title> <link rel="stylesheet" media="screen" type="text/css" href="$URL$stylesheets/netscape.css" /> <link rel="stylesheet" title="Standard" media="screen, projection" type="text/css" href="$URL$stylesheets/screen.css" /> <link rel="stylesheet" media="print" type="text/css" href="$URL$stylesheets/print.css" /> </head> <body> <div class="topbar"> <p class="topbar"> <a class="toplinks" href="$URL$">$URL_TITLE$</a> > $PAGE_HIERARCHY$</p> </div> <div class="dokument"> <div class="content"> $PAGE_CONTENT$ </div> <div class="navbar"> <h1 class="hidden">Navigation</h1> $PAGE_NAVIGATION$ </div> </div> <div class="bottombar"> <p class="bottombar"> [<a class="toplinks" href="http://validator.w3.org/check/referer">Valid XHTML 1.0!</a>] + [<a class="toplinks" href="http://jigsaw.w3.org/css-validator/validator?uri=http://dohmke.de/stylesheets/screen.css&warning=no">Valid CSS!</a>] </p> <p class="bottombar"> Page created in $PROCESSING_TIME$ s. </div> </body> </html> |