[ Index ] |
|
Code source de Plume CMS 1.2.2 |
1 <?php 2 pxTemplateInit('remove_numbers'); 3 ?> 4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 5 <html xmlns="http://www.w3.org/1999/xhtml"> 6 7 <head> 8 <meta http-equiv="Content-Type" content="text/html; charset=<?php pxInfo('encoding'); ?>" /> 9 <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 10 <title>404 - <?php pxInfo('name'); ?></title> 11 <?php include(dirname(__FILE__).'/inc/head-link.php'); ?> 12 <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" /> 13 <?php pxHeadLinks(); ?> 14 <meta name="DC.title" content="404 Page not found ! <?php pxInfo('name'); ?>" /> 15 <?php include(dirname(__FILE__).'/inc/head-meta.php'); ?> 16 </head> 17 18 <body class="category"> 19 20 <div id="page"> 21 <div id="banner"> 22 <?php include(dirname(__FILE__).'/inc/easy-access.php'); ?> 23 24 <h1 id="top"><a href="<?php pxInfo('url'); ?>"><?php pxInfo('name'); ?></a></h1> 25 <p class="description"><?php pxInfo('description'); ?></p> 26 </div><!-- end banner --> 27 28 29 <div id="main"> 30 31 <div id="mainfloat"> 32 <div id="content"> 33 34 <h1 class="err404">404 Error - Page not found</h1> 35 36 <p>The page you are looking for is not available anymore. We tried to search for the pages that match 37 your request. Feel free to refine the search.</p> 38 <p>Results of the search on <?php pxSearchQuery('<strong>%s</strong>'); ?>.</p> 39 40 <?php while (!$res->EOF()): ?> 41 <div class="resource"> 42 <h2><a href="<?php pxResPath(); ?>"><?php pxResTitle('%s'); ?></a></h2> 43 <p class="modified">The <a href="<?php pxResPath(); ?>"><?php pxResDateModification('%Y-%m-%d</a> at %H:%M'); ?> 44 by <a href="<?php pxResAuthorEmail('mailto:%s'); ?>"><?php pxResAuthor(); ?></a>.<?php pxResCategories(' In %s'); ?>.</p> 45 46 <?php pxResDescription('<p>%s...</p>', 200); ?> 47 <p class="score">Score: <?php pxResSearchScore(); ?></p> 48 </div><!-- end resource --> 49 <?php 50 $res->moveNext(); 51 endwhile; ?> 52 53 <hr class="invisible" /> 54 </div><!-- end content --> 55 56 57 58 <div id="menuleft"> 59 <div class="col-content"> 60 61 </div><!-- end col-content --> 62 </div><!-- end menuleft --> 63 64 </div><!-- end mainfloat --> 65 66 67 68 <div id="menuright"> 69 <div class="col-content"> 70 <h2>Main categories</h2> 71 <?php pxPrimaryCategories('<ul id="top-categories">%s</ul>'); ?> 72 <?php include(dirname(__FILE__).'/inc/rss-sitemap.php'); ?> 73 </div><!-- col-content --> 74 </div><!-- end menuright --> 75 76 </div><!-- end main --> 77 78 <?php include(dirname(__FILE__).'/inc/footer.php'); ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 11:57:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |